##// END OF EJS Templates
Updated INSTALL and UPGRADING docs with new rake task (#10891)....
Jean-Philippe Lang -
r9494:46e48ad3f7c2
parent child
Show More
@@ -44,7 +44,7 Optional:
44 44
45 45 Redmine stores session data in cookies by default, which requires
46 46 a secret to be generated. Under the application main directory run:
47 rake generate_session_store
47 rake generate_secret_token
48 48
49 49 6. Create the database structure
50 50
@@ -19,6 +19,11 http://www.redmine.org/
19 19 This directory contains all the attached files.
20 20
21 21 4. Copy the folders of the installed plugins and themes into new installation
22 Plugins must be stored in the [redmine_root]/plugins directory
23 Themes must be stored in the [redmine_root]/public/themes directory
24
25 WARNING: plugins from your previous Redmine version may not be compatible
26 with the Redmine version you're upgrading to.
22 27
23 28 5. Install the required gems by running:
24 29 bundle install --without development test
@@ -31,7 +36,7 http://www.redmine.org/
31 36
32 37 Redmine stores session data in cookies by default, which requires
33 38 a secret to be generated. Under the new application directory run:
34 rake generate_session_store
39 rake generate_secret_token
35 40
36 41 DO NOT REPLACE OR EDIT ANY OTHER FILES.
37 42
General Comments 0
You need to be logged in to leave comments. Login now