##// END OF EJS Templates
database.yml should be configured first....
Jean-Philippe Lang -
r10973:513419debbbd
parent child
Show More
@@ -24,7 +24,15 Optional:
24 24
25 25 1. Uncompress the program archive
26 26
27 2. Install the required gems by running:
27 2. Create an empty utf8 encoded database: "redmine" for example
28
29 3. Configure the database parameters in config/database.yml
30 for the "production" environment (default database is MySQL and ruby1.8)
31
32 If you're running Redmine with MySQL and ruby1.9, replace the adapter name
33 with `mysql2`
34
35 4. Install the required gems by running:
28 36 bundle install --without development test
29 37
30 38 If ImageMagick is not installed on your system, you should skip the installation
@@ -35,14 +43,6 Optional:
35 43 you can create a file named Gemfile.local at the root of your redmine directory.
36 44 It will be loaded automatically when running `bundle install`.
37 45
38 3. Create an empty utf8 encoded database: "redmine" for example
39
40 4. Configure the database parameters in config/database.yml
41 for the "production" environment (default database is MySQL and ruby1.8)
42
43 If you're running Redmine with MySQL and ruby1.9, replace the adapter name
44 with `mysql2`
45
46 46 5. Generate a session store secret
47 47
48 48 Redmine stores session data in cookies by default, which requires
General Comments 0
You need to be logged in to leave comments. Login now