This quick start describes how to get the demo site running that is included with the
Hippo Site Toolkit. First you have to make sure that you meet the requirements.
When the requirements are met you have to checkout the sources from the SVN repository and
build them using Maven. A full guide can be found under Building with Maven.
The demo site requires a Hippo repository with sample content and to edit the content it is also
necessary to have a Hippo CMS with certain documenttypes.
Binary distributions of a repository and cms for use with demonstration site are provided.
Get the sources of Hippo repository 1 and build it:
Get the sample content as a set of XML files from:
Extract the zip archive to a location of your convenience.~\> bin\wrapper -c wrapper.conf
~/> ./bin/fortress.sh console
Import the sample content into the repository with the Dav2Disk tool:
Get the sources of Hippo CMS 6 and build it:
~\> bin\wrapper -c wrapper.conf
~/> ./bin/fortress.sh console
You can verify that the repository and cms are running by these links for respectively the repository and the cms. (Use root,password for authentication).
~/> svn co http://svn.hippocms.org/repos/hippo/hippo-site-toolkit/tags/Release-HST-v1_02_00 hippo-site-toolkit
~/> svn co http://svn.hippocms.org/repos/hippo/hippo-site-toolkit/trunk hippo-site-toolkit
~/>mvn jetty:run