waeup.plonetheme ================ This is the WAeUP theme for Plone. Short hints for developers -------------------------- To build a running local Plone instance with this theme activated, follow these steps: Create a virtual environment:: $ virtualenv py27 $ source py27/bin/activate If you have not distribute installed already, run:: (py27)$ pip install distribute Then run bootstrap.py with zc.buildout v 1.4.4 enforced:: (py27)$ python bootstrap.py -v 1.4.4 (although there shouldn't be a reason to use a newer version). Run buildout:: (py27)$ ./bin/buildout Start the instance:: (py27)$ ./bin/instance fg