##// END OF EJS Templates
Updated UPGRADING documentation...
Jean-Philippe Lang -
r618:64d805b009cd
parent child
Show More
@@ -10,11 +10,14 http://redmine.rubyforge.org/
10 1. Uncompress program archive in a new directory:
10 1. Uncompress program archive in a new directory:
11 tar zxvf <filename>
11 tar zxvf <filename>
12
12
13 3. Copy your database settings (database.yml) into the new config directory
13 3. Copy your database settings (RAILS_ROOT/config/database.yml)
14 into the new config directory
14
15
15 4. Migrate your database:
16 4. Migrate your database:
16 rake db:migrate RAILS_ENV="production"
17 rake db:migrate RAILS_ENV="production"
17
18
19 5. Copy the RAILS_ROOT/files directory content into your new installation
20
18 Note 1: Rails 1.2.2 is required for version 0.4.2 and later.
21 Note 1: Rails 1.2.2 is required for version 0.4.2 and later.
19
22
20 Note 2: when upgrading your code with svn update, don't forget to clear
23 Note 2: when upgrading your code with svn update, don't forget to clear
General Comments 0
You need to be logged in to leave comments. Login now