source: main/ngren.theme/trunk/README.rst @ 17703

Last change on this file since 17703 was 13705, checked in by Henrik Bettermann, 9 years ago

Update README.rst.

File size: 1001 bytes
Line 
1ngren.theme
2===========
3
4This is the NgREN theme for Plone.
5
6Short hints for developers
7--------------------------
8
9To build a running local Plone instance with this theme activated,
10follow these steps:
11
12Create a virtual environment::
13
14  $ virtualenv --no-site-packages py27
15  $ source py27/bin/activate
16
17Then run bootstrap.py::
18
19  (py27)$ python bootstrap.py
20
21(although there shouldn't be a reason to use a newer version).
22
23Run buildout::
24
25  (py27)$ ./bin/buildout
26
27Start the instance::
28
29  (py27)$ ./bin/instance fg
30
31You can now browse the portal on localhost:5001. Point your browser to
32that location.
33
34In the running instance (credentials admin/admin) add a Plone Site
35with all Diazo-related packages, ngren.theme and other stuff activated
36(or activate this stuff after creation).
37
38In ZMI go to portal_stylesheets and disable the condition set for
39`public.css`. We are working on removing this condition automatically
40on startup.
41
42After logging-in the first time, please change the admin password.
Note: See TracBrowser for help on using the repository browser.