Installation
============

To install quintagroup.theme.schools to your Plone 4 buildout-based project - in the 
buildout.cfg file of your buildout:

* Add the following address to the list of extends::
   
    [buildout]
    ....
    extends =
         ...
         http://good-py.appspot.com/release/plone.app.registry/1.0b2

* Add ``quintagroup.theme.schools`` to the list of eggs to install, e.g.::

    [buildout]
    ...
    eggs =
        ...
        quintagroup.theme.schools

* Re-run buildout, e.g. with::

    $ ./bin/buildout
    
* Restart the Zope server, e.g with the following command in the terminal::

   $ ./bin/instance restart
   
* Install Schools Theme with Quickinstaller in Plone (Site Setup -> Add/Remove Products)     



