diff --git a/docs/_site/assets/js/search-data.json b/docs/_site/assets/js/search-data.json index ee0bc9da..2e20e7d7 100644 --- a/docs/_site/assets/js/search-data.json +++ b/docs/_site/assets/js/search-data.json @@ -44,7 +44,7 @@ "6": { "id": "6", "title": "Docker", - "content": "Install with docker You do not need to clone the full repo as we distribute gancio via npm. Dockerfile and docker-compose.yml are the only needed files. Create a directory where everything related to gancio is stored (db, images, config) mkdir /opt/gancio cd /opt/gancio :information_source: you can choose a different directory of course Download docker-compose.yml and Dockerfile wget https://git.lattuga.net/cisti/gancio/raw/docker/docker/Dockerfile wget https://git.lattuga.net/cisti/gancio/raw/docker/docker/docker-compose.yml Create an empty configuration file touch config.json After first setup, you can modify this file and restart the container on your needs. Build docker image and launch interactive setup in one step docker-compose run --rm gancio gancio setup Run your container docker-compose up -d Setup nginx as a proxy Point your web browser to http://localhost:13120 or where you specified during setup and enjoy :tada:", + "content": "Install with docker You do not need to clone the full repo as we distribute gancio via npm. Dockerfile and docker-compose.yml are the only needed files. Create a directory where everything related to gancio is stored (db, images, config) mkdir /opt/gancio cd /opt/gancio :information_source: you can choose a different directory of course Download docker-compose.yml and Dockerfile wget https://git.lattuga.net/cisti/gancio/raw/master/docker/Dockerfile wget https://git.lattuga.net/cisti/gancio/raw/master/docker/docker-compose.yml Create an empty configuration file (db.sqlite only needed for sqlite setup) touch config.json db.sqlite After first setup, you can edit config.json file and restart the container on your needs. Build docker image and launch interactive setup in one step docker-compose run --rm gancio gancio setup --docker Run your container docker-compose up -d Setup nginx as a proxy Point your web browser to http://localhost:13120 or where you specified during setup and enjoy :tada:", "url": "https://gancio.org/install/docker", "relUrl": "/install/docker" }, diff --git a/docs/_site/feed.xml b/docs/_site/feed.xml index 24354a4d..b3d99767 100644 --- a/docs/_site/feed.xml +++ b/docs/_site/feed.xml @@ -1 +1 @@ -Jekyll2019-07-30T16:11:51+02:00https://gancio.org/feed.xmlGancioA shared agenda for local communities \ No newline at end of file +Jekyll2019-08-05T01:50:43+02:00https://gancio.org/feed.xmlGancioA shared agenda for local communities \ No newline at end of file diff --git a/docs/_site/install/docker.html b/docs/_site/install/docker.html index 1e4de01b..ff60dfca 100644 --- a/docs/_site/install/docker.html +++ b/docs/_site/install/docker.html @@ -316,19 +316,20 @@
  • Download docker-compose.yml and Dockerfile
    -
    wget https://git.lattuga.net/cisti/gancio/raw/docker/docker/Dockerfile
    -wget https://git.lattuga.net/cisti/gancio/raw/docker/docker/docker-compose.yml
    +
    wget https://git.lattuga.net/cisti/gancio/raw/master/docker/Dockerfile
    +wget https://git.lattuga.net/cisti/gancio/raw/master/docker/docker-compose.yml
     
  • -
  • Create an empty configuration file +
  • Create an empty configuration file (db.sqlite only needed for sqlite +setup)
    -
    touch config.json
    +
    touch config.json db.sqlite
     
    -

    After first setup, you can modify this file and restart the container on your needs.

    +

    After first setup, you can edit config.json file and restart the container on your needs.

  • Build docker image and launch interactive setup in one step
    -
    docker-compose run --rm gancio gancio setup
    +
    docker-compose run --rm gancio gancio setup --docker
     
  • Run your container