Changeset 16460

Show
Ignore:
Timestamp:
08/13/07 22:46:36 (1 year ago)
Author:
limi
Message:

Adding the information relevant for the install to INSTALL.txt (not just in release notes), improved wording.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • CMFPlone/trunk/INSTALL.txt

    r16124 r16460  
    11Installing Plone manually, step by step instructions. 
     2============================================================================== 
     3 
     4The following is a list of important things to note when installing or 
     5upgrading to Plone 3.0: 
     6 
     7* Unpacking the Plone archive with WinZip will not work: WinZip will truncate 
     8  filenames without warning you. 7-Zip is a good open source alternative for 
     9  Windows that you can use instead: http://www.7-zip.org 
     10 
     11* Zope 2.10.4+ is now required. Older versions of Zope will not work. Zope 
     12  2.11 and later may or may not work. Zope 3.x is not supported. 
     13 
     14* The python ElementTree package is now required. This package can be 
     15  downloaded from its home page at http://effbot.org/downloads/#elementtree . 
     16 
     17* The python lxml package is now required to run all tests. It is 
     18  not needed for normal Plone use. This package can be downloaded 
     19  from its home page at http://codespeak.net/lxml/ . 
     20 
     21* The Python OpenID packages are required if you want to enable OpenID support. 
     22  They can be downloaded from the OpenID enabled site at 
     23  http://www.openidenabled.com/resources/downloads/python-openid/ 
     24 
     25* Plone 3.0 uses both Zope Products and python packages. The Zope Products 
     26  are installed in the usual location: the Products directory of the Zope 
     27  instance. Python package may be installed in the lib/python directory in the 
     28  Zope instance, or anywhere on the standard python path. 
     29 
     30* The GroupUserFolder user folder is no longer supported; instead Plone 
     31  now requires the Pluggable Authentication System (PAS). It may not be 
     32  possible to upgrade a site using GRUF with external user folders such as 
     33  LDAPUserFolder. In those cases it is advised to create a new site and move 
     34  the content over manually. 
     35 
    236 
    337============================================================================== 
  • CMFPlone/trunk/RELEASENOTES.txt

    r16431 r16460  
    1919  from its home page at http://codespeak.net/lxml/ . 
    2020 
    21 * The python openid packages are required to use the included OpenID support. 
     21* The Python OpenID packages are required if you want to enable OpenID support. 
    2222  They can be downloaded from the OpenID enabled site at 
    2323  http://www.openidenabled.com/resources/downloads/python-openid/ 
  • CMFPlone/trunk/UPGRADE.txt

    r14850 r16460  
    11How to upgrade a Plone site to a newer version 
     2============================================== 
    23 
    3 This is a short version, more information can be found at 
     4This is a short version, more information can be found at  
    45http://plone.org/upgrade. 
    56 
    671. Stop Plone / Zope 
    78 
    8 2. Backup your Plone site, just in case. You should backup: 
     92. Back up your Plone site, just in case. You should back up: 
    910 
    10     * your Data.fs which contains your site data 
    11     * any file system files you have modified 
     11    * Your Data.fs which contains your site data 
     12    * Any file system files you have modified 
    1213 
    13 3. Install the new version of Plone, this depends upon your installation. Newest 
    14    versions of Plone are always available from http://plone.org/products/plone 
    15    and your install will depend upon your particular setup. Generally you should 
    16    replace the products with the products and packages from the Plone archive. 
    17    See INSTALL.txt for more information. 
     143. Install the new version of Plone, this depends upon your installation.  
     15   The latest version of Plone is always available from 
     16   http://plone.org/download 
     17   and your install will depend upon your particular setup. Generally you  
     18   should replace the products with the products and packages from the Plone  
     19   archive. See INSTALL.txt for more information. 
    1820 
    19214. Restart Plone / Zope 
     
    2527Running a migration may: 
    2628 
    27  * change values you have set in the ZODB, for example actions and properties 
     29 * Change values you have set in the ZODB, for example actions and properties 
    2830 
    29  * re-catalog your portal_catalog, this may be time consuming 
     31 * Re-catalog your portal_catalog, this may be time-consuming 
    3032 
    31  * reapplying security to objects, this may be time consuming 
     33 * Reapply security to objects, this may be time-consuming 
    3234 
    3335If you have issues please search for an update of your Python, Zope, Plone and 
    34 third-party products and read http://plone.org/documentation/faq/upgrade-plone. 
     36third-party products and read http://plone.org/upgrade. 
    3537If you still have issues please the use the bug tracker at 
    36 http://dev.plone.org/plone and include: your Zope, CMF and Python versions, the 
    37 platform, the Plone versions you are migrating to and from and *important* 
    38 the full traceback and migration log. Try to provide as much informations as 
    39 possible. 
     38http://dev.plone.org/plone and include: your Zope, CMF and Python versions,  
     39the platform, the Plone versions you are migrating to and from and most 
     40important: the full traceback and migration log. Try to provide as much 
     41information as possible.