diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-21 20:24:10 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-03-21 20:24:10 +0000 |
commit | 60c12ca3ab7508a5b8ea3d367d1cd697d2e2c481 (patch) | |
tree | 72d536a65d6753bbf7ba6340596ac4b3eb481e6d /doc/UPGRADING | |
parent | a8e6f68aaf3b7a9e47a041ecdcf57dbd5637c0e1 (diff) | |
download | redmine-60c12ca3ab7508a5b8ea3d367d1cd697d2e2c481.tar.gz redmine-60c12ca3ab7508a5b8ea3d367d1cd697d2e2c481.zip |
Doc update before 0.7-rc1 release.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1284 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/UPGRADING')
-rw-r--r-- | doc/UPGRADING | 19 |
1 files changed, 7 insertions, 12 deletions
diff --git a/doc/UPGRADING b/doc/UPGRADING index 7cd085fa7..2edb2952a 100644 --- a/doc/UPGRADING +++ b/doc/UPGRADING @@ -1,11 +1,11 @@ == Redmine upgrade procedure Redmine - project management software -Copyright (C) 2006-2007 Jean-Philippe Lang +Copyright (C) 2006-2008 Jean-Philippe Lang http://www.redmine.org/ -== Upgrading from 0.3.0 and above +== Upgrading 1. Uncompress the program archive in a new directory @@ -19,17 +19,12 @@ http://www.redmine.org/ rake db:migrate RAILS_ENV="production" 6. Copy the RAILS_ROOT/files directory content into your new installation + This directory contains all the attached files -Note 1: Rails 1.2.2 or higher is required for version 0.4.2 and later. -Note 2: when upgrading your code with svn update, don't forget to clear -the application cache (RAILS_ROOT/tmp/cache) before restarting. +== Notes -Note 3: settings previously defined in custom_config.rb are now stored -in database, as of version 0.4.2. Go to "Admin -> Settings" to edit them. +1. Rails 2.0.2 is required for version 0.7 and later. - -== From 0.2.x and below - -Due to major database changes since 0.2.x, there is no migration support -from 0.2.x and previous versions. +2. When upgrading your code with svn update, don't forget to clear + the application cache (RAILS_ROOT/tmp/cache) before restarting. |