root/CPS3/bundles/CPS-3-full/trunk/README.txt

Revision 53593, 2.3 kB (checked in by gracinet, 3 months ago)

Updated for current Etch

  • Property svn:eol-style set to native
  • Property svn:keywords set to Id
Line 
1 ======
2 README
3 ======
4
5 :Authors: - Benoit Delbosc
6           - Marc-Aurèle Darche
7           - Stefane Fermigier
8
9 :Revision: $Id$
10
11 .. sectnum::    :depth: 4
12 .. contents::   :depth: 4
13
14
15 About
16 =====
17
18 This is the 'full' (= all possible packages) bundle of CPS3, development
19 version.
20
21 It is a set of Products (= Zope packages) that you should install in the
22 Products/ directory of your Zope instance.
23
24 Prerequisites
25 =============
26
27 1. You should be familiar with Zope installation and maintenance.
28
29 2. You NEED:
30
31 - Python 2.4.[2-4] (will not work with 2.5)
32
33 - Zope 2.9.7 or any upper version from the 2.9 branch.
34   (will not work with older versions)
35   (required packages: make gcc python-dev build-essential)
36
37 3. You may also need other Python libraries or utils
38
39    ====================== =======================================
40    Debian 4 package name  Usage
41    ---------------------- ---------------------------------------
42    python-xml             Required XML tools
43    python-imaging         Resizes images
44    python-docutils        Enables ReST usage
45    lynx                   Transforms html into text
46    unzip                  Extract OOo ODF content
47    xsltproc               Transforms OOo ODF into html
48    poppler-utils          Transforms PDF to html amd text
49    gs-common              Transforms postcript into html
50    unrtf                  Transforms RTF into html
51    wv                     Transforms ms .doc into html
52    xlhtml                 Transforms ms .xls into html
53    ppthtml                Transforms ms .ppt into html
54
55    (python-ldap)          Enables LDAP directory
56    (python-lxml >= 1.0.0) Required for CPSBlog
57    ====================== =======================================
58
59    Older debian packages
60    ====================== =======================================
61    pdftohtml              Transforms PDF to HTML
62    ====================== =======================================
63
64
65 Alternative install methods
66 ===========================
67
68 See http://svn.nuxeo.org/pub/CPS3/build/trunk/README.txt
69
70 This method will install most of the necessary dependencies for you, including
71 suitable versions of Python and Zope.
72
73 Incompatibilities
74 =================
75
76 Don't install CPS in the same instance as a pure CMF or a Plone instance.
77
78
79 .. Local Variables:
80 .. mode: rst
81 .. End:
82 .. vim: set filetype=rst:
Note: See TracBrowser for help on using the browser.