##// END OF EJS Templates
Doc update for 0.7.1 release....
Doc update for 0.7.1 release. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1412 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r1269:60c12ca3ab75
r1397:556df99456bf
Show More
UPGRADING
30 lines | 847 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)
into the new config directory
4. Enter your SMTP settings in config/environment.rb
Do not replace this file with the old one
5. Migrate your database (please make a backup before doing this):
rake db:migrate RAILS_ENV="production"
6. 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
Doc update before 0.7-rc1 release....
r1269 1. Rails 2.0.2 is required for version 0.7 and later.
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.