##// END OF EJS Templates
CHANGELOG updated....
CHANGELOG updated. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2201 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2103:e93d02d228ea
r2199:2e8a0bd562f3
Show More
UPGRADING
28 lines | 786 B | text/plain | TextLexer
Jean-Philippe Lang
Slight changes for 0.6.0 release....
r870 == Redmine upgrade procedure
Redmine - project management software
Jean-Philippe Lang
Doc update before 0.7-rc1 release....
r1269 Copyright (C) 2006-2008 Jean-Philippe Lang
Jean-Philippe Lang
Slight changes for 0.6.0 release....
r870 http://www.redmine.org/
Jean-Philippe Lang
Doc update before 0.7-rc1 release....
r1269 == Upgrading
Jean-Philippe Lang
Slight changes for 0.6.0 release....
r870
1. Uncompress the program archive in a new directory
3. Copy your database settings (RAILS_ROOT/config/database.yml)
Jean-Philippe Lang
Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file) (#1412)....
r1611 and SMTP settings (RAILS_ROOT/config/email.yml)
Jean-Philippe Lang
Slight changes for 0.6.0 release....
r870 into the new config directory
Jean-Philippe Lang
Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file) (#1412)....
r1611 4. Migrate your database (please make a backup before doing this):
Jean-Philippe Lang
Slight changes for 0.6.0 release....
r870 rake db:migrate RAILS_ENV="production"
Jean-Philippe Lang
Email delivery configuration moved to an unversioned YAML file (config/email.yml, see the sample file) (#1412)....
r1611 5. Copy the RAILS_ROOT/files directory content into your new installation
Jean-Philippe Lang
Doc update before 0.7-rc1 release....
r1269 This directory contains all the attached files
Jean-Philippe Lang
Slight changes for 0.6.0 release....
r870
Jean-Philippe Lang
Doc update before 0.7-rc1 release....
r1269 == Notes
Jean-Philippe Lang
Slight changes for 0.6.0 release....
r870
Jean-Philippe Lang
UPGRADING updated...
r2103 1. Rails 2.1.2 is required for version 0.8.
Jean-Philippe Lang
Slight changes for 0.6.0 release....
r870
Jean-Philippe Lang
Doc update before 0.7-rc1 release....
r1269 2. When upgrading your code with svn update, don't forget to clear
the application cache (RAILS_ROOT/tmp/cache) before restarting.