소스 검색

Uncomment update and explain in docker readme

pull/519/head
Pietro Mazzini 12 달 전
부모
커밋
97949396b4
  1. 2
      bin/LAUNCH.sh
  2. 2
      other_installers/docker/README.md

2
bin/LAUNCH.sh

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

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

불러오는 중...
취소
저장