Changeset 16460
- Timestamp:
- 08/13/07 22:46:36 (1 year ago)
- Files:
-
- CMFPlone/trunk/INSTALL.txt (modified) (1 diff)
- CMFPlone/trunk/RELEASENOTES.txt (modified) (1 diff)
- CMFPlone/trunk/UPGRADE.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
CMFPlone/trunk/INSTALL.txt
r16124 r16460 1 1 Installing Plone manually, step by step instructions. 2 ============================================================================== 3 4 The following is a list of important things to note when installing or 5 upgrading 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 2 36 3 37 ============================================================================== CMFPlone/trunk/RELEASENOTES.txt
r16431 r16460 19 19 from its home page at http://codespeak.net/lxml/ . 20 20 21 * The python openid packages are required to use the includedOpenID support.21 * The Python OpenID packages are required if you want to enable OpenID support. 22 22 They can be downloaded from the OpenID enabled site at 23 23 http://www.openidenabled.com/resources/downloads/python-openid/ CMFPlone/trunk/UPGRADE.txt
r14850 r16460 1 1 How to upgrade a Plone site to a newer version 2 ============================================== 2 3 3 This is a short version, more information can be found at 4 This is a short version, more information can be found at 4 5 http://plone.org/upgrade. 5 6 6 7 1. Stop Plone / Zope 7 8 8 2. Back up your Plone site, just in case. You should backup:9 2. Back up your Plone site, just in case. You should back up: 9 10 10 * your Data.fs which contains your site data11 * any file system files you have modified11 * Your Data.fs which contains your site data 12 * Any file system files you have modified 12 13 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. 14 3. 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. 18 20 19 21 4. Restart Plone / Zope … … 25 27 Running a migration may: 26 28 27 * change values you have set in the ZODB, for example actions and properties29 * Change values you have set in the ZODB, for example actions and properties 28 30 29 * re-catalog your portal_catalog, this may be timeconsuming31 * Re-catalog your portal_catalog, this may be time-consuming 30 32 31 * reapplying security to objects, this may be timeconsuming33 * Reapply security to objects, this may be time-consuming 32 34 33 35 If 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.36 third-party products and read http://plone.org/upgrade. 35 37 If 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, the37 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.38 http://dev.plone.org/plone and include: your Zope, CMF and Python versions, 39 the platform, the Plone versions you are migrating to and from and most 40 important: the full traceback and migration log. Try to provide as much 41 information as possible.
