Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 596 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 596 Bytes

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