summaryrefslogtreecommitdiffstats
path: root/doc/INSTALL
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2007-02-18 12:13:24 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2007-02-18 12:13:24 +0000
commit1cc6dd871bc6ae464b3adbd7ceac9db72d280a47 (patch)
tree0f67d9fb1211a6e003715ecb2870b867b9a0c62c /doc/INSTALL
parent4564519a560a69e34291ba6062a013500ee74e5d (diff)
downloadredmine-1cc6dd871bc6ae464b3adbd7ceac9db72d280a47.tar.gz
redmine-1cc6dd871bc6ae464b3adbd7ceac9db72d280a47.zip
updated documentation
git-svn-id: http://redmine.rubyforge.org/svn/trunk@253 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/INSTALL')
-rw-r--r--doc/INSTALL10
1 files changed, 6 insertions, 4 deletions
diff --git a/doc/INSTALL b/doc/INSTALL
index 58a9d6298..bf8b65285 100644
--- a/doc/INSTALL
+++ b/doc/INSTALL
@@ -7,7 +7,7 @@ http://redmine.rubyforge.org/
== Requirements
-* Ruby on Rails 1.2
+* Ruby on Rails 1.2.2
* Iconv
* A database (see compatibility below)
@@ -52,14 +52,16 @@ Supported databases:
7. Use default administrator account to log in:
login: admin
password: admin
+
+8. You can go to "Admin -> Settings" to modify application settings.
-8. Setup Apache or Lighttpd with fastcgi for best performance.
+9. Setup Apache or Lighttpd with fastcgi for best performance.
-== Configuration
+== SMTP server Configuration
In config/environment.rb, you can set parameters for your SMTP server:
-config.action_mailer.server_settings: SMTP server configuration
+config.action_mailer.smtp_settings: SMTP server configuration
config.action_mailer.perform_deliveries: set to false to disable mail delivering
Don't forget to restart the application after any change.