From f6d8d68c25e28f8e51b435004afe1b74299d3e23 Mon Sep 17 00:00:00 2001 From: patcito <patcito@gmail.com> Date: Thu, 16 Sep 2010 09:43:12 +0800 Subject: [PATCH] Added doc for logging in. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5517a5746d..67eb90749d 100644 --- a/README.md +++ b/README.md @@ -138,6 +138,10 @@ Diaspora will not run unless mongo is running. Mongo will not run by default, a ### Run the app server Once mongo is running and bundler has finished, run `bundle exec thin start` from the root Diaspora directory. This will start the app server in development mode[.](http://bit.ly/9mwtUw) +### Logging in +Run `rake db:seed:tom`, then login with user `tom` and password `evankorth`. More details in db/seeds/tom.rb. + + ### Testing Diaspora's test suite uses [rspec](http://rspec.info/), a behavior driven testing framework. In order to run the tests, run `bundle exec rspec spec`. -- GitLab