pvollenweider 2004/11/10 17:30:47 CET
Modified files: (Branch: JAHIA-4-0-BRANCH)
src/views/html/startup readme.html
Log:
Update to new release (draft)
Revision Changes Path
1.68.2.3 +61 -42 jahia/src/views/html/startup/readme.html
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/jahia/src/views/html/startup/readme.html.diff?r1=1.68.2.2&r2=1.68.2.3&f=h
Index: readme.html
===================================================================
RCS file:
/home/cvs/repository/jahia/src/views/html/startup/Attic/readme.html,v
retrieving revision 1.68.2.2
retrieving revision 1.68.2.3
diff -u -r1.68.2.2 -r1.68.2.3
--- readme.html 23 Aug 2004 16:04:53 -0000 1.68.2.2
+++ readme.html 10 Nov 2004 16:30:46 -0000 1.68.2.3
@@ -168,8 +168,7 @@
</div>
<div class="maincontent">
<h1>Jahia 4.0.5 README file</h1>
- <p>Please read this README carefully to learn about the new features
present in this release and the changes
- you need to make to your existing templates to use them with Jahia
4.0</p>
+ <p>Please read this README carefully to learn about the new features
present in this release</p>
<h2>Table of content:</h2>
<p>
@@ -181,62 +180,82 @@
<h2><a name="1"></a>Status</h2>
<p>
- Several bug fixes in this fifth service pack. Most important
ones are related
- to a new authentification mechanism with support for cookies,
the introduction of a MySettings engine,
- some performance optimizations and several modifications to
support Jahia in clustered environements (load balancing).
+ Hundreds of performance improvements, bug fixes, enhancements
and refactoring in this fifth service pack. Most important ones are related
+ to a new authentification mechanism with support for cookies,
the optimization of indexation, several modifications to support Jahia in
clustered environements (load balancing) and some refactoring of the move
function.
+
+ This service pack also correct several critical bugs. So it is
higly recommended to upgrade your Jahia installation.
</p>
<p>
- Please check the <a href="../../txt/history.txt">change Log</a>
to view a list of all
- modifications. <br/>
+ Please check the complete <a href="../../txt/history.txt">change
Log</a> to view a list of all
+ the modifications. <br/>
<br/>
</p>
- <h2><a name="6"></a>How can I upgrade from a Jahia 4.0.x to this new
version ? </h2>
+ <h2><a name="6"></a>How can I upgrade from a Jahia 4.0.4 to this new
version ? </h2>
<p>
- A migration tool is available separately, which will allow you
to upgrade to Jahia 4.0.5.
- Please note however that the patches are NOT cumulative, so you
will need to apply each patch
- successively. A <a
href="http://www.jahia.org/download/jahia4/4_0/patch/README_4_0_4.html">readme
file</a>
- is provided with the migration tool to describe the process.
+ We are currentyl in the process of making an automated migration
script.
+ Meanwhile you can test this release with your data by following
this procedure:
</p>
-
- <h2><a name="6"></a>How can I upgrade from a Jahia 3.1.x to this new
version ? </h2>
<p>
- A migration tool is available to upgrade from the last stable
build (3.1.4)
- to Jahia 4.0. You should download it separately from Jahia 4.0.
A readme file is provided
- with the migration tool to describe the process.
+ In this procedure we will assume the following :
</p>
+ <ul>
+ <li>you have backuped all your current Jahia environement
(file system + database)</li>
+ <li>You have installed your current Jahia environement in
CURRENT_JAHIA</li>
+ <li>You have a new Jahia 4.0.5 installation into
NEW_JAHIA_405 (Jahia
+ configuration wizard successfully installed) without the
webapps.</li>
+ </ul>
+ <p>
+ Here are the steps to copy your data into the new Jahia
installation :
+ </p>
+ <ol>
+ <li>
+ Copy following direcories into your new
installation:<br/><br/>
+ <tt>
+
CURRENT_JAHIA/tomcat/webapps/jahia/WEB-INF/var/content<br/>
+
CURRENT_JAHIA/tomcat/webapps/jahia/WEB-INF/classes/jahiatemplates<br/>
+
CURRENT_JAHIA/tomcat/webapps/jahia/jsp/jahia/templates/[YOUR_JAHIA_SITES]
+ </tt>
+ <br/><br/>
+ </li>
+ <li>
+ If you want to copy over the deployed applications, repeat
this
+ step for each web app : copy
JAHIA_HOME/tomcat/webapps/WEBAPP_NAME
+ to NEWTOMCAT_HOME/webapps/WEBAPP_NAME
+ <br/><br/>
+ </li>
+ <li>
+ Edit the Jahia.properties and configure the database
settings to
+ your CURRENT_JAHIA database path. If you have adjusted your
database
+ pooling, please also adjust them in the dbpool.properties.
+ <br/><br/>
+ </li>
+ <li>
+ If you have other custom configurations (Caches limitations,
LDAP
+ servers, HTML Editors,...), please make your changes in the
adequate
+ Jahia configuration files.
+ <br/><br/>
+ </li>
+ <li>
+ If you added some other java librariees or if you modified
the
+ Jahia classes or JSP, please copy the new jar or make the
merge
+ of your changes with the new Jahia source code.
+ <br/><br/>
+ </li>
+ <li>
+ Please merge your Tomcat startup scripts if you have some
custom
+ confinguration (ex: catalina_opts adjusted to your server
memory size).
+ <br/><br/>
+ </li>
+ </ol>
<h2><a name="7"></a>Installation Issues </h2>
<p><strong>Make sure you don't use any white space in the path name
when installing Jahia.</strong></p>
<p>
Please check the archive of the public Install mailing list
before sending us
- your issue (<a
href="http://list.jahia.org">http://list.jahia.org</a> ).
+ your issue (<a
href="http://list.jahia.org">http://list.jahia.org</a> ).<br/><br/>
</p>
- <h2><a name="8"></a>Current known Jahia limitations and bugs </h2>
- <p>The following features are still deactivated in this release:</p>
- <ul>
- <li>Extract/deploy virtual sites</li>
- </ul>
-
- <h2>The following limitations will be resolved as soon as
possible.</h2>
- <ul>
- <!--
- <li>- Some versioning operations may corrupt your database,
especially if you try to
- restore moved pages. So the versioning engine is currently
only available for site administrators.
- Please be sure to backup all your data before any restore
operation. This will be fixed in a
- further patch.</li>
- -->
- <li>Language delete option has been removed.</li>
- <li>Comparison tags between versions have not been implemented
for all the field types.</li>
- <li>Locking mechanism needs to be language independant. At this
time, when a page is locked for
- validation in one language, the content of the page is
locked in all languages.</li>
- <!--
- <li>Sorting of container list is not language independant.
Currently, sorting a container list
- in a language will apply the same sorting on all
languages.</li>
- -->
- <li>Modifications of the role(s) of webapps need a logout to be
assigned.</li>
- </ul>
</div>
<div class="footer">
Copyright 2004, <a href="http://www.jahia.org">Jahia Ltd</a> - All
rights reserved