diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-06-28 02:46:20 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-06-28 02:46:20 +0000 |
commit | c7d075fb6835db2c32b0582175e45a9245d24bdf (patch) | |
tree | 6601a21866eeb722ad58fb1f1485474e09592e88 /doc/UPGRADING | |
parent | 672852baafdd7cd9d47f19d1b9a3ed28129d4140 (diff) | |
download | redmine-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/UPGRADING')
-rw-r--r-- | doc/UPGRADING | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/UPGRADING b/doc/UPGRADING index fe69676a2..a9b81d177 100644 --- a/doc/UPGRADING +++ b/doc/UPGRADING @@ -12,12 +12,12 @@ http://www.redmine.org/ 2. Copy your database settings (RAILS_ROOT/config/database.yml) and SMTP settings (RAILS_ROOT/config/email.yml) into the new config directory - DO NOT REPLACE ANY OTHERS FILES. + DO NOT REPLACE OR EDIT ANY OTHER FILES. 3. 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 4. Migrate your database (please make a backup before doing this): rake db:migrate RAILS_ENV="production" |