From 065232cf1a6e577bbec70ef5fdf54014f2320acc Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 13 Sep 2023 11:59:00 +0200 Subject: [PATCH] wip #6269 @1.5 --- README.md | 9 ++++++++- updateall.bat | 3 ++- updatecode.bat | 3 ++- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cc62924..0fb5a0d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,14 @@ # Installation +Whitelist the server on the firewall of : +- alphaville +- godzilla +- kingkong +- her + satis + On the farming server : If docker is not installed : `wget https://get.docker.com -O get-docker.sh && sh get-docker.sh` -`apt install -y git docker-composer-plugin;mkdir -p /docker/fluidbook-processfarm;cd /docker/fluidbook-processfarm;git clone git://git.cubedesigners.com/fluidbook_processfarm.git .;./update` \ No newline at end of file +`apt install -y git;mkdir -p /docker/fluidbook-processfarm;cd /docker/fluidbook-processfarm;git clone git://git.cubedesigners.com/fluidbook_processfarm.git .;./update` + diff --git a/updateall.bat b/updateall.bat index e9572b8..720552f 100644 --- a/updateall.bat +++ b/updateall.bat @@ -9,4 +9,5 @@ ssh root@godzilla.cubedesigners.com "/docker/fluidbook-processfarm/update" ssh root@her2.cubedesigners.com "/docker/fluidbook-processfarm/update" ssh root@192.168.10.16 "/docker/fluidbook-processfarm/update" ssh root@192.168.10.167 "/docker/fluidbook-processfarm/update" -ssh root@kingkong.cubedesigners.com "/docker/fluidbook-processfarm/update" \ No newline at end of file +ssh root@kingkong.cubedesigners.com "/docker/fluidbook-processfarm/update" +ssh root@matrix.cubedesigners.com "/docker/fluidbook-processfarm/update" \ No newline at end of file diff --git a/updatecode.bat b/updatecode.bat index daae509..7021d3e 100644 --- a/updatecode.bat +++ b/updatecode.bat @@ -9,4 +9,5 @@ ssh root@godzilla.cubedesigners.com "chmod 755 /docker/fluidbook-processfarm/upd ssh root@her2.cubedesigners.com "chmod 755 /docker/fluidbook-processfarm/updatecode;/docker/fluidbook-processfarm/updatecode" ssh root@192.168.10.16 "chmod 755 /docker/fluidbook-processfarm/updatecode;/docker/fluidbook-processfarm/updatecode" ssh root@192.168.10.167 "chmod 755 /docker/fluidbook-processfarm/updatecode;/docker/fluidbook-processfarm/updatecode" -ssh root@kingkong.cubedesigners.com "chmod 755 /docker/fluidbook-processfarm/updatecode;/docker/fluidbook-processfarm/updatecode" \ No newline at end of file +ssh root@kingkong.cubedesigners.com "chmod 755 /docker/fluidbook-processfarm/updatecode;/docker/fluidbook-processfarm/updatecode" +ssh root@matrix.cubedesigners.com "chmod 755 /docker/fluidbook-processfarm/updatecode;/docker/fluidbook-processfarm/updatecode" \ No newline at end of file -- 2.39.5