diff --git a/doc/integrator/create_application.rst b/doc/integrator/create_application.rst index f0eb7dfbf4..0f082c2f49 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.