we love heroku

Build Status

see http://welove.herokuapp.com

start server

rails s

FB_ADMINS={your_facebook_id} \
FB_APP_ID={facebook_app_id} \
FB_APP_SECRET={facebook_app_secret} \
TW_APP_ID= {twitter_app_id} \
TW_APP_SECRET= {twitter_app_secret} \
GH_APP_ID={github_app_id} \
GH_APP_SECRET={github_app_secret} \
bundle exec rails s

foreman

.env

touch .env 
vim .env
RACK_ENV=development
FB_ADMINS=
FB_APP_ID=
FB_APP_SECRET=
TW_APP_ID=
TW_APP_SECRET=
GH_APP_ID=
GH_APP_SECRET=

test

FB_ADMINS={your_facebook_id} \
FB_APP_ID={facebook_app_id} \
FB_APP_SECRET={facebook_app_secret} \
TW_APP_ID= {twitter_app_id} \
TW_APP_SECRET= {twitter_app_secret} \
GH_APP_ID={github_app_id} \
GH_APP_SECRET={github_app_secret} \
bundle exec guard start