source: main/waeup.plonetheme/trunk/README.rst @ 13618

Last change on this file since 13618 was 10867, checked in by Henrik Bettermann, 11 years ago

Upgrade waeup plone theme to Plone 4.2.4.

Use buildout for installation.

File size: 638 bytes
RevLine 
[10867]1waeup.plonetheme
2================
3
4This is the WAeUP 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 py27
15  $ source py27/bin/activate
16
17If you have not distribute installed already, run::
18
19  (py27)$ pip install distribute
20
21Then 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
27Run buildout::
28
29  (py27)$ ./bin/buildout
30
31Start the instance::
32
33  (py27)$ ./bin/instance fg
Note: See TracBrowser for help on using the repository browser.