[CMF-checkins] CVS: CMF - INSTALL.txt:1.14 INSTALL_CVS.txt:1.5

Yvo Schubbe schubbe@web.de
Sun, 27 Apr 2003 08:36:35 -0400


Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv17308

Modified Files:
	INSTALL.txt INSTALL_CVS.txt 
Log Message:
synched with CMF-1_4-branch

=== CMF/INSTALL.txt 1.13 => 1.14 ===
--- CMF/INSTALL.txt:1.13	Thu Mar  6 05:53:27 2003
+++ CMF/INSTALL.txt	Sun Apr 27 08:36:34 2003
@@ -1,36 +1,26 @@
-Installing CMF 1.3-beta2
+Installing CMF 1.4x
 
   Requirements
 
-    - Zope v. 2.4.3 or later, v. 2.5 and later (*not* 2.4.2 or 2.4.1)
+    - Zope v. 2.5 and later
       
-      o Note:  For Zope 2.4.x, you will also need to install the most
-        recent versions of the following packages:
-        
-        * PageTemplates product
-
-        * TAL package
-
-        * ZTUtils package
-
-        These packages are available at:
-
-          http://www.zope.org/Members/4am/ZPT/
+      o Note:  Zope v. 2.4.3 *may* work, but is no longer a supported
+        version.
 
   Assumptions
 
     - New installation
 
     - Zope configured using INSTANCE_HOME, /var/zope, and
-      SOFTWARE_HOME, /usr/local/zope/Zope-2.5.1
+      SOFTWARE_HOME, /usr/local/zope/Zope-2.6.1
 
   Procedure
 
-    1. Unpack the CMF-1.3-beta2.tar.gz tarball into a working
+    1. Unpack the CMF-1.4x.tar.gz tarball into a working
        directory. For instance::
 
         $ cd /usr/local/zope
-        $ tar xzf /tmp/CMF-1.3-beta2.tar.gz
+        $ tar xzf /tmp/CMF-1.4x.tar.gz
 
        Note for Windows users:  if you are using WinZip to unpack
           the file, be *sure* to disable the "TAR file smart CR/LF
@@ -43,14 +33,16 @@
        For instance::
 
         $ cd /var/zope/Products  # /var/zope is INSTANCE_HOME
-        $ ln -s /usr/local/zope/CMF-1.3-beta2/CMFCore .
-        $ ln -s /usr/local/zope/CMF-1.3-beta2/CMFDefault .
-        $ ln -s /usr/local/zope/CMF-1.3-beta2/CMFTopic .
-        $ ln -s /usr/local/zope/CMF-1.3-beta2/CMFCalendar .
+        $ ln -s /usr/local/zope/CMF-1.4x/CMFCore .
+        $ ln -s /usr/local/zope/CMF-1.4x/CMFDefault .
+        $ ln -s /usr/local/zope/CMF-1.4x/CMFTopic .
+        $ ln -s /usr/local/zope/CMF-1.4x/CMFCalendar .
+        $ ln -s /usr/local/zope/CMF-1.4x/DCWorkflow .
         
        or, as a shortcut::
 
-        $ ln -s /usr/local/zope/CMF-1.3beta2/CMF* .
+        $ ln -s /usr/local/zope/CMF-1.4x/CMF* .
+        $ ln -s /usr/local/zope/CMF-1.4x/DCWorkflow .
 
        Since linking doesn't apply on Windows, you will need
        to cut or copy the files from the place where you unpacked
@@ -105,7 +97,7 @@
 
   Install the New Software.
 
-    0. "Download":CMF-1.3-beta2.tar.gz the tarball.
+    0. "Download":CMF-1.4x.tar.gz the tarball.
 
     1. Copy your "working" products off to one side (in case
        you need / choose to revert).
@@ -118,7 +110,7 @@
 
   Follow additionnal version-specific information below.
 
-Upgrading from versions earlier than CMF 1.3-beta2
+Upgrading from versions earlier than CMF 1.4x
 
   Add New Metadata: "portal_type"
 


=== CMF/INSTALL_CVS.txt 1.4 => 1.5 ===
--- CMF/INSTALL_CVS.txt:1.4	Mon Feb 24 08:59:45 2003
+++ CMF/INSTALL_CVS.txt	Sun Apr 27 08:36:34 2003
@@ -12,8 +12,8 @@
     - See the note below [1] if you want to export or check out
       the sources for a specific version from CVS.
 
- *Please note that current versions of the CMF (1.2 and later)
-  require Zope 2.4.3 or later*
+ *Please note that current versions of the CMF (1.4 and later)
+  require Zope 2.5 or later*
 
   * For help with CVS in general, see the "CVS Online Manual",
     http://www.loria.fr/~molli/cvs-index.html
@@ -43,6 +43,8 @@
 
       - CMFCalendar
 
+      - DCWorkflow
+
      and several others.
 
   2. Copy or link each of these subdirectories into the 'Products' directory of
@@ -52,6 +54,7 @@
       $ ln -s /tmp/CMF-head/CMFCore .
       $ ln -s /tmp/CMF-head/CMFDefault .
       $ ln -s /tmp/CMF-head/CMFTopic .
+      $ ln -s /tmp/CMF-head/DCWorkflow .
 
   3. Verify filesystem products: