Skip to content

Commit

Permalink
Edited README.rdoc via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzak committed Oct 6, 2011
1 parent cb2142b commit 5986a18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ This is the first version, heavy alpha.
2. Setup configuration files
cp config/redis.yml.example config/redis.yml
cp config/database.yml.example config/database.yml
3. Setup Redis
Run redis (download from http://redis.io/download) - tested on 2.0 and 2.2 stable releases
3. Install Redis
(download from http://redis.io/download) - tested on 2.0 and 2.2 stable releases
4. Setup database
bundle exec rake db:setup
5. Run node server
5. Start application:
foreman start
6. Run node server
# Instructions for installing node can be found at https://github.com/wolfgangihloff/peergroup-node
node server.js
6. Run the application
bundle exec rails server
7. Open http://localhost:3000

== Running tests
Expand Down

0 comments on commit 5986a18

Please sign in to comment.