-
Notifications
You must be signed in to change notification settings - Fork 5
Building the Site
jdeolive edited this page Sep 13, 2010
·
3 revisions
The following tools are required to build the geoscript.org site:
Note: Sphinx must be installed in the Jython environment.
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.
- Check out the geoscript.org sources from github:
git clone git://github.com/tschaub/geoscript.org.git
- Launch ant from the root of the checkout:
cd geoscript.org ant site
The built website will be located in the build
directory.