source: WAeUP_Doc/ExtendedInstructions/2InstallingWAeUP.rst @ 4793

Last change on this file since 4793 was 3860, checked in by hraban, 16 years ago

trying to update docs to versions in use

File size: 2.0 KB
Line 
1=============================================
2Installing WAeUP (for training purposes only)
3=============================================
4
5After you successfully installed Zope, you can now
6add the WAeUP Products.
7
8First stop your running Zope daemon:
9
10  bin/zopectl stop
11
12
13Installing Collaborative Portal Server (CPS)
14--------------------------------------------
15
16Get the latest version of CPS for Zope 2.9,
17that is 3.4.7 at the moment of this writing.
18
19  http://www.cps-project.org/static/src/CPS-platform-3.4.7.tar.gz
20
21Unpack it to the Products folder of your Zope instance.
22(The Products folder must not contain a CRS-platform folder, but its subfolders.)
23
24Make sure your Python installation contains the packages required by CPS (see their README.txt file).
25You need at least:
26
27* lxml
28
29Probably optional:
30
31* PIL (Python Imaging Library)
32* "ext"? for CPSOOo
33* pydot for CPSRelation.GraphDrawer
34* CPSRelation Redland for RDF
35* ldap for LDAP access
36
37
38Install other Products
39----------------------
40
41* AdvancedQuery 2.2 (see http://www.dieter.handshake.de/pyprojects/zope/#AdvancedQuery)
42* faster 0.5.1_uli (see http://agendaless.com/Members/tseaver/software/faster plus __init__.py patch by Uli)
43* QueueCatalog 1.5 (see http://zope.org/Members/ctheune/QueueCatalog/)
44
45
46Installing WAeUP SRP
47--------------------
48
49Checkout the WAeUP_SRP product from our svn to your Products folder:
50
51  svn co https://svn.waeup.org/repos/WAeUP_SRP/trunk WAeUP_SRP
52 
53You'll need your WAeUP user name and password for the checkout.
54You need a folder called `WAeUP_SRP` inside the Products folder of your Zope instance.
55
56
57Start the Zope server and visit `http://localhost:8080/manage` in your browser.
58
59Add a `CPSDefault Site` (nothing else!) using the pull-down menu.
60
61Fill the fields as follows:
62
63 ::
64
65  Site ID: srp
66  Site Title: Student Registration Portal
67  Setup profile: WAeUP_SRP
68  Administrator Login: your Zope instance user name
69  Password: your Zope instance password
70  Extensions: one WAeUP profile
71  Site Languages: English only
Note: See TracBrowser for help on using the repository browser.