Skip to content

Commit 95ba220

Browse files
committed
Adds rake config/initializers/session_store.rb to the install doc.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2496 e93f8b46-1217-0410-a6f0-8f06a7374b81
1 parent 6b770fa commit 95ba220

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

doc/INSTALL

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,13 @@ Optional:
2929
4. 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

Comments
 (0)