From d9135ce1e777346743afd85d2d116bd56b8eff9d 2006-10-08 19:24:44 From: Jean-Philippe Lang Date: 2006-10-08 19:24:44 Subject: [PATCH] 0.3.0 git-svn-id: http://redmine.rubyforge.org/svn/trunk@27 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/redmine/doc/INSTALL b/redmine/doc/INSTALL index c2dfc9f..e75d4e5 100644 --- a/redmine/doc/INSTALL +++ b/redmine/doc/INSTALL @@ -41,17 +41,22 @@ Next releases (0.3.0+) will be provided with upgrade support. rake migrate RAILS_ENV="production" It will create tables and default configuration data -5. Test the installation by running WEBrick web server: +5. Insert default configuration data in database: + rake load_default_data RAILS_ENV="production" + This step is optional, as you can define your own configuration + (roles, trackers, statuses, workflows, enumerations) from sratch + +6. 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 -6. Use default administrator account to log in: +7. Use default administrator account to log in: login: admin password: admin -7. Setup Apache or Lighttpd with fastcgi for best performance. +8. Setup Apache or Lighttpd with fastcgi for best performance. == Configuration