INSTALL
Installing CMFDynamicDocument
To install CMFDynamicDocument, uncompress the product into your zope/Products directory or link it there, e.g.:
ln -s /path/to/installation /path/to/zope/Products
In the root of your CMFSite installation (within the ZMI):
- Add an external method to the root of the CMF Site.
- Use the following configuration values for the external
method:
- id: install_dd
- title: Install CMFDynamicDocument
- module name: CMFDynamicDocument.Install
- function name: install
- Go to the management screen for the newly added external
method and click the
Try it
tab.
The install function will execute and give information about the steps it took to register and install the CMFDynamicDocument into the CMF Site instance.