diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-02-19 18:52:34 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2010-02-19 18:52:34 +0000 |
commit | d46609f4bbd409c6f740b6a0c527af2ba4035a67 (patch) | |
tree | 63e0d100331c6b64e052bc45248a73f19d6f41be /doc/INSTALL | |
parent | c6b2f1d606c1a54d269935d13884f5b7f8745bbc (diff) | |
download | redmine-d46609f4bbd409c6f740b6a0c527af2ba4035a67.tar.gz redmine-d46609f4bbd409c6f740b6a0c527af2ba4035a67.zip |
Fixes INSTALL and UPGRADING steps order (#4848).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3455 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'doc/INSTALL')
-rw-r--r-- | doc/INSTALL | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/INSTALL b/doc/INSTALL index 1f3104644..eb7669c60 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -30,15 +30,15 @@ Optional: 3. Configure database parameters in config/database.yml for "production" environment (default database is MySQL) -4. Create the database structure. Under the application main directory: - rake db:migrate RAILS_ENV="production" - It will create tables and an administrator account. - -5. Generate a session store secret +4. Generate a session store secret Redmine stores session data in cookies by default, which requires a secret to be generated. Run: rake config/initializers/session_store.rb - + +5. Create the database structure. Under the application main directory: + rake db:migrate RAILS_ENV="production" + It will create tables and an administrator account. + 6. Setting up permissions The user who runs Redmine must have write permission on the following subdirectories: files, log, tmp (create the last one if not present). |