Skip to content

Commit

Permalink
Merge pull request #1518 from camptocamp/backport/1517-to-prod-2-9-ad…
Browse files Browse the repository at this point in the history
…vance

[Backport prod-2-9-advance] Fix UI README
  • Loading branch information
ger-benjamin authored Nov 20, 2024
2 parents 33a7d12 + 03c8d29 commit 0081d8f
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GeoMapFish demo project
=======================

Read the `Documentation <https://camptocamp.github.io/c2cgeoportal/2.8/>`_
Read the `Documentation <https://camptocamp.github.io/c2cgeoportal/2.9/>`_

Checkout
--------
Expand Down Expand Up @@ -37,3 +37,21 @@ 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: https://github.com/camptocamp/demo_geomapfish/blob/a319b78a0a381204ff90bf4d9dd5ab8fa60f4e95/docker-compose.yaml#L100

Custom UI
---------

If you want to develop customs interfaces, look at the README in the `ui` folder.

Backup database
---------------

.. code::
./build
scripts/db-backup --arg=--schema='edit' edit.backup
scripts/db-backup --arg=--schema='edit21781' edit21781.backup
scripts/db-backup --arg=--schema='geodata' geodata.backup
scripts/db-backup --arg=--schema='geodata21781' geodata21781.backup
scripts/db-backup --arg=--schema='main_2_7' main_2_7.backup
scripts/db-backup --arg=--schema='static_2_7' static_2_7.backup

0 comments on commit 0081d8f

Please sign in to comment.