mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
Uncomment update and explain in docker readme
This commit is contained in:
parent
7ee8f4ad28
commit
97949396b4
2 changed files with 3 additions and 1 deletions
|
@ -497,7 +497,7 @@ function reset_password() {
|
||||||
|
|
||||||
function launch_all {
|
function launch_all {
|
||||||
checking_configuration;
|
checking_configuration;
|
||||||
#update;
|
update;
|
||||||
launch_redis;
|
launch_redis;
|
||||||
launch_ardb;
|
launch_ardb;
|
||||||
launch_logs;
|
launch_logs;
|
||||||
|
|
|
@ -20,6 +20,8 @@ curl https://get.docker.com | /bin/bash
|
||||||
git clone https://github.com/CIRCL/AIL-framework.git
|
git clone https://github.com/CIRCL/AIL-framework.git
|
||||||
cd AIL-framework
|
cd AIL-framework
|
||||||
cp -r ./other_installers/docker/Dockerfile ./other_installers/docker/docker_start.sh ./other_installers/docker/pystemon ./
|
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 .
|
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:
|
3. To start AIL on port 7000, type the following command below:
|
||||||
|
|
Loading…
Reference in a new issue