[CMF-checkins] CVS: CMF - INSTALL.txt:1.13.10.9
Tres Seaver
tseaver at zope.com
Fri Jul 30 23:25:39 EDT 2004
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv27167
Modified Files:
Tag: CMF-1_4-branch
INSTALL.txt
Log Message:
- Packaging for 1.4.6 release.
=== CMF/INSTALL.txt 1.13.10.8 => 1.13.10.9 ===
--- CMF/INSTALL.txt:1.13.10.8 Thu Jul 8 17:47:13 2004
+++ CMF/INSTALL.txt Fri Jul 30 23:25:08 2004
@@ -1,4 +1,4 @@
-Installing CMF 1.4.5
+Installing CMF 1.4.6
Requirements
@@ -12,15 +12,15 @@
- New installation
- Zope configured using INSTANCE_HOME, /var/zope, and
- SOFTWARE_HOME, /usr/local/zope/Zope-2.7.1
+ SOFTWARE_HOME, /usr/local/zope/Zope-2.7.2
Procedure
- 1. Unpack the CMF-1.4.5.tar.gz tarball into a working
+ 1. Unpack the CMF-1.4.6.tar.gz tarball into a working
directory. For instance::
$ cd /usr/local/zope
- $ tar xzf /tmp/CMF-1.4.5.tar.gz
+ $ tar xzf /tmp/CMF-1.4.6.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,16 +33,16 @@
For instance::
$ cd /var/zope/Products # /var/zope is INSTANCE_HOME
- $ ln -s /usr/local/zope/CMF-1.4.5/CMFCore .
- $ ln -s /usr/local/zope/CMF-1.4.5/CMFDefault .
- $ ln -s /usr/local/zope/CMF-1.4.5/CMFTopic .
- $ ln -s /usr/local/zope/CMF-1.4.5/CMFCalendar .
- $ ln -s /usr/local/zope/CMF-1.4.5/DCWorkflow .
+ $ ln -s /usr/local/zope/CMF-1.4.6/CMFCore .
+ $ ln -s /usr/local/zope/CMF-1.4.6/CMFDefault .
+ $ ln -s /usr/local/zope/CMF-1.4.6/CMFTopic .
+ $ ln -s /usr/local/zope/CMF-1.4.6/CMFCalendar .
+ $ ln -s /usr/local/zope/CMF-1.4.6/DCWorkflow .
or, as a shortcut::
- $ ln -s /usr/local/zope/CMF-1.4.5/CMF* .
- $ ln -s /usr/local/zope/CMF-1.4.5/DCWorkflow .
+ $ ln -s /usr/local/zope/CMF-1.4.6/CMF* .
+ $ ln -s /usr/local/zope/CMF-1.4.6/DCWorkflow .
Since linking doesn't apply on Windows, you will need
to cut or copy the files from the place where you unpacked
@@ -97,7 +97,7 @@
Install the New Software.
- 0. "Download":CMF-1.4.5.tar.gz the tarball.
+ 0. "Download":CMF-1.4.6.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