Skip to content

Commit

Permalink
Uncomment update and explain in docker readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Mazzini committed Aug 3, 2020
1 parent 7ee8f4a commit 9794939
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/LAUNCH.sh
Expand Up @@ -497,7 +497,7 @@ function reset_password() {

function launch_all {
checking_configuration;
#update;
update;
launch_redis;
launch_ardb;
launch_logs;
Expand Down
2 changes: 2 additions & 0 deletions other_installers/docker/README.md
Expand Up @@ -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:
Expand Down

0 comments on commit 9794939

Please sign in to comment.