summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/INSTALL4
-rw-r--r--doc/UPGRADING6
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index 99f862bb1..594e92e74 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -80,8 +80,8 @@ Optional:
== SMTP server Configuration
-Copy config/email.yml.example to config/email.yml and edit this file
-to adjust your SMTP settings.
+Copy config/configuration.yml.example to config/configuration.yml and
+edit this file to adjust your SMTP settings.
Do not forget to restart the application after any change to this file.
Please do not enter your SMTP settings in environment.rb.
diff --git a/doc/UPGRADING b/doc/UPGRADING
index 87f169c9d..b34632055 100644
--- a/doc/UPGRADING
+++ b/doc/UPGRADING
@@ -10,8 +10,10 @@ http://www.redmine.org/
1. Uncompress the program archive in a new directory
2. Copy your database settings (RAILS_ROOT/config/database.yml)
- and SMTP settings (RAILS_ROOT/config/email.yml) into the new
- config directory
+ and your configuration file (RAILS_ROOT/config/configuration.yml)
+ into the new config directory
+ Note: before Redmine 1.2, SMTP configuration was stored in
+ config/email.yml. It should now be stored in config/configuration.yml.
3. Copy the RAILS_ROOT/files directory content into your new installation
This directory contains all the attached files.