Added by Jeremy Quinn, last edited by Andrew Savory on Jun 19, 2006  (view change)

Labels:

source source Delete
code code Delete
Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

How to get all of the Hippo Code

Subversion Repository

The public Hippo SVN repository is located at :

http://svn.hippocms.org/repos/hippo

Hippo Projects

Hippo's CMS System is made up of several projects kept separately in Hippo's Subversion Repository.

This includes tools to assist in doing builds and initialisation, sample sites, a wrapper for starting the different processes, a pre-built Cocoon and the main Hippo components themselves (Hippo Repository and Hippo CMS).

Here is how to check out a copy of the current code

Somewhere to put it (an example)

cd ~/
mkdir hippo
cd hippo

Build Tools

svn co http://svn.hippocms.org/repos/hippo/hippo-fortress/trunk hippo-fortress
svn co http://svn.hippocms.org/repos/hippo/hippo-tools/repository-initialization/trunk hippo-tools/repository-initialization

The main Hippo Components

svn co http://svn.hippocms.org/repos/hippo/hippo-repository/trunk hippo-repository
svn co http://svn.hippocms.org/repos/hippo/hippo-cms/trunk hippo-cms

Cocoon

svn co http://svn.hippocms.org/repos/hippo/hippo-cocoon/trunk hippo-cocoon

Samples

svn co http://svn.hippocms.org/repos/hippo/hippo-cms-site-sample/trunk hippo-cms-site-sample
svn co http://svn.hippocms.org/repos/hippo/hippo-site-skeleton/trunk/ hippo-site-skeleton