Dashboard > Hippo CMS > ... > Getting Started Tracks > Hippo Repository Developers
Hippo Repository Developers
Added by Jeremy Quinn, last edited by Niels van Kampenhout on Sep 28, 2006  (view change)
Labels: 


This Getting Started track is for experienced Java developers, who would like to add to, customise or otherwise work with the latest version of the Hippo Repository. We will take you through how to get and build the source code.

More Getting Started Tracks

Building Hippo Repository from Source

Get the Hippo Repository source code from the Hippo Subversion Repository and build, install and run it.

Prerequisites

Get the code

  • Check out the code from the Hippo Subversion Repository:
    svn co https://svn.hippocms.org/repos/hippo/hippo-repository/trunk hippo-repository

Build the repository

  • In the repository main directory type:
    maven

Starting the repository

  • Go to the bin directory in the target:
    cd target/hippo-repository-<version>/bin
  • on windows type:
    fortress.bat console
  • on linux type:
    ./fortress.sh console
  • For more info on fortress see: Windows Users, Linux Users, MacOSX Users.

Testing the Repository

  • Open a webbrowser and navigate to http://localhost:60000/
  • Click on default
  • You should get a popup asking for a username and password
  • Enter the username "root" and password "password"
  • Congratulations, your Hippo Repository is running!

More info

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.7 Build:#813 Aug 28, 2007) - Bug/feature request - Contact Administrators