##// END OF EJS Templates
updated INSTALL doc with rake db:migrate instead of the deprecated rake migrate...
Jean-Philippe Lang -
r373:6f1dcdc08f40
parent child
Show More
@@ -34,7 +34,7 Supported databases:
34 for "production" environment (default database is MySQL)
34 for "production" environment (default database is MySQL)
35
35
36 4. Create the database structure. Under the application main directory:
36 4. Create the database structure. Under the application main directory:
37 rake migrate RAILS_ENV="production"
37 rake db:migrate RAILS_ENV="production"
38 It will create tables and an administrator account.
38 It will create tables and an administrator account.
39
39
40 5. Insert default configuration data in database:
40 5. Insert default configuration data in database:
General Comments 0
You need to be logged in to leave comments. Login now