[3860] | 1 | ============================================= |
---|
| 2 | Installing WAeUP (for training purposes only) |
---|
| 3 | ============================================= |
---|
| 4 | |
---|
| 5 | After you successfully installed Zope, you can now |
---|
| 6 | add the WAeUP Products. |
---|
| 7 | |
---|
| 8 | First stop your running Zope daemon: |
---|
| 9 | |
---|
| 10 | bin/zopectl stop |
---|
| 11 | |
---|
| 12 | |
---|
| 13 | Installing Collaborative Portal Server (CPS) |
---|
| 14 | -------------------------------------------- |
---|
| 15 | |
---|
| 16 | Get the latest version of CPS for Zope 2.9, |
---|
| 17 | that 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 | |
---|
| 21 | Unpack it to the Products folder of your Zope instance. |
---|
| 22 | (The Products folder must not contain a CRS-platform folder, but its subfolders.) |
---|
| 23 | |
---|
| 24 | Make sure your Python installation contains the packages required by CPS (see their README.txt file). |
---|
| 25 | You need at least: |
---|
| 26 | |
---|
| 27 | * lxml |
---|
| 28 | |
---|
| 29 | Probably 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 | |
---|
| 38 | Install 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 | |
---|
| 46 | Installing WAeUP SRP |
---|
| 47 | -------------------- |
---|
| 48 | |
---|
| 49 | Checkout 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 | |
---|
| 53 | You'll need your WAeUP user name and password for the checkout. |
---|
| 54 | You need a folder called `WAeUP_SRP` inside the Products folder of your Zope instance. |
---|
| 55 | |
---|
| 56 | |
---|
| 57 | Start the Zope server and visit `http://localhost:8080/manage` in your browser. |
---|
| 58 | |
---|
| 59 | Add a `CPSDefault Site` (nothing else!) using the pull-down menu. |
---|
| 60 | |
---|
| 61 | Fill 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 |
---|