HKCR Developer Installation

Created by Tim Cook
Keywords:
install step-by-step
Last updated by:
Tim Cook

Download the Plone Installer http://plone.org/products

NOTE: You may need to install development headers for your platform for Python and Plone use.

Install Plone using the Unified Installer.
i.e. ./install.sh standalone --instance=hkcr --user=admin --password=admin --target=<path_to_target_directory>/HKCR

$cd ..
$ cd HKCR/hkcr/src

$ bzr branch lp:hkcr

When complete, there will be a file hkcr.develop.cfg in the hkcr subdirectory. Copy it to your HKCR/hkcr directory and execute:

$bin/buildout -c hkcr.develop.cfg

Start Plone with:

$bin/plonectl start

In your browser go to http://localhost:8080

Create your site by giving it a name and in the options box at the bottom check the boxes for; ZipFileTransport, CDD File Management and hkcr.theme

Click the button to create your site.