From 97949396b4b4ac6da1c3f0ab74740e246b02ad31 Mon Sep 17 00:00:00 2001 From: Pietro Mazzini Date: Mon, 3 Aug 2020 10:53:32 +0200 Subject: [PATCH] Uncomment update and explain in docker readme --- bin/LAUNCH.sh | 2 +- other_installers/docker/README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/LAUNCH.sh b/bin/LAUNCH.sh index 6f7786e6..9c855668 100755 --- a/bin/LAUNCH.sh +++ b/bin/LAUNCH.sh @@ -497,7 +497,7 @@ function reset_password() { function launch_all { checking_configuration; - #update; + update; launch_redis; launch_ardb; launch_logs; diff --git a/other_installers/docker/README.md b/other_installers/docker/README.md index 6e601b39..c7e6d4ff 100644 --- a/other_installers/docker/README.md +++ b/other_installers/docker/README.md @@ -20,6 +20,8 @@ curl https://get.docker.com | /bin/bash git clone https://github.com/CIRCL/AIL-framework.git cd AIL-framework cp -r ./other_installers/docker/Dockerfile ./other_installers/docker/docker_start.sh ./other_installers/docker/pystemon ./ +cp ./configs/update.cfg.sample ./configs/update.cfg +vim/nano ./configs/update.cfg (set auto_update to False) docker build --build-arg tz_buildtime=YOUR_GEO_AREA/YOUR_CITY -t ail-framework . ``` 3. To start AIL on port 7000, type the following command below: