Revision 376
Added by Jean-Philippe Lang over 18 years ago
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
updated INSTALL doc with rake db:migrate instead of the deprecated rake migrate