From: Vincent Vanwaelscappel Date: Thu, 7 Apr 2022 16:08:03 +0000 (+0200) Subject: wip #5220 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=f029c08a4a97673fc773e0d7570c36cf85e1c285;p=fluidbook_processfarm.git wip #5220 @0.5 --- f029c08a4a97673fc773e0d7570c36cf85e1c285 diff --git a/README.md b/README.md new file mode 100644 index 0000000..757074c --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# Installation +`cd /usr/local/;git clone git@git.cubedesigners.com:fluidbook_processfarm.git;chmod 755 /usr/local/fluidbook_processfarm/bin/install;/usr/local/fluidbook_processfarm/bin/install` \ No newline at end of file diff --git a/bin/install b/bin/install new file mode 100644 index 0000000..c98c849 --- /dev/null +++ b/bin/install @@ -0,0 +1,2 @@ +#!/bin/sh +apt install -y pdftk poppler-utils \ No newline at end of file