Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,22 @@ From there execute:
user.save

Now you will be able to post, comment and invite users.

###Deploying to Heroku

This assumes you have the [Heroku Toolbelt](https://devcenter.heroku.com/articles/heroku-command)

git clone [this repo]
cd [into the project directory]
heroku create
git push heroku master
heroku addons:add memcachier:dev
heroku restart

The app should load up after that, but you still need to add the Github and Twitter ENV variables for it to work

heroku config:set FACEBOOK_KEY=123
heroku config:set FACEBOOK_SECRET=123
heroku config:set TWITTER_KEY=123
heroku config:set TWITTER_SECRET=123