-
Maintained by:
georchestra.org -
Where to get help:
the geOrchestra Github repo, IRC chat, Stack Overflow
latest
-
Where to file issues:
https://github.com/georchestra/georchestra/issues -
Supported architectures:
amd64
-
Source of this description:
docs repo's directory
Cadastrapp is the tool for consulting cadastral data provided by the French Directorate General of Public Finances (DGFiP) for geOrchestra
As for every other geOrchestra webapp, its configuration resides in the data directory (datadir), typically something like /etc/georchestra, where it expects to find a cadstrapp/ sub-directory.
It is recommended to use the official docker composition: https://github.com/georchestra/docker.
Example :
cadastrapp:
image: georchestra/cadastrapp:latest
environment:
XMX: 512m
JAVA_OPTIONS: -Duser.language=fr -Duser.country=FR
CADASTRAPP_JDBC_URL: jdbc:postgresql://database:5432/cadastrapp
CADASTRAPP_JDBC_USER: cadastrapp
CADASTRAPP_JDBC_PASSWORD: cadastrapp
This image is built using maven : mvn package docker:build -pl cadastrapp -Pdocker
in the repo https://github.com/georchestra/cadastrapp/.
View license information for the software contained in this image.
As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).
As for any docker image, it is the user's responsibility to ensure that usages of this image comply with any relevant licenses for all software contained within.