kwarapoly.theme =============== This is the kwarapoly 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 You can now browse the portal on localhost:5001. Point your browser to that location. In the running instance (credentials admin/admin) add a Plone Site with all Diazo-related packages, kwarapoly.theme and other stuff activated (or activate this stuff after creation). In ZMI go to portal_stylesheets and disable the condition set for `public.css`. We are working on removing this condition automatically on startup. After logging-in the first time, please change the admin password.