Commit b14775b73ec0a203d012ba443fb69be1bc0f1376
1 parent
6cb19c23
Exists in
master
and in
1 other branch
adding readme changes for local install
Showing
1 changed file
with
5 additions
and
2 deletions
Show diff stats
README.md
@@ -121,7 +121,10 @@ gem install bundler | @@ -121,7 +121,10 @@ gem install bundler | ||
121 | bundle install | 121 | bundle install |
122 | ``` | 122 | ``` |
123 | 123 | ||
124 | - * Bootstrap Errbit. This will seed the database. | 124 | + * Install MongoDB. Follow the directions [here](http://www.mongodb.org/display/DOCS/Ubuntu+and+Debian+packages), then: |
125 | + | ||
126 | + * Bootstrap Errbit. This will seed the database. Make sure you copy the | ||
127 | + username and password down someplace safe. | ||
125 | 128 | ||
126 | ```bash | 129 | ```bash |
127 | rake errbit:bootstrap | 130 | rake errbit:bootstrap |
@@ -130,7 +133,7 @@ rake errbit:bootstrap | @@ -130,7 +133,7 @@ rake errbit:bootstrap | ||
130 | * Start Server | 133 | * Start Server |
131 | 134 | ||
132 | ```bash | 135 | ```bash |
133 | -script/rails server | 136 | +rails s |
134 | ``` | 137 | ``` |
135 | 138 | ||
136 | Configuration | 139 | Configuration |