[CMF-checkins] CVS: CMF - INSTALL.txt:1.13.10.10
Sidnei da Silva
sidnei at awkly.org
Fri Mar 18 08:21:41 EST 2005
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv755
Modified Files:
Tag: CMF-1_4-branch
INSTALL.txt
Log Message:
Update install instructions
=== CMF/INSTALL.txt 1.13.10.9 => 1.13.10.10 ===
--- CMF/INSTALL.txt:1.13.10.9 Fri Jul 30 23:25:08 2004
+++ CMF/INSTALL.txt Fri Mar 18 08:21:41 2005
@@ -1,4 +1,4 @@
-Installing CMF 1.4.6
+Installing CMF 1.4.8
Requirements
@@ -16,11 +16,11 @@
Procedure
- 1. Unpack the CMF-1.4.6.tar.gz tarball into a working
+ 1. Unpack the CMF-1.4.8.tar.gz tarball into a working
directory. For instance::
$ cd /usr/local/zope
- $ tar xzf /tmp/CMF-1.4.6.tar.gz
+ $ tar xzf /tmp/CMF-1.4.8.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.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 .
+ $ ln -s /usr/local/zope/CMF-1.4.8/CMFCore .
+ $ ln -s /usr/local/zope/CMF-1.4.8/CMFDefault .
+ $ ln -s /usr/local/zope/CMF-1.4.8/CMFTopic .
+ $ ln -s /usr/local/zope/CMF-1.4.8/CMFCalendar .
+ $ ln -s /usr/local/zope/CMF-1.4.8/DCWorkflow .
or, as a shortcut::
- $ ln -s /usr/local/zope/CMF-1.4.6/CMF* .
- $ ln -s /usr/local/zope/CMF-1.4.6/DCWorkflow .
+ $ ln -s /usr/local/zope/CMF-1.4.8/CMF* .
+ $ ln -s /usr/local/zope/CMF-1.4.8/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.6.tar.gz the tarball.
+ 0. "Download":CMF-1.4.8.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