Sinatra app.
To Heroku. Autodeployed via Travis CI when pushed to this repo.
To see the recent meetups on the start page, you must configure an API key:
First find your Meetup API key.
Add the MEETUP_KEY
environment variable to .env
.
% echo MEETUP_KEY=... >> .env
This file is ignored and should never be added to the repo.
The site will work without that key, but won't list meetups.
Now you can set up the app as normal:
% bundle
% foreman start
It will be running on http://localhost:5000/.
% open http://localhost:5000/
% bundle # if you didn't already
% rake
If your MEETUP_KEY
is in the .env
file per the development instructions, it will be used in the integration tests.
We have CI: http://travis-ci.org/sthlmrb/stockholmruby.com
Please help out!
For repo access, ask any repo member. You can also fork and submit pull requests.
For Heroku access, ask Henrik Nyh.
For DNS changes to stockholmruby.com
and stockholmruby.se
, talk to Barsoom.