summaryrefslogtreecommitdiffstats
path: root/doc/INSTALL
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-06-28 02:46:20 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-06-28 02:46:20 +0000
commitc7d075fb6835db2c32b0582175e45a9245d24bdf (patch)
tree6601a21866eeb722ad58fb1f1485474e09592e88 /doc/INSTALL
parent672852baafdd7cd9d47f19d1b9a3ed28129d4140 (diff)
downloadredmine-c7d075fb6835db2c32b0582175e45a9245d24bdf.tar.gz
redmine-c7d075fb6835db2c32b0582175e45a9245d24bdf.zip
Updating documentation for the 0.9.5 release.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3814 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 eb7669c60..a4e4312eb 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -33,7 +33,7 @@ Optional:
4. Generate a session store secret
Redmine stores session data in cookies by default, which requires
a secret to be generated. Run:
- rake config/initializers/session_store.rb
+ rake generate_session_store
5. Create the database structure. Under the application main directory:
rake db:migrate RAILS_ENV="production"