From b14775b73ec0a203d012ba443fb69be1bc0f1376 Mon Sep 17 00:00:00 2001 From: Matthew McFarling Date: Thu, 19 Feb 2015 15:28:01 -0500 Subject: [PATCH] adding readme changes for local install --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3f0040..18777bf 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,10 @@ gem install bundler bundle install ``` - * Bootstrap Errbit. This will seed the database. + * Install MongoDB. Follow the directions [here](http://www.mongodb.org/display/DOCS/Ubuntu+and+Debian+packages), then: + + * Bootstrap Errbit. This will seed the database. Make sure you copy the + username and password down someplace safe. ```bash rake errbit:bootstrap @@ -130,7 +133,7 @@ rake errbit:bootstrap * Start Server ```bash -script/rails server +rails s ``` Configuration -- libgit2 0.21.2