]> _ Git - fluidbook_processfarm.git/commitdiff
wip #5701 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 1 Feb 2023 09:09:18 +0000 (10:09 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Wed, 1 Feb 2023 09:09:18 +0000 (10:09 +0100)
README.md
app/bin/mount

index 6dd4b902d2c3c622e31edf2b4afafaf33ac01dd5..f7ca9fa0ca213605ef4daa68c1ee92e3fe0712b8 100644 (file)
--- a/README.md
+++ b/README.md
@@ -2,4 +2,4 @@
 
 On the farming server : 
 
-`apt install -y git;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 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
index a2da5dcd7cd854e81132372409c3d7fee9f43fde..9052f5ec758608988b65e576fe446f468b50cabd 100755 (executable)
@@ -4,4 +4,11 @@ if mountpoint -q "/files"; then
     :
 else
     sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other root@godzilla.cubedesigners.com:/data/fluidbook/docs /files
+fi
+
+mkdir -p /usfiles
+if mountpoint -q "/usfiles"; then
+    :
+else
+    sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 -o uid=33 -o gid=33 -o allow_other fluidbook@kingkong.cubedesigners.com:/home/fluidbook/data/docs /usfiles
 fi
\ No newline at end of file