- git clone git@github.com:rocketsofawesome/are_you_happy.git
- cd are_you_happy
- bundle
- rake db:setup
Get rolling on Heroku:
- Get yourself a Flickr API key.
- heroku create
- git push heroku master
- heroku run rake db:migrate
- heroku config:add QUOTE_SOURCE="startrek+simpsons_ralph+simpsons_homer" FLICKR_API_KEY=XXXXXXX
- heroku open