update docs

This commit is contained in:
lesion
2019-08-05 01:50:55 +02:00
parent dfa4416995
commit 37556c0df4
3 changed files with 9 additions and 8 deletions

View File

@@ -316,19 +316,20 @@
</li>
<li>Download docker-compose.yml and Dockerfile
<div class="language-bash highlighter-rouge">
<div class="highlight"><pre class="highlight"><code>wget https://git.lattuga.net/cisti/gancio/raw/docker/docker/Dockerfile
wget https://git.lattuga.net/cisti/gancio/raw/docker/docker/docker-compose.yml
<div class="highlight"><pre class="highlight"><code>wget https://git.lattuga.net/cisti/gancio/raw/master/docker/Dockerfile
wget https://git.lattuga.net/cisti/gancio/raw/master/docker/docker-compose.yml
</code></pre></div> </div>
</li>
<li>Create an empty configuration file
<li>Create an empty configuration file (db.sqlite only needed for sqlite
setup)
<div class="highlighter-rouge">
<div class="highlight"><pre class="highlight"><code>touch config.json
<div class="highlight"><pre class="highlight"><code>touch config.json db.sqlite
</code></pre></div> </div>
<p><small>After first setup, you can modify this file and restart the container on your needs.</small></p>
<p><small>After first setup, you can edit <code class="highlighter-rouge">config.json</code> file and restart the container on your needs.</small></p>
</li>
<li>Build docker image and launch interactive setup in one step
<div class="highlighter-rouge">
<div class="highlight"><pre class="highlight"><code>docker-compose run --rm gancio gancio setup
<div class="highlight"><pre class="highlight"><code>docker-compose run --rm gancio gancio setup --docker
</code></pre></div> </div>
</li>
<li>Run your container