Rev | Line | |
---|
[10867] | 1 | waeup.plonetheme |
---|
| 2 | ================ |
---|
| 3 | |
---|
| 4 | This is the WAeUP 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 | |
---|
[13706] | 14 | $ virtualenv --no-site-packages py27 |
---|
[10867] | 15 | $ source py27/bin/activate |
---|
| 16 | |
---|
[13706] | 17 | Then run bootstrap.py:: |
---|
[10867] | 18 | |
---|
[13706] | 19 | (py27)$ python bootstrap.py |
---|
[10867] | 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 |
---|
Note: See
TracBrowser for help on using the repository browser.