]> source.dussan.org Git - redmine.git/commitdiff
Upgrade guide for 3.x version and get gid of DEPRECATION WARNING: You didn't set...
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 25 Apr 2015 08:13:23 +0000 (08:13 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 25 Apr 2015 08:13:23 +0000 (08:13 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@14217 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/INSTALL
doc/UPGRADING

index 2adc7364130b112b637d174de9af5770cf1b5397..cf36dd86b0deecb71c0e2200f0797d97bbf78970 100644 (file)
@@ -53,6 +53,9 @@ Optional:
    a secret to be generated. Under the application main directory run:
      bundle exec rake generate_secret_token
 
+   Alternatively, you can store this secret in config/secrets.yml:
+   http://guides.rubyonrails.org/upgrading_ruby_on_rails.html#config-secrets-yml
+
 6. Create the database structure
    
    Under the application main directory run:
index 9bf0536d810a2cf2700b5a6c7a80af1fee275749..729b006ce41c2ce74e223aea1692739cf4311c3a 100644 (file)
@@ -44,10 +44,16 @@ http://www.redmine.org/
 
 6. Generate a session store secret
    
-   Redmine stores session data in cookies by default, which requires
-   a secret to be generated. Under the new application directory run:
+   If you're upgrading from Redmine 2.x or below, remove the following file
+   if it exists: config/initializers/secret_token.rb
+
+   Then generate a new secret by running the following command under the
+   application directory:
      bundle exec rake generate_secret_token
-   
+
+   Alternatively, you can store this secret in config/secrets.yml:
+   http://guides.rubyonrails.org/upgrading_ruby_on_rails.html#config-secrets-yml
+
    DO NOT REPLACE OR EDIT ANY OTHER FILES.
 
 7. Migrate your database