Revision 621
Added by Jean-Philippe Lang almost 18 years ago
UPGRADING | ||
---|---|---|
10 | 10 |
1. Uncompress program archive in a new directory: |
11 | 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 | 16 |
4. Migrate your database: |
16 | 17 |
rake db:migrate RAILS_ENV="production" |
17 | 18 | |
19 |
5. Copy the RAILS_ROOT/files directory content into your new installation |
|
20 | ||
18 | 21 |
Note 1: Rails 1.2.2 is required for version 0.4.2 and later. |
19 | 22 | |
20 | 23 |
Note 2: when upgrading your code with svn update, don't forget to clear |
Also available in: Unified diff
Updated UPGRADING documentation