GeoNetwork opensource website project. The content of this repository is deployed as a website at http://geonetwork-opensource.org
Required software: Linux, OSX or a unix emulator on Windows. furthermore you need git, sphinx, make
First checkout the website source::
git clone -b master https://github.com/geonetwork/website.git .
Retrieve user and developer docs using shell script:
./checkup_docs.sh
Run make html in docsrc to build website using sphinx:
make html
Copy the javadoc to the build/html folder:
cp -fr ../../trunk/docs/build/html/javadoc build/html/.
Publish the website on geonetwork-opensource.org