From 675f5948418d3003192af66c6ce86774b7a1e076 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Brunner?= Date: Thu, 19 Dec 2024 10:26:04 +0100 Subject: [PATCH] Fix simple application creation --- doc/integrator/create_application.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/integrator/create_application.rst b/doc/integrator/create_application.rst index ed510c0223..d43aed5cc6 100644 --- a/doc/integrator/create_application.rst +++ b/doc/integrator/create_application.rst @@ -25,10 +25,10 @@ For this procedure, we need to set some environment variables: GEOMAPFISH_VERSION= GEOMAPFISH_PROJECT= - GEOMAPFISH_PACKAGE= Where ```` can be found on :docker_hub:`Docker Hub `, - is the project name that should be the GitHub repository name, is the package name. +```` is the project name that should be the GitHub repository name for advance application +and ``geomapfishapp`` for simple application. List existing scaffolds @@ -87,7 +87,6 @@ it later. camptocamp/geomapfish-tools:${GEOMAPFISH_VERSION} \ run $(id -u) $(id -g) /src \ pcreate --scaffold=create \ - --package-name=${GEOMAPFISH_PACKAGE} \ ${GEOMAPFISH_PROJECT} This will create a directory named ```` in you current directory.