Project

General

Profile

« Previous | Next » 

Revision 376

updated INSTALL doc with rake db:migrate instead of the deprecated rake migrate

View differences:

trunk/doc/INSTALL
34 34
   for "production" environment (default database is MySQL)
35 35

  
36 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 38
   It will create tables and an administrator account.
39 39

  
40 40
5. Insert default configuration data in database:

Also available in: Unified diff