diff options
Diffstat (limited to 'doc/INSTALL')
-rw-r--r-- | doc/INSTALL | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/doc/INSTALL b/doc/INSTALL index 5eb4d5c68..035e97cab 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -33,24 +33,18 @@ Supported databases: rake db:migrate RAILS_ENV="production" It will create tables and an administrator account. -5. Insert default configuration data in the database: - rake redmine:load_default_data RAILS_ENV="production" - It will load default roles, trackers, statuses, workflows and enumerations. - This step is optional but *highly recommended* - -6. Test the installation by running WEBrick web server: +5. Test the installation by running WEBrick web server: ruby script/server -e production Once WEBrick has started, point your browser to http://localhost:3000/ You should now see the application welcome page -7. Use default administrator account to log in: +6. Use default administrator account to log in: login: admin password: admin -8. You can go to "Admin -> Settings" to modify application settings. - -9. Setup Apache or Lighttpd with fastcgi for best performance. +7. Go to "Administration" to load the default configuration data (roles, + trackers, statuses, workflow) and adjust application settings == SMTP server Configuration |