[CMF-checkins] CVS: CMF - CHANGES.txt:1.28 INSTALL.txt:1.4

Tres Seaver tseaver@zope.com
Mon, 19 Nov 2001 07:59:24 -0500


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

Modified Files:
	CHANGES.txt INSTALL.txt 
Log Message:


  - Made examples in INSTALL.txt less terse, and added notes on
    Windows-specific issues (thanks to Johan Mukhsein for the suggestions).


=== CMF/CHANGES.txt 1.27 => 1.28 ===
  Bug fixes
 
+  - Made examples in INSTALL.txt less terse, and added notes on
+    Windows-specific issues (thanks to Johan Mukhsein for the
+    suggestions).
+
   - Made error message generated by FSPropertiesObject capture the
     offending line and line #;  also, added logic to allow blank
     lines and comment lines beginning with '#' (tracker #338).


=== CMF/INSTALL.txt 1.3 => 1.4 ===
 
         $ cd /usr/local/zope
-        $ tar xzf /tmp/CMF-1.1beta.tar.gz
+        $ tar xzf /tmp/CMF-1.x.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
@@ -26,10 +26,21 @@
 
 
     2. Link (or copy/move) the CMF packages into
-       $INSTANCE_HOME/Products.  For instance::
+       $INSTANCE_HOME/Products (or into $SOFTWARE_HOME/lib/python/Products).
+       For instance::
 
-        $ cd /var/zope/Products
-        $ ln -s /usr/local/zope/CMF-1.1beta/CMF* .
+        $ cd /var/zope/Products  # /var/zope is INSTANCE_HOME
+        $ ln -s /usr/local/zope/CMF-1.x/CMFCore .
+        $ ln -s /usr/local/zope/CMF-1.x/CMFDefault .
+        $ ln -s /usr/local/zope/CMF-1.x/CMFTopic .
+
+       or, as a shortcut::
+
+        $ ln -s /usr/local/zope/CMF-1.x/CMF* .
+
+       Since linking doesn't apply on Windows, you will need
+       to cut or copy the files from the place where you unpacked
+       them to the 'Products' directory of your Zope.
 
     3. Restart Zope; verify that the CMF products loaded
        property, by examining them in Control_Panel/Product.