Skip to content

Geohazards Thematic Exploitation guide

License

Notifications You must be signed in to change notification settings

rssuser/doc-tep-geohazards

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geohazards platform Documentation

This is the official repository of Tep Geohazards platform's Documentation. This documentation is live at: http://terradue.github.io/doc-tep-geohazards.

You are encouraged to fork this repo and send us pull requests!

Getting started

Here's the procedure to install the required packages on a CentOS 6.x

sudo yum install python-sphinx
sudo yum install python-pip
pip install sphinx_bootstrap_theme
git clone [email protected]:Terradue/doc-tep-geohazards.git

If needed, set your github information

git config --global user.name <github username>
git config --global user.email <email address>

Building

Build the documentation by running make html.

Publish the documentation

make html creates a build folder in the doc-tep-geohazards local repository.

As root, do:

cd /var/www/html
ln -s /home/fbrito/doc-tep-geohazards/build/html/ doc-tep-geohazards
chown apache:apache data-tep-geohazards

Replace /home/fbrito with the path to the folder where you have cloned the repository

Open you browser at the address http://127.0.0.1/doc-tep-geohazards

This documentation is built with sphinx-doc

More information.

About

Geohazards Thematic Exploitation guide

http://terradue.github.io/doc-tep-geohazards

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CSS 37.7%
  • Python 30.5%
  • HTML 17.9%
  • Makefile 11.9%
  • JavaScript 2.0%