Skip to content

MichelGabriel/website

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

website

GeoNetwork opensource website project. The content of this repository is deployed as a website at http://geonetwork-opensource.org

Website build

Required software:

First checkout the website source:

  git clone -b master https://github.com/geonetwork/website.git .

If you need to build the user documentation, retrieve user and developer docs using shell script:

  ./checkup_docs.sh

Run make html in docsrc to build website using sphinx:

  make html

or maven in the root folder:

  mvn clean install

Copy the javadoc to the build/html folder:

  cp -fr ../../trunk/docs/build/html/javadoc build/html/.

Publish the website on http://geonetwork-opensource.org

Releases

No releases published

Packages

No packages published

Languages

  • HTML 31.8%
  • CSS 26.0%
  • JavaScript 24.9%
  • Python 8.6%
  • Shell 5.8%
  • Makefile 2.9%