Last change
on this file since 10222 was
10214,
checked in by uli, 11 years ago
|
Add a short README to keep developers going.
|
File size:
871 bytes
|
Rev | Line | |
---|
[10214] | 1 | ngren.theme |
---|
| 2 | =========== |
---|
| 3 | |
---|
| 4 | This is the NgREN theme for Plone. |
---|
| 5 | |
---|
| 6 | Short hints for developers |
---|
| 7 | -------------------------- |
---|
| 8 | |
---|
| 9 | To build a running local Plone instance with this theme activated, |
---|
| 10 | follow these steps: |
---|
| 11 | |
---|
| 12 | Create a virtual environment:: |
---|
| 13 | |
---|
| 14 | $ virtualenv py27 |
---|
| 15 | $ source py27/bin/activate |
---|
| 16 | |
---|
| 17 | Then run bootstrap.py with zc.buildout v 1.4.4 enforced:: |
---|
| 18 | |
---|
| 19 | (py27)$ python bootstrap.py -v 1.4.4 |
---|
| 20 | |
---|
| 21 | (although there shouldn't be a reason to use a newer version). |
---|
| 22 | |
---|
| 23 | Run buildout:: |
---|
| 24 | |
---|
| 25 | (py27)$ ./bin/buildout |
---|
| 26 | |
---|
| 27 | Start the instance:: |
---|
| 28 | |
---|
| 29 | (py27)$ ./bin/instance fg |
---|
| 30 | |
---|
| 31 | In the running instance (credentials admin/admin) add a Plone Site |
---|
| 32 | with all Diazo-related packages, ngren.theme and other stuff activated |
---|
| 33 | (or activate this stuff after creation). |
---|
| 34 | |
---|
| 35 | In ZMI go to portal_stylesheets and disable the condition set for |
---|
| 36 | `public.css`. We are working on removing this condition automatically |
---|
| 37 | on startup. |
---|
| 38 | |
---|
Note: See
TracBrowser for help on using the repository browser.