Commit 6f1dcdc0 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

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

git-svn-id: http://redmine.rubyforge.org/svn/trunk@376 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 3cd50da3
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment