[CMF-checkins] CVS: CMF - DEPENDENCIES.txt:1.1.12.1 INSTALL.txt:1.4.2.2
Andrew Sawyers
andrew@zope.com
Wed, 16 Jan 2002 16:35:59 -0500
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv17910
Modified Files:
Tag: CMF-1_2-branch
DEPENDENCIES.txt INSTALL.txt
Log Message:
*Updated more documentation...
*Updated CMFCalendar to 0.3b for use with CMF 1.2
=== CMF/DEPENDENCIES.txt 1.1 => 1.1.12.1 ===
+requires "ZPT" "1.4.1"
=== CMF/INSTALL.txt 1.4.2.1 => 1.4.2.2 ===
+Installing CMF 1.2
Requirements
- Zope v. 2.3.3, 2.4.3 or 2.5 and later (*not* 2.4.2 or 2.4.1)
+ - Zope PageTemplates
+
Assumptions
- New installation
@@ -13,7 +15,7 @@
Procedure
- 1. Unpack the CMF-1.1beta.tar.gz tarball into a working
+ 1. Unpack the CMF-1.2.tar.gz tarball or CMF-1.2.zip file into a working
directory. For instance::
$ cd /usr/local/zope
@@ -49,17 +51,17 @@
Enjoy!
*Note:* --
- the optional 'CMFDecor' product **requires** that you have
+ CMFDecor has been merged into CMFDefault, it is not longer and
+ optional product. It requires that you have
"Zope Page Templates", http://www.zope.org/Members/4am/ZPT
- installed; if you don't have it, then don't link/copy in
- 'CMFDecor'.
+ installed.
-Upgrading from CMF 1.0
+Upgrading from CMF 1.1
Install the New Software.
- 0. "Download":CMF-1.1beta.tar.gz the tarball.
+ 0. "Download":CMF-1.2.tar.gz the tarball.
1. Copy your "working" products off to one side (in case
you need / choose to revert).
@@ -69,6 +71,20 @@
your INSTANCE_HOME.
3. Restart Zope.
+
+ 4. **Note**
+
+ If your CMF instance was setup to use CMFDecor you will need to Create
+ and run the external method Upgrade.py (upgrade_decor_skins)
+ from the root of your CMF instance to upgrade your skin paths.
+ This fixes breakage due to the merging of CMFDecor into CMFDefault.
+
+Upgrading from CMF 1.0
+
+
+ Install the New Software.
+
+ 1. Follow the procudures for upgrading from CMF 1.1
Create and Configure New tools