From 6f1dcdc08f401923ac77254ca22fd520582bcf6f Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 24 Mar 2007 20:09:07 +0000 Subject: [PATCH] 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 --- doc/INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/INSTALL b/doc/INSTALL index bf8b6528..461989f7 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: -- 2.11.0