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

Tres Seaver tseaver at zope.com
Fri Jul 9 15:37:00 EDT 2004


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

Modified Files:
	INSTALL.txt 
Log Message:
 - Update installation instructions.


=== CMF/INSTALL.txt 1.18 => 1.19 ===
--- CMF/INSTALL.txt:1.18	Wed Jun 30 09:57:04 2004
+++ CMF/INSTALL.txt	Fri Jul  9 15:37:00 2004
@@ -1,4 +1,4 @@
-Installing CMF 1.5x
+Installing CMF 1.5.0alpha
 
   Requirements
 
@@ -13,11 +13,11 @@
 
   Procedure
 
-    1. Unpack the CMF-1.5x.tar.gz tarball into a working
+    1. Unpack the CMF-1.5.0alpha.tar.gz tarball into a working
        directory. For instance::
 
         $ cd /usr/local/zope
-        $ tar xzf /tmp/CMF-1.5x.tar.gz
+        $ tar xzf /tmp/CMF-1.5.0alpha.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
@@ -30,16 +30,16 @@
        For instance::
 
         $ cd /var/zope/Products  # /var/zope is INSTANCE_HOME
-        $ ln -s /usr/local/zope/CMF-1.5x/CMFCore .
-        $ ln -s /usr/local/zope/CMF-1.5x/CMFDefault .
-        $ ln -s /usr/local/zope/CMF-1.5x/CMFTopic .
-        $ ln -s /usr/local/zope/CMF-1.5x/CMFCalendar .
-        $ ln -s /usr/local/zope/CMF-1.5x/DCWorkflow .
+        $ ln -s /usr/local/zope/CMF-1.5.0alpha/CMFCore .
+        $ ln -s /usr/local/zope/CMF-1.5.0alpha/CMFDefault .
+        $ ln -s /usr/local/zope/CMF-1.5.0alpha/CMFTopic .
+        $ ln -s /usr/local/zope/CMF-1.5.0alpha/CMFCalendar .
+        $ ln -s /usr/local/zope/CMF-1.5.0alpha/DCWorkflow .
 
        or, as a shortcut::
 
-        $ ln -s /usr/local/zope/CMF-1.5x/CMF* .
-        $ ln -s /usr/local/zope/CMF-1.5x/DCWorkflow .
+        $ ln -s /usr/local/zope/CMF-1.5.0alpha/CMF* .
+        $ ln -s /usr/local/zope/CMF-1.5.0alpha/DCWorkflow .
 
        Since linking doesn't apply on Windows, you will need
        to cut or copy the files from the place where you unpacked
@@ -95,7 +95,7 @@
 
   Install the New Software.
 
-    0. "Download":CMF-1.5x.tar.gz the tarball.
+    0. "Download":CMF-1.5.0alpha.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