OSDN Git Service

Updated UPGRADING documentation
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 13 Aug 2007 10:19:46 +0000 (10:19 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Mon, 13 Aug 2007 10:19:46 +0000 (10:19 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/trunk@621 e93f8b46-1217-0410-a6f0-8f06a7374b81

doc/UPGRADING

index af92ee3..73086e6 100644 (file)
@@ -10,11 +10,14 @@ http://redmine.rubyforge.org/
 1. Uncompress program archive in a new directory:\r
    tar zxvf <filename>\r
    \r
-3. Copy your database settings (database.yml) into the new config directory\r
+3. Copy your database settings (RAILS_ROOT/config/database.yml)\r
+   into the new config directory\r
    \r
 4. Migrate your database:\r
    rake db:migrate RAILS_ENV="production"\r
 \r
+5. Copy the RAILS_ROOT/files directory content into your new installation\r
+\r
 Note 1: Rails 1.2.2 is required for version 0.4.2 and later.\r
 \r
 Note 2: when upgrading your code with svn update, don't forget to clear\r