install
Installing CMFAudio
To install CMFAudio, uncompress (tar -xvzf) the CMFAudio product into your zope/Products directory.
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_audio
- title: Install Audio optional
- module name: CMFAudio.Install
- function name: install
- Go to the management screen for the newly added external
method and click the
Test
tab.
The install function will execute and give information about the steps it took to register and install CMF Audio into the CMF Site instance.
NOTE:
YOU MUST HAVE THE Audio (version 0.5 or higher) PRODUCT ALREADY INSTALLED.
AND set the security permissions of Audio to e.g. match other types of content (view, etc.)