Skip to content

camptocamp/demo_geomapfish

This branch is 432 commits ahead of, 1759 commits behind prod-2-9.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Continuous integration
Mar 7, 2025
9d8c48a · Mar 7, 2025
Jan 19, 2022
Mar 7, 2025
Mar 2, 2025
Jun 27, 2024
Feb 12, 2021
Jan 25, 2021
Feb 12, 2021
Feb 5, 2021
May 11, 2021
Jun 14, 2021
Nov 23, 2022
Dec 2, 2020
Dec 16, 2020
Aug 26, 2022
Mar 10, 2017
Mar 7, 2025
Aug 7, 2024
Feb 9, 2021
Mar 15, 2019
Apr 6, 2021
Jun 1, 2022
Apr 8, 2021
Mar 23, 2021
Mar 7, 2025
Mar 4, 2022
Mar 4, 2021
Dec 16, 2020
Apr 23, 2020
May 6, 2020
Dec 16, 2020
Jun 15, 2018
Nov 27, 2015
Sep 24, 2020

Repository files navigation

GeoMapFish demo project

Read the Documentation

Checkout

git clone git@github.com:camptocamp/demo_geomapfish.git
cd demo_geomapfish

Build

Follow the README of https://github.com/camptocamp/geospatial-ci-pass#install-gopass-locally to install gopass and init gopass with the store gs/ci. Then run:

make secrets
./build

Run locally

docker-compose up -d

The demo is accessible at https://localhost:8484/ or (https://localhost:8484/<interface>)

Notes

If you use the default database (as configured in the env.project file), you must enable the Camptocamp VPN.

If you modify the content of the geoportal folder and want to use these changes, you must comment this line to use the correct image with you local composition:

image: camptocamp/geomapfish-geoportal:${DOCKER_TAG}