mromy       2005/05/02 13:28:45 CEST

  Modified files:
    html                 README.html README_4_0_6.html 
  Log:
  - updated
  
  Revision  Changes    Path
  1.6       +20 -2     jahia_update/html/README.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia_update/html/README.html.diff?r1=1.5&r2=1.6&f=h
  1.7       +11 -3     jahia_update/html/README_4_0_6.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia_update/html/README_4_0_6.html.diff?r1=1.6&r2=1.7&f=h
  
  
  
  Index: README.html
  ===================================================================
  RCS file: /cvs/jahia_update/html/README.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- README.html       2 May 2005 10:15:37 -0000       1.5
  +++ README.html       2 May 2005 11:28:45 -0000       1.6
  @@ -70,7 +70,8 @@
   
           <p><strong>1) Copy the JahiaUpdate_4_1.jar file to the following 
directory:</strong></p>
           <p class="code">[install_path]/tomcat/webapps/jahia</p>
  -        <p><strong>2) Make sure tomcat is stopped and that the database is 
running and available.</strong> </p>
  +        <p><strong>2) Make sure tomcat is stopped and that the database is 
running and available (excepted for the
  +            embedded Hypersonic database, which is the database used by 
Jahia by default).</strong> </p>
           <p><strong>3) To start the upgrading process, type on the command 
line:</strong></p>
           <p class="code"> java -jar JahiaUpdate_4_1.jar</p>
           <p>
  @@ -109,7 +110,13 @@
           [install_path]/tomcat/webapps/jahia/WEB-INF/lib/webdavlib.jar
          </p>
   
  -        <p><strong>5) Migrating your webapps/portlets:</strong></p>
  +        <p><strong>5) Upgrading the default templates:</strong></p>
  +        <p> The Jahia upgrade tool will not upgrade your set of templates or 
the default corporate portal templates, but
  +            should not require any changes to run with Jahia 4.1. If you 
still wish to update to the latest version of the
  +            templates, you will have to check the diffs in the
  +            <a 
href="http://cvspub.jahia.org/cgi-bin/cvsweb.cgi/corporate_portal_templates/?only_with_tag=JAHIA-4-1-BRANCH";
 target="_blank">
  +                corporate templates cvs</a> manually.
  +        <p><strong>6) Migrating your webapps/portlets:</strong></p>
           <p>This tool only upgrades the Jahia CMS and Portal Server. If you 
also want to upgrade the
           standalone webapps prepackaged with Jahia to their latest version, 
please refer to this page:<br/>
           <br/>
  @@ -173,6 +180,17 @@
               when submitting your question.<br/>
           </p>
           <br/>
  +        <a name="3"></a><h2>Upgrading to MySQL 4.1.x</h2>
  +        <p>
  +        If you plan to upgrade at the same time from MySQL 4.0 to MySQL 4.1, 
you should be aware that MySQL stores data
  +        in <strong>Latin1"</strong> character encoding, whereas MySQL 4.1.x 
leaves you the choice at installation time to
  +        either use <strong>Latin1</strong> or <strong>UTF8</strong>. We 
strongly recommend that you install MySQL 4.1.x
  +        in <strong>Latin1</strong> character enconding if you want to 
migrate your date from MySQL 4.0, as we found no
  +        easy way to upgrade from a MySQL 4.0.x Latin1 database to a MySQL 
4.1.x UTF8 database without encountering problems
  +        with accentuated or special characters.<br/>
  +        Please check <a 
href="http://dev.mysql.com/doc/mysql/en/upgrading-from-4-0.html"; 
target="_blank">this page</a> of
  +        the MySQL website for more information regarding migrating to MySQL 
4.1.x.<br/><br/>
  +        </p>
           <h2>The following improvements have been made:</h2>
   
           <p>To get the complete list, please consult the <a 
href="http://www.jahia.org/changelog";>Jahia 4.1 README</a>.<br/></p>
  
  
  
  Index: README_4_0_6.html
  ===================================================================
  RCS file: /cvs/jahia_update/html/README_4_0_6.html,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- README_4_0_6.html 29 Apr 2005 14:08:20 -0000      1.6
  +++ README_4_0_6.html 2 May 2005 11:28:45 -0000       1.7
  @@ -64,7 +64,8 @@
   
           <p><strong>1) Copy the JahiaUpdate_4_0_6.jar file to the following 
directory:</strong></p>
           <p class="code">[install_path]/tomcat/webapps/jahia</p>
  -        <p><strong>2) Make sure tomcat is stopped and that the database is 
running and available.</strong> </p>
  +        <p><strong>2) Make sure tomcat is stopped and that the database is 
running and available (excepted for the
  +            embedded Hypersonic database, which is the database used by 
Jahia by default).</strong> </p>
           <p><strong>3) To start the patching process, type on the command 
line:</strong></p>
           <p class="code"> java -jar JahiaUpdate_4_0_6.jar</p>
           <p>
  @@ -95,11 +96,18 @@
           
[install_path]/tomcat/webapps/jahia/WEB-INF/lib/postgresql-7.4.1-jdbc3.jar
           </p>
   
  -        <p><strong>5) Migrating your webapps/portlets:</strong></p>
  +        <p><strong>5) Upgrading the default templates:</strong></p>
  +        <p> The Jahia upgrade tool will not upgrade your set of templates or 
the default corporate portal templates, but
  +            should not require any changes to run with Jahia 4.0.6. If you 
still wish to update to the latest version of the
  +            templates, you will have to check the diffs in the
  +            <a 
href="http://cvspub.jahia.org/cgi-bin/cvsweb.cgi/corporate_portal_templates/?only_with_tag=JAHIA-4-0-BRANCH";
 target="_blank">
  +                corporate templates cvs</a> manually.
  +
  +        <p><strong>6) Migrating your webapps/portlets:</strong></p>
           <p>This patch only upgrades the Jahia CMS and Portal Server. If you 
also want to upgrade the
           standalone webapps prepackaged with Jahia to their latest version, 
please refer to this page:<br/>
           <br/>
  -        <a 
href="http://projects.jahia.org/migrationguide.html";>http://projects.jahia.org/migrationguide.html</a><br/>
  +        <a href="http://projects.jahia.org/migrationguide.html"; 
target="_blank">http://projects.jahia.org/migrationguide.html</a><br/>
           <br/>
           Warning: This upgrade process is optional and not directly linked 
with this Jahia kernel upgrade.
           You may perfectly keep your current webapps versions. Webapps 
prepackaged with Jahia or other portlets
  

Reply via email to