]> source.dussan.org Git - redmine.git/commitdiff
Updated INSTALL and UPGRADING docs with new rake task (#10891).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 May 2012 13:14:53 +0000 (13:14 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 12 May 2012 13:14:53 +0000 (13:14 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9677 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/INSTALL
doc/UPGRADING

index ea31d0dcf1420418ca2444e5bbc04bfcbe70b3d5..660d94de782d8253d771c55dcec6cc4c26e751ec 100644 (file)
@@ -44,7 +44,7 @@ Optional:
    
    Redmine stores session data in cookies by default, which requires
    a secret to be generated. Under the application main directory run:
-     rake generate_session_store
+     rake generate_secret_token
 
 6. Create the database structure
    
index ceaf5574990e4cf8c4aab345000a9b70ce8f2ada..129c927befff90241430106eddb1f591cda36280 100644 (file)
@@ -19,6 +19,11 @@ http://www.redmine.org/
    This directory contains all the attached files.
 
 4. Copy the folders of the installed plugins and themes into new installation
+   Plugins must be stored in the [redmine_root]/plugins directory
+   Themes must be stored in the [redmine_root]/public/themes directory
+
+   WARNING: plugins from your previous Redmine version may not be compatible
+   with the Redmine version you're upgrading to.
 
 5. Install the required gems by running:
      bundle install --without development test
@@ -31,7 +36,7 @@ http://www.redmine.org/
    
    Redmine stores session data in cookies by default, which requires
    a secret to be generated. Under the new application directory run:
-     rake generate_session_store
+     rake generate_secret_token
    
    DO NOT REPLACE OR EDIT ANY OTHER FILES.