summaryrefslogtreecommitdiffstats
path: root/doc/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'doc/INSTALL')
-rw-r--r--doc/INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index bf8b65285..461989f77 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -34,7 +34,7 @@ Supported databases:
for "production" environment (default database is MySQL)
4. Create the database structure. Under the application main directory:
- rake migrate RAILS_ENV="production"
+ rake db:migrate RAILS_ENV="production"
It will create tables and an administrator account.
5. Insert default configuration data in database: