Commit d9135ce1 authored by Jean-Philippe Lang's avatar Jean-Philippe Lang

0.3.0

git-svn-id: http://redmine.rubyforge.org/svn/trunk@27 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent aa179050
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment