##// END OF EJS Templates
Translation updates...
Translation updates * ru * sv (#5740) * pt-BR (#5785) * zh (#5158, #5883) * zh-TW (#5735) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3847 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r3700:c7d075fb6835
r3733:09a681db8bdd
Show More
UPGRADING
33 lines | 1001 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
Updated doc....
r3179 Copyright (C) 2006-2010 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
Jean-Philippe Lang
Updated doc....
r3179 2. 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
Eric Davis
Updating documentation for the 0.9.5 release....
r3700 DO NOT REPLACE OR EDIT ANY OTHER FILES.
Jean-Philippe Lang
Slight changes for 0.6.0 release....
r870
Jean-Philippe Lang
Fixes INSTALL and UPGRADING steps order (#4848)....
r3341 3. Generate a session store secret
Jean-Philippe Lang
Updated doc....
r3179 Redmine stores session data in cookies by default, which requires
a secret to be generated. Run:
Eric Davis
Updating documentation for the 0.9.5 release....
r3700 rake generate_session_store
Jean-Philippe Lang
Fixes INSTALL and UPGRADING steps order (#4848)....
r3341
4. Migrate your database (please make a backup before doing this):
rake db:migrate RAILS_ENV="production"
5. Copy the RAILS_ROOT/files directory content into your new installation
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
Updated doc....
r3179 1. Rails 2.3.5 is required for version 0.9.
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.