From 513419debbbdfc754ae1efeb63691969910d3e4e Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sat, 19 Jan 2013 14:45:39 +0000 Subject: [PATCH] database.yml should be configured first. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11203 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- doc/INSTALL | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/doc/INSTALL b/doc/INSTALL index fc2d6a477..06be1c73e 100644 --- a/doc/INSTALL +++ b/doc/INSTALL @@ -24,7 +24,15 @@ Optional: 1. Uncompress the program archive -2. Install the required gems by running: +2. Create an empty utf8 encoded database: "redmine" for example + +3. Configure the database parameters in config/database.yml + for the "production" environment (default database is MySQL and ruby1.8) + + If you're running Redmine with MySQL and ruby1.9, replace the adapter name + with `mysql2` + +4. Install the required gems by running: bundle install --without development test If ImageMagick is not installed on your system, you should skip the installation @@ -35,14 +43,6 @@ Optional: you can create a file named Gemfile.local at the root of your redmine directory. It will be loaded automatically when running `bundle install`. -3. Create an empty utf8 encoded database: "redmine" for example - -4. Configure the database parameters in config/database.yml - for the "production" environment (default database is MySQL and ruby1.8) - - If you're running Redmine with MySQL and ruby1.9, replace the adapter name - with `mysql2` - 5. Generate a session store secret Redmine stores session data in cookies by default, which requires