diff options
| author | RobertDober | 2017-04-14 17:46:54 +0200 | 
|---|---|---|
| committer | Robert | 2017-04-18 20:05:36 +0200 | 
| commit | d582f2868c0d8af42c18257f83974afbae619583 (patch) | |
| tree | 4b0bf6e2f8af332837dea443543d77170ae5ffee /INSTALL.md | |
| parent | 33e796dc89b36f7c57adb9d462c0cc35a15be623 (diff) | |
| download | chouette-core-d582f2868c0d8af42c18257f83974afbae619583.tar.bz2 | |
clone_schema fixed -> lib/sql/clone_schema.sql; lib/af83/stored_procedures.rb for sql stored procedure management; Refs #2864
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 | 
