Skip to content

Instantly share code, notes, and snippets.

@optilude
Created April 3, 2012 07:32
Show Gist options
  • Save optilude/2290187 to your computer and use it in GitHub Desktop.
Save optilude/2290187 to your computer and use it in GitHub Desktop.
Trying out the theme mapper
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