Skip to content

Files

Latest commit

1605825 · Nov 11, 2013

History

History
12 lines (10 loc) · 317 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 317 Bytes

are_you_happy

Get rolling on heroku

  1. git clone https://github.com/terriblelabs/are_you_happy
  2. cd are_you_happy
  3. heroku create
  4. git push heroku master
  5. heroku run rake db:migrate
  6. heroku config:add QUOTE_SOURCE="startrek+simpsons_ralph+simpsons_homer" FLICKR_API_KEY=XXXXXXX
  7. heroku open