OSDN Git Service

updated INSTALL doc with rake db:migrate instead of the deprecated rake migrate
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 24 Mar 2007 20:09:07 +0000 (20:09 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 24 Mar 2007 20:09:07 +0000 (20:09 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@376 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/INSTALL

index bf8b652..461989f 100644 (file)
@@ -34,7 +34,7 @@ Supported databases:
    for "production" environment (default database is MySQL)\r
 \r
 4. Create the database structure. Under the application main directory:\r
-   rake migrate RAILS_ENV="production"\r
+   rake db:migrate RAILS_ENV="production"\r
    It will create tables and an administrator account.\r
 \r
 5. Insert default configuration data in database:\r