From 1cc6dd871bc6ae464b3adbd7ceac9db72d280a47 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 18 Feb 2007 12:13:24 +0000 Subject: updated documentation git-svn-id: http://redmine.rubyforge.org/svn/trunk@253 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/INSTALL | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'doc/INSTALL') 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. -- cgit v1.2.3