summaryrefslogtreecommitdiffstats
path: root/doc/INSTALL
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-05-12 13:14:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-05-12 13:14:53 +0000
commit46e48ad3f7c22e03eb481f4cf5608b254ae85c97 (patch)
tree3d08fe18b00a72e7caf29dbcdabec942409196e8 /doc/INSTALL
parenta59257dfb69c6f2f666df5dc40bdb0625c0a994e (diff)
downloadredmine-46e48ad3f7c22e03eb481f4cf5608b254ae85c97.tar.gz
redmine-46e48ad3f7c22e03eb481f4cf5608b254ae85c97.zip
Updated INSTALL and UPGRADING docs with new rake task (#10891).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9677 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/INSTALL')
-rw-r--r--doc/INSTALL2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index ea31d0dcf..660d94de7 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -44,7 +44,7 @@ Optional:
Redmine stores session data in cookies by default, which requires
a secret to be generated. Under the application main directory run:
- rake generate_session_store
+ rake generate_secret_token
6. Create the database structure