[CMF-checkins] CVS: CMF - INSTALL.txt:1.21.2.2

Tres Seaver tseaver at zope.com
Mon Sep 27 13:03:53 EDT 2004


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

Modified Files:
      Tag: CMF-1_5-branch
	INSTALL.txt 
Log Message:
 - Packaging.


=== CMF/INSTALL.txt 1.21.2.1 => 1.21.2.2 ===
--- CMF/INSTALL.txt:1.21.2.1	Thu Aug 12 18:42:15 2004
+++ CMF/INSTALL.txt	Mon Sep 27 13:03:53 2004
@@ -1,4 +1,4 @@
-Installing CMF 1.5.0beta
+Installing CMF 1.5.0beta2
 
   Requirements
 
@@ -16,11 +16,11 @@
 
   Procedure
 
-    1. Unpack the CMF-1.5.0beta.tar.gz tarball into a working
+    1. Unpack the CMF-1.5.0beta2.tar.gz tarball into a working
        directory. For instance::
 
         $ cd /usr/local/zope
-        $ tar xzf /tmp/CMF-1.5.0beta.tar.gz
+        $ tar xzf /tmp/CMF-1.5.0beta2.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
@@ -33,19 +33,19 @@
        For instance::
 
         $ cd /var/zope/Products  # /var/zope is INSTANCE_HOME
-        $ ln -s /usr/local/zope/CMF-1.5.0beta/CMFCore .
-        $ ln -s /usr/local/zope/CMF-1.5.0beta/CMFDefault .
-        $ ln -s /usr/local/zope/CMF-1.5.0beta/CMFTopic .
-        $ ln -s /usr/local/zope/CMF-1.5.0beta/CMFActionIcons .
-        $ ln -s /usr/local/zope/CMF-1.5.0beta/CMFCalendar .
-        $ ln -s /usr/local/zope/CMF-1.5.0beta/CMFSetup .
-        $ ln -s /usr/local/zope/CMF-1.5.0beta/CMFUid .
-        $ ln -s /usr/local/zope/CMF-1.5.0beta/DCWorkflow .
+        $ ln -s /usr/local/zope/CMF-1.5.0beta2/CMFCore .
+        $ ln -s /usr/local/zope/CMF-1.5.0beta2/CMFDefault .
+        $ ln -s /usr/local/zope/CMF-1.5.0beta2/CMFTopic .
+        $ ln -s /usr/local/zope/CMF-1.5.0beta2/CMFActionIcons .
+        $ ln -s /usr/local/zope/CMF-1.5.0beta2/CMFCalendar .
+        $ ln -s /usr/local/zope/CMF-1.5.0beta2/CMFSetup .
+        $ ln -s /usr/local/zope/CMF-1.5.0beta2/CMFUid .
+        $ ln -s /usr/local/zope/CMF-1.5.0beta2/DCWorkflow .
 
        or, as a shortcut::
 
-        $ ln -s /usr/local/zope/CMF-1.5.0beta/CMF* .
-        $ ln -s /usr/local/zope/CMF-1.5.0beta/DCWorkflow .
+        $ ln -s /usr/local/zope/CMF-1.5.0beta2/CMF* .
+        $ ln -s /usr/local/zope/CMF-1.5.0beta2/DCWorkflow .
 
        Since linking doesn't apply on Windows, you will need
        to cut or copy the files from the place where you unpacked
@@ -101,7 +101,7 @@
 
   Install the New Software.
 
-    0. "Download":CMF-1.5.0beta.tar.gz the tarball.
+    0. "Download":CMF-1.5.0beta2.tar.gz the tarball.
 
     1. Copy your "working" products off to one side (in case
        you need / choose to revert).



More information about the CMF-checkins mailing list