You are not logged in Log in Join
You are here: Home » Members » Marc's Zope Page » CMF-friendly Audio object » install » View Document

Log in
Name

Password

 

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):

  1. Add an external method to the root of the CMF Site.
  2. Use the following configuration values for the external method:
    • id: install_audio
    • title: Install Audio optional
    • module name: CMFAudio.Install
    • function name: install
  3. 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.)