@@ -29,8 +29,13 @@ Optional:
29294. Create the database structure. Under the application main directory:
3030 rake db:migrate RAILS_ENV="production"
3131 It will create tables and an administrator account.
32+
33+ 5. Generate a session store secret
34+ Redmine stores session data in cookies by default, which requires
35+ a secret to be generated. Run:
36+ rake config/initializers/session_store.rb
3237
33- 5 . Setting up permissions
38+ 6 . Setting up permissions
3439 The user who runs Redmine must have write permission on the following
3540 subdirectories: files, log, tmp (create the last one if not present).
3641
@@ -39,13 +44,13 @@ Optional:
3944 sudo chown -R redmine:redmine files log tmp
4045 sudo chmod -R 755 files log tmp
4146
42- 6 . Test the installation by running WEBrick web server:
47+ 7 . Test the installation by running WEBrick web server:
4348 ruby script/server -e production
4449
4550 Once WEBrick has started, point your browser to http://localhost:3000/
4651 You should now see the application welcome page
4752
48- 7 . Use default administrator account to log in:
53+ 8 . Use default administrator account to log in:
4954 login: admin
5055 password: admin
5156
0 commit comments