]> _ Git - fluidbook_processfarm.git/commitdiff
wip #6269 @1.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 13 Sep 2023 09:59:00 +0000 (11:59 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 13 Sep 2023 09:59:00 +0000 (11:59 +0200)
README.md
updateall.bat
updatecode.bat

index cc62924515ca05e37cbc0054258fb6e9e018b11e..0fb5a0df589a068f576a77f84f9dfae58cbaa349 100644 (file)
--- 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`
+
index e9572b85030aa9027293b75c8959eba2938234a0..720552fb834dae23f7fe8533e48f72fdd46f772c 100644 (file)
@@ -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
index daae5094ee257cf1cf7c8076d27abafd27a93436..7021d3e72b68cd8a8e526cd58b15c523bdd33d72 100644 (file)
@@ -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