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 --no-site-packages py27 $ source py27/bin/activate Then run bootstrap.py:: (py27)$ python bootstrap.py (although there shouldn't be a reason to use a newer version). Run buildout:: (py27)$ ./bin/buildout Start the instance:: (py27)$ ./bin/instance fg