diff options
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index c8dbf97ba..8586803dd 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -55,7 +55,10 @@ When promted for the password enter the highly secure string `chouette`. #### Create database + bundle exec rake db:create bundle exec rake db:migrate + + RAILS_ENV=test bundle exec rake db:create RAILS_ENV=test bundle exec rake db:migrate #### Install node.js packages |
