Skip to content

Commit

Permalink
Merge pull request #11602 from camptocamp/fix-create-simple-application
Browse files Browse the repository at this point in the history
Fix simple application creation
  • Loading branch information
sbrunner authored Dec 20, 2024
2 parents 9f0c808 + 675f594 commit 9d8a67b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/integrator/create_application.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ For this procedure, we need to set some environment variables:

GEOMAPFISH_VERSION=<release>
GEOMAPFISH_PROJECT=<project>
GEOMAPFISH_PACKAGE=<package>

Where ``<release>`` can be found on :docker_hub:`Docker Hub <camptocamp/geomapfish-tools>`,
<project> is the project name that should be the GitHub repository name, <package> is the package name.
``<project>`` is the project name that should be the GitHub repository name for advance application
and ``geomapfishapp`` for simple application.


List existing scaffolds
Expand Down Expand Up @@ -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 ``<project>`` in you current directory.
Expand Down

0 comments on commit 9d8a67b

Please sign in to comment.