The ACLARK.NET, LLC website.
This repository contains two Diazo themes: one for Plone and one for Wordpress. The Plone theme is installed via plone.app.theming and the Wordpress theme is compiled with Diazo and served by Apache via mod_transform.
The Diazo theme for Plone is contained within the src/plonetheme.aclarknet/ package.
The Diazo theme for Wordpress is contained within the top level theme/ directory.
The buildout in this repository follows a popular convention of having no default configuration file, forcing the end user to select a configuration by copying and editing a template configuration file. See the installation instructions below for more information.
To develop the ACLARK.NET, LLC website, copy buildout.cfg.in to buildout.cfg then select the development configuration file by uncommenting the appropriate parameter value, e.g.:
[buildout] extends = conf/develop.cfg # conf/production.cfg # conf/staging.cfg
Now do this:
$ python2.6 bootstrap.py -d $ bin/buildout $ bin/plone fg
Then open http://localhost:8080
in your browser.
To deploy the ACLARK.NET, LLC website, follow the development steps above but select the production configuration file instead. Then:
$ python2.6 bootstrap.py -d $ bin/buildout $ bin/plone start