=======================================
How to Install CPS 3 from this package?
=======================================

$Id: INSTALL_CPS.txt 30972 2005-12-26 15:56:29Z htonal $

Requirements
============

 * Zope 2.9.0 or better

   Older versions of Zope are not supported and won't work.
   They sometimes have known bugs that prevent proper operation with
   CPS 3.

 * Python 2.4.2 or better

 * PyXML >= 0.8.4
   http://prdownloads.sourceforge.net/pyxml/PyXML-0.8.4.tar.gz?download

Additional dependencies
=======================

 * ElementTree >= 1.2 (for CPSOOo)
   http://effbot.org/downloads/elementtree-1.2-20040618.tar.gz

 * lxml >= 0.7 (for CPSBlog)
   http://codespeak.net/lxml/installation.html

 
Installation process under Linux / Unix / Mac OS X
==================================================

 * Make sure the necessary python modules are installed
 * Install Zope (see its documentation)
 * cd $YOUR_ZOPE_INSTANCE
 * tar -xzf CPS-3.xxx.tgz or unzip CPS-3.xxx.zip
 * Start or restart your Zope server.
 * Go to the ZMI with a manager login.
 * For a new site, create a "CPSDefault Site".
 * That's it !

You will need to install a few software (xpdf, ppthtml, wvware...) at
the OS level if you want to use office document indexing.

For any problem use the cps-users or cps-users-fr mailing lists at
http://lists.nuxeo.com/ or go to http://www.cps-project.org/ . There is
a bugtracker at http://svn.nuxeo.org/trac/pub

Hope you'll enjoy it ;)
