Commit 3fe826df912035fdea7d2525a1070a35641715e4
Exists in
master
and in
1 other branch
Merge pull request #457 from projectdx/readme-update
Add a line reminding Heroku deployers to edit seeds.rb before pushing and running rake db:seed
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
README.md
| @@ -144,6 +144,7 @@ cap deploy:setup deploy | @@ -144,6 +144,7 @@ cap deploy:setup deploy | ||
| 144 | ```bash | 144 | ```bash |
| 145 | git clone http://github.com/errbit/errbit.git | 145 | git clone http://github.com/errbit/errbit.git |
| 146 | ``` | 146 | ``` |
| 147 | + * Update `db/seeds.rb` with admin credentials for your initial login. | ||
| 147 | 148 | ||
| 148 | * Create & configure for Heroku | 149 | * Create & configure for Heroku |
| 149 | 150 |