Skip to content

Commit

Permalink
simplify installation instructions slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
mroth committed Feb 24, 2015
1 parent 3a8282a commit ee5d7e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ If you want to conduct your own similar experiment, the source code is here.
Sample configuration notes for running on Heroku:

$ heroku create `pwgen -AnB 6 1` # generates a random hostname
$ heroku addons:add rediscloud # need redis for basic functionality
$ heroku addons:add logentries # better logging
$ heroku addons:add rediscloud # default free tier disables backups
$ heroku config:set REDIS_URL=`heroku config:get REDISCLOUD_URL`
$ heroku config:set SITE_URL=`heroku domains | sed -ne "2,2p;2q"`
$ git push heroku master
Expand Down

0 comments on commit ee5d7e1

Please sign in to comment.