summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-02 08:08:10 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-09-02 08:08:10 +0000
commite76d153064ee048004b732136b3db6d36c17e1af (patch)
treedb3f26cf6a748837d978167d3a3b2cce966bedad /doc
parent521f4a6ddbc9eebe9ee6347a677f8d1a0ea6790f (diff)
downloadredmine-e76d153064ee048004b732136b3db6d36c17e1af.tar.gz
redmine-e76d153064ee048004b732136b3db6d36c17e1af.zip
Added namespace for Redmine specific rake tasks.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@691 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-rw-r--r--doc/INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index e653acb1c..61d85f1ca 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -37,7 +37,7 @@ Supported databases:
It will create tables and an administrator account.
5. Insert default configuration data in database:
- rake load_default_data RAILS_ENV="production"
+ rake redmine:load_default_data RAILS_ENV="production"
It will load default roles, trackers, statuses, workflows and enumerations.
This step is optional (but recommended), as you can define your
own configuration from sratch.