Skip to content
jdeolive edited this page Sep 13, 2010 · 3 revisions

Prerequisites

The following tools are required to build the geoscript.org site:

Note: Sphinx must be installed in the Jython environment.

Setup

Download and install all of the above packages. When installing Sphinx ensure it is installed in the Jython environment and not in the Python environment if it exists on the system. Setting up a Jython environment and installing Sphinx into is documented here.

Building the Site

  1. Check out the geoscript.org sources from github:
    git clone git://github.com/tschaub/geoscript.org.git
    
  2. Launch ant from the root of the checkout:
    cd geoscript.org
    ant site
    

The built website will be located in the build directory.

Clone this wiki locally