##// END OF EJS Templates
0.3.0...
Jean-Philippe Lang -
r25:d9135ce1e777
parent child
Show More
@@ -41,17 +41,22 Next releases (0.3.0+) will be provided with upgrade support.
41 rake migrate RAILS_ENV="production"
41 rake migrate RAILS_ENV="production"
42 It will create tables and default configuration data
42 It will create tables and default configuration data
43
43
44 5. Test the installation by running WEBrick web server:
44 5. Insert default configuration data in database:
45 rake load_default_data RAILS_ENV="production"
46 This step is optional, as you can define your own configuration
47 (roles, trackers, statuses, workflows, enumerations) from sratch
48
49 6. Test the installation by running WEBrick web server:
45 ruby script/server -e production
50 ruby script/server -e production
46
51
47 Once WEBrick has started, point your browser to http://localhost:3000/
52 Once WEBrick has started, point your browser to http://localhost:3000/
48 You should now see the application welcome page
53 You should now see the application welcome page
49
54
50 6. Use default administrator account to log in:
55 7. Use default administrator account to log in:
51 login: admin
56 login: admin
52 password: admin
57 password: admin
53
58
54 7. Setup Apache or Lighttpd with fastcgi for best performance.
59 8. Setup Apache or Lighttpd with fastcgi for best performance.
55
60
56
61
57 == Configuration
62 == Configuration
General Comments 0
You need to be logged in to leave comments. Login now