INSTALL.txt
It's required to have:
- Python (my version: 2.3.3)
- Zope (my version: 2.7)
- CMF (my version: 1.4.4)
- CPS (my version: 3.1.1)
- Localizer (my version: 1.0.1)
- TranslationService (my version: 0.4.0)
- ZWiki (my version: ZWiki-0-31-0)
Installation:
- Unpack the product in the Products directory.
- In the ZWiki Product directory, you have to modify the file Outline.py
Replace the line 96 (del parentmap[node]) by this code:
if parentmap.has_key(node): del parentmap[node]
- Log into the ZMI as manager
- Go to your CPS root directory
- Create an External Method with the following parameters:
id : CPSZWikiInstaller (or whatever)
title : CPSZWiki Installer (or whatever)
Module Name : CPSZWiki.install
Function Name : install
- save it
- click now the test tab of this external method.
- In your CPS root directory, go to workspaces and click on
.cps_workflow_configuration
- In the form "Add a workflow chain", choose the "CPSZWiki" Type,
fill the Chain field with:
workspace_content_wf
- Click on "Add" button
- Read the README.txt ;-)
- Python (my version: 2.3.3)
- Zope (my version: 2.7)
- CMF (my version: 1.4.4)
- CPS (my version: 3.1.1)
- Localizer (my version: 1.0.1)
- TranslationService (my version: 0.4.0)
- ZWiki (my version: ZWiki-0-31-0)
Installation:
- Unpack the product in the Products directory.
- In the ZWiki Product directory, you have to modify the file Outline.py
Replace the line 96 (del parentmap[node]) by this code:
if parentmap.has_key(node): del parentmap[node]
- Log into the ZMI as manager
- Go to your CPS root directory
- Create an External Method with the following parameters:
id : CPSZWikiInstaller (or whatever)
title : CPSZWiki Installer (or whatever)
Module Name : CPSZWiki.install
Function Name : install
- save it
- click now the test tab of this external method.
- In your CPS root directory, go to workspaces and click on
.cps_workflow_configuration
- In the form "Add a workflow chain", choose the "CPSZWiki" Type,
fill the Chain field with:
workspace_content_wf
- Click on "Add" button
- Read the README.txt ;-)