Skip to content

Commit

Permalink
Update documentation for the revision 9dc1306
Browse files Browse the repository at this point in the history
  • Loading branch information
c2c-bot-gis-ci committed Dec 20, 2024
1 parent 48ec3cd commit 8566f5c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
5 changes: 2 additions & 3 deletions 2.8/_sources/integrator/create_application.rst.txt
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
5 changes: 2 additions & 3 deletions 2.8/integrator/create_application.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ <h2>Set environment variables<a class="headerlink" href="#set-environment-variab
}
</style><span class="prompt1"><span class="nv">GEOMAPFISH_VERSION</span><span class="o">=</span>&lt;release&gt;</span>
<span class="prompt1"><span class="nv">GEOMAPFISH_PROJECT</span><span class="o">=</span>&lt;project&gt;</span>
<span class="prompt1"><span class="nv">GEOMAPFISH_PACKAGE</span><span class="o">=</span>&lt;package&gt;</span>
</pre></div></div><p>Where <code class="docutils literal notranslate"><span class="pre">&lt;release&gt;</span></code> can be found on <a class="reference external" href="https://hub.docker.com/r/camptocamp/geomapfish-tools/tags?name=2.8">Docker Hub</a>,
&lt;project&gt; is the project name that should be the GitHub repository name, &lt;package&gt; is the package name.</p>
<code class="docutils literal notranslate"><span class="pre">&lt;project&gt;</span></code> is the project name that should be the GitHub repository name for advance application
and <code class="docutils literal notranslate"><span class="pre">geomapfishapp</span></code> for simple application.</p>
</section>
<section id="list-existing-scaffolds">
<h2>List existing scaffolds<a class="headerlink" href="#list-existing-scaffolds" title="Permalink to this heading"></a></h2>
Expand Down Expand Up @@ -105,7 +105,6 @@ <h2>Create the new application<a class="headerlink" href="#create-the-new-applic
<span class="w"> </span>camptocamp/geomapfish-tools:<span class="si">${</span><span class="nv">GEOMAPFISH_VERSION</span><span class="si">}</span><span class="w"> </span><span class="se">\</span>
<span class="w"> </span>run<span class="w"> </span><span class="k">$(</span>id<span class="w"> </span>-u<span class="k">)</span><span class="w"> </span><span class="k">$(</span>id<span class="w"> </span>-g<span class="k">)</span><span class="w"> </span>/src<span class="w"> </span><span class="se">\</span>
<span class="w"> </span>pcreate<span class="w"> </span>--scaffold<span class="o">=</span>create<span class="w"> </span><span class="se">\</span>
<span class="w"> </span>--package-name<span class="o">=</span><span class="si">${</span><span class="nv">GEOMAPFISH_PACKAGE</span><span class="si">}</span><span class="w"> </span><span class="se">\</span>
<span class="w"> </span><span class="si">${</span><span class="nv">GEOMAPFISH_PROJECT</span><span class="si">}</span></span>
</pre></div></div></div></blockquote>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2.8/searchindex.js

Large diffs are not rendered by default.

0 comments on commit 8566f5c

Please sign in to comment.