Installation
------------

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

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

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

* Tell the plone.recipe.zope2instance recipe to install a ZCML slug::

    [instance]
    ...
    zcml =
        quintagroup.theme.estatelite

* 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 Estatelite Theme with Quickinstaller in Plone (Site Setup -> Add-ons).
