aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorRobertDober2017-04-14 17:46:54 +0200
committerRobert2017-04-18 20:05:36 +0200
commitd582f2868c0d8af42c18257f83974afbae619583 (patch)
tree4b0bf6e2f8af332837dea443543d77170ae5ffee /INSTALL.md
parent33e796dc89b36f7c57adb9d462c0cc35a15be623 (diff)
downloadchouette-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.md3
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