Uncomment update and explain in docker readme

pull/519/head
Pietro Mazzini 2020-08-03 10:53:32 +02:00
parent 7ee8f4ad28
commit 97949396b4
2 changed files with 3 additions and 1 deletions

View File

@ -497,7 +497,7 @@ function reset_password() {
function launch_all {
checking_configuration;
#update;
update;
launch_redis;
launch_ardb;
launch_logs;

View File

@ -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: