Last change
on this file since 11102 was
10538,
checked in by uli, 11 years ago
|
Make default buildout more deployment-like.
|
File size:
1.1 KB
|
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 | |
---|
[10537] | 17 | If you have not distribute installed already, run:: |
---|
| 18 | |
---|
| 19 | (py27)$ pip install distribute |
---|
| 20 | |
---|
[10214] | 21 | Then run bootstrap.py with zc.buildout v 1.4.4 enforced:: |
---|
| 22 | |
---|
| 23 | (py27)$ python bootstrap.py -v 1.4.4 |
---|
| 24 | |
---|
| 25 | (although there shouldn't be a reason to use a newer version). |
---|
| 26 | |
---|
| 27 | Run buildout:: |
---|
| 28 | |
---|
| 29 | (py27)$ ./bin/buildout |
---|
| 30 | |
---|
| 31 | Start the instance:: |
---|
| 32 | |
---|
| 33 | (py27)$ ./bin/instance fg |
---|
| 34 | |
---|
[10538] | 35 | You can now browse the portal on localhost:5001. Point your browser to |
---|
| 36 | that location. |
---|
| 37 | |
---|
[10214] | 38 | In the running instance (credentials admin/admin) add a Plone Site |
---|
| 39 | with all Diazo-related packages, ngren.theme and other stuff activated |
---|
| 40 | (or activate this stuff after creation). |
---|
| 41 | |
---|
| 42 | In ZMI go to portal_stylesheets and disable the condition set for |
---|
| 43 | `public.css`. We are working on removing this condition automatically |
---|
| 44 | on startup. |
---|
| 45 | |
---|
[10538] | 46 | After logging-in the first time, please change the admin password. |
---|
Note: See
TracBrowser for help on using the repository browser.