Welcome to Georiviere’s documentation!

Install

Configuration

Local Environment

  • Configuration

To get local environment working, we recommend to use a custom domain, as ‘georiviere.local’. Define it in your /etc/hosts.

Copy the env dist file

cp .env.dist .env

Set required values, for postgres database access

  • Run:

docker-compose up
  • Launch tests :

docker-compose run ./manage.py test
  • With coverage :

docker-compose run coverage run ./manage.py test
docker-compose run coverage report -m

Documentation

We use sphinx doc and sphinx-rtd-theme.

Requirements are included.

To compile and test documentation on local environment, run :

docker-compose run --workdir /opt/georiviere-admin/docs --rm web make html

Publication

CHANGELOG

0.9.2+dev (XXXX-XX-XX)

  • First code publication

Authors

  • Emmanuelle Elly

  • Timothée de Montety

  • Jean-Etienne Castagnede

Indices and tables