Cadastrapp module for the geOrchestra SDI
10K+
Maintained by:
georchestra.org
Where to get help:
the geOrchestra Github repo, IRC chat, Stack Overflow
latestWhere to file issues:
https://github.com/georchestra/georchestra/issues
Supported architectures:
amd64
Source of this description:
docs repo's directory
georchestra/cadastrappCadastrapp 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.
Content type
Image
Digest
sha256:9ba987198…
Size
191.2 MB
Last updated
11 months ago
docker pull georchestra/cadastrappPulls:
30
Last week