Skip to content

Commit

Permalink
Update the documentation on how to start the server
Browse files Browse the repository at this point in the history
  • Loading branch information
tswicegood committed Mar 29, 2013
1 parent f1be581 commit e0aa724
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,11 @@ Start `redis-server` in a separate terminal tab
redis-server /usr/local/etc/redis.conf
Start `resque` in a separate terminal tab (don't fret -- there may be no
output when you run this command)
Next, you need to start `resque` and the actual web server. You can run both
of those using [Foreman](http://ddollar.github.com/foreman/) by running the
following:
COUNT=3 TERM_CHILD=1 QUEUE=* bundle exec rake resque:workers
Run your server
bundle exec rackup
bundle exec foreman start
The site instance should now be viewable at http://127.0.0.1:9292/
Expand Down

0 comments on commit e0aa724

Please sign in to comment.