Mercurial > hg > soundsoftware-site
comparison doc/UPGRADING @ 210:0579821a129a
Update to Redmine trunk rev 4802
author | Chris Cannam |
---|---|
date | Tue, 08 Feb 2011 13:51:46 +0000 |
parents | 513646585e45 |
children | cbce1fd3b1b7 |
comparison
equal
deleted
inserted
replaced
128:07fa8a8b56a8 | 210:0579821a129a |
---|---|
8 == Upgrading | 8 == Upgrading |
9 | 9 |
10 1. Uncompress the program archive in a new directory | 10 1. Uncompress the program archive in a new directory |
11 | 11 |
12 2. Copy your database settings (RAILS_ROOT/config/database.yml) | 12 2. Copy your database settings (RAILS_ROOT/config/database.yml) |
13 and SMTP settings (RAILS_ROOT/config/email.yml) into the new | 13 and your configuration file (RAILS_ROOT/config/configuration.yml) |
14 config directory | 14 into the new config directory |
15 Note: before Redmine 1.2, SMTP configuration was stored in | |
16 config/email.yml. It should now be stored in config/configuration.yml. | |
15 | 17 |
16 3. Copy the RAILS_ROOT/files directory content into your new installation | 18 3. Copy the RAILS_ROOT/files directory content into your new installation |
17 This directory contains all the attached files. | 19 This directory contains all the attached files. |
18 | 20 |
19 4. Copy the folders of the installed plugins and themes into new installation | 21 4. Copy the folders of the installed plugins and themes into new installation |