From ed168a8e7208572adf9b122edab606b30a4cffc4 Mon Sep 17 00:00:00 2001 From: Chatewgne Date: Tue, 23 Apr 2024 10:03:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20[DOC]=20Add=20update.sh=20to=20d?= =?UTF-8?q?ocker=20doc?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.rst | 3 ++- docs/install/installation.rst | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 584ae59d97..5109f0ac1b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -16,7 +16,8 @@ CHANGELOG **Documentation** -- Improve static pages documentation (#4050 +- Improve static pages documentation (#4050) +- Add usage of update script to docker documentation **Improvements** diff --git a/docs/install/installation.rst b/docs/install/installation.rst index 7c525ae5fc..9b655b7825 100644 --- a/docs/install/installation.rst +++ b/docs/install/installation.rst @@ -190,6 +190,8 @@ Management commands Replace ``sudo geotrek …`` commands by ``cd ; docker compose run --rm web ./manage.py …`` +Replace ``sudo dpkg-reconfigure geotrek-admin`` by ``cd ; docker compose run --rm web update.sh`` + To load minimal data and create an application superuser, run: ::