Created
April 3, 2012 07:32
-
-
Save optilude/2290187 to your computer and use it in GitHub Desktop.
Trying out the theme mapper
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Clone the repository in Git: | |
$ git clone [email protected]:plone/plone.app.theming.git | |
$ cd plone.app.theming | |
$ git checkout optilude-ace | |
Optional: Use plone-devstart to bootstrap | |
$ curl -O https://raw.github.com/plone/plone-devstart/master/plone-devstart.py | |
$ python2.6 plone-devstart.py --version=4.1.3 | |
(Press Enter when asked to confirm the directory) | |
Alternatively, run 'python bootstrap.py' with a sane Python. | |
Build it: | |
$ bin/buildout | |
Start it: | |
$ bin/instance fg | |
Create a Plone site, making sure to install "Diazo theme support" | |
Go to "Site Setup", "Diazo theme", then create a new theme. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment