Skip to content

Commit

Permalink
deploy: 2f89d6c
Browse files Browse the repository at this point in the history
  • Loading branch information
pblottiere committed Jul 22, 2024
1 parent b19ab4f commit 4023f93
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions print.html
Original file line number Diff line number Diff line change
Expand Up @@ -223,15 +223,15 @@ <h1 class="menu-title">QSA Documentation</h1>
<li>Cache management with MapProxy</li>
</ul>
<div style="break-before: page; page-break-before: always;"></div><h1 id="qsa-rest-api--installation"><a class="header" href="#qsa-rest-api--installation">QSA REST API : installation</a></h1>
<p>From sources:</p>
<h2 id="from-sources"><a class="header" href="#from-sources">From sources</a></h2>
<pre><code class="language-shell">$ cd qsa-api
$ virtualenv --system-site-packages venv # system aware for pyqgis
$ . venv/bin/activate
(venv)$ pip install poetry
(venv)$ poetry install
</code></pre>
<p>Binary distributions:</p>
<p>TODO : provide a docker image on Dockerhub</p>
<h2 id="docker-image"><a class="header" href="#docker-image">Docker image</a></h2>
<p>A prebuilt image can be found on <code>ghcr.io/pblottiere/qsa</code>. Otherwise the image can be manually be built using: <code>docker build -t my-custom-qsa-image .</code> See <a href="qsa-api/sandbox/">Sandbox</a> for details how to use it.</p>
<div style="break-before: page; page-break-before: always;"></div><h1 id="qsa-rest-api--configuration"><a class="header" href="#qsa-rest-api--configuration">QSA REST API : configuration</a></h1>
<p>QSA web server can be configured thanks to the next environment variables:</p>
<div class="table-wrapper"><table><thead><tr><th>Mandatory</th><th>Environment variable</th><th>Description</th></tr></thead><tbody>
Expand Down
6 changes: 3 additions & 3 deletions qsa-api/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -178,15 +178,15 @@ <h1 class="menu-title">QSA Documentation</h1>
<div id="content" class="content">
<main>
<h1 id="qsa-rest-api--installation"><a class="header" href="#qsa-rest-api--installation">QSA REST API : installation</a></h1>
<p>From sources:</p>
<h2 id="from-sources"><a class="header" href="#from-sources">From sources</a></h2>
<pre><code class="language-shell">$ cd qsa-api
$ virtualenv --system-site-packages venv # system aware for pyqgis
$ . venv/bin/activate
(venv)$ pip install poetry
(venv)$ poetry install
</code></pre>
<p>Binary distributions:</p>
<p>TODO : provide a docker image on Dockerhub</p>
<h2 id="docker-image"><a class="header" href="#docker-image">Docker image</a></h2>
<p>A prebuilt image can be found on <code>ghcr.io/pblottiere/qsa</code>. Otherwise the image can be manually be built using: <code>docker build -t my-custom-qsa-image .</code> See <a href="sandbox/">Sandbox</a> for details how to use it.</p>

</main>

Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 4023f93

Please sign in to comment.