Project

General

Profile

« Previous | Next » 

Revision 27

0.3.0

View differences:

trunk/redmine/doc/INSTALL
41 41
   rake migrate RAILS_ENV="production"
42 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 50
   ruby script/server -e production   
46 51
  
47 52
   Once WEBrick has started, point your browser to http://localhost:3000/
48 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 56
   login: admin
52 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 62
== Configuration

Also available in: Unified diff