Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
darrendao committed Aug 1, 2012
1 parent 7ff94fb commit 0442ec2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ RingRing is a Rails webapp that allows organizations to manage their oncall list
* Check out the code to your server
* To install all the dependencies, run

bundle install
bundle install


* Run DB migration and populate DB with seed data

bundle exec rake db:migrate
bundle exec rake db:seed
bundle exec rake db:migrate
bundle exec rake db:seed

* Start the app

rails server
rails server

* Browse to http://your_server:3000. Log in as admin/password

0 comments on commit 0442ec2

Please sign in to comment.