Commit 3fe826df912035fdea7d2525a1070a35641715e4

Authored by Nathan Broadbent
2 parents 0972b7c1 f6430738
Exists in master and in 1 other branch production

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 144 ```bash
145 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 149 * Create & configure for Heroku
149 150  
... ...