Skip to content

columbusclojure/columbusclojure.com

Repository files navigation

Columbus Clojure User Group

This is the website that drives http://www.columbusclojure.com

Setup

You will need to to set the following environment variables:

TWITTER_CONSUMER_KEY
TWITTER_CONSUMER_SECRET
TWITTER_ACCESS_TOKEN
TWITTER_ACCESS_TOKEN_SECRET

Ask @bostonaholic for these if you'll be needing them.

Development

If you're using foreman to start the server, you can put the environment variables in a .env file.

Run the Tests

$ rake test