diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-01-05 11:33:49 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-01-05 11:33:49 +0000 |
commit | c9fd7513edd0f594227fc681dcd654e41bd118e6 (patch) | |
tree | 90f582a920c1bc017d2342b53f23ea91230bd586 /doc | |
parent | 8d9b04865bac785d12b0aac43fe0c62488c39fec (diff) | |
download | redmine-c9fd7513edd0f594227fc681dcd654e41bd118e6.tar.gz redmine-c9fd7513edd0f594227fc681dcd654e41bd118e6.zip |
Default configuration data can now be loaded from the administration screen.
A message is automatically displayed on this screen if roles, trackers,... have not been configured yet.
The rake task is still available and the data loading code is wrapped in a transaction.
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1040 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc')
-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 |