Commit bf7175e0c3ae56a1e034154c137c9de49f3034c8
Exists in
master
and in
1 other branch
Merge pull request #513 from Florent2/patch-1
Tell to run `bundle` in the Heroku deploy instructions
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
README.md
| @@ -149,6 +149,8 @@ cap deploy:setup deploy | @@ -149,6 +149,8 @@ cap deploy:setup deploy | ||
| 149 | git clone http://github.com/errbit/errbit.git | 149 | git clone http://github.com/errbit/errbit.git |
| 150 | ``` | 150 | ``` |
| 151 | * Update `db/seeds.rb` with admin credentials for your initial login. | 151 | * Update `db/seeds.rb` with admin credentials for your initial login. |
| 152 | + | ||
| 153 | + * Run `bundle` | ||
| 152 | 154 | ||
| 153 | * Create & configure for Heroku | 155 | * Create & configure for Heroku |
| 154 | 156 |