diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-24 20:09:07 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2007-03-24 20:09:07 +0000 |
commit | 6f1dcdc08f401923ac77254ca22fd520582bcf6f (patch) | |
tree | 11fc8373ebeac44a199ac38c513314f3d5befd17 /doc/INSTALL | |
parent | 3cd50da3b0f4ef0ac73484d9c6e2d1ea5a13b673 (diff) | |
download | redmine-6f1dcdc08f401923ac77254ca22fd520582bcf6f.tar.gz redmine-6f1dcdc08f401923ac77254ca22fd520582bcf6f.zip |
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
Diffstat (limited to 'doc/INSTALL')
-rw-r--r-- | doc/INSTALL | 2 |
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:
|