Skip to content

rails-se/stockholmruby.com

 
 

Repository files navigation

stockholmruby.com

Build Status

Sinatra app.

Deployment

To Heroku. Autodeployed via Travis CI when pushed to this repo.

Development

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/

Test

% 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

Get involved

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.

About

Site for the Stockholm Ruby user group.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 44.0%
  • Ruby 38.1%
  • CSS 17.9%