p4a.ploneaudio Installation
=======================

Requirements
------------

  - Zope 2.9.5 or higher
  - Five 1.4.2 or higher
  - Plone 2.5.1 or higher
  - plone.app.form (r10621 or higher, no release yet)
  - CMFonFive 1.3.3 or higher

Installation Steps
------------------

  1. copy or symlink the ``p4a/ploneaudio`` directory into the
  ``$INSTANCE_HOME/lib/python`` directory
  
  2. create a file called ``p4a.ploneaudio-configure.zcml`` in the
   ``$INSTANCE_HOME/etc/package-includes`` directory.  The file
   should only contain this::
   
     <include package="p4a.ploneaudio" />
     
  3. copy or symlink the ``plone/app/form`` directory from the
  plone.app.form distribution into the ``$INSTANCE_HOME/lib/python``
  directory
  
  4. create a file called ``plone.app.form-configure.zcml`` in the
   ``/path/to/instance/etc/package-includes`` directory.  The file
   should only contain this::

       <include package="plone.app.form" />
