git pull origin master
chmod 755 /usr/local/fluidbook_processfarm/bin/*
/usr/local/fluidbook_processfarm/bin/installpackages
-/usr/local/fluidbook_processfarm/bin/fixrights
\ No newline at end of file
+/usr/local/fluidbook_processfarm/bin/fixrights
+composer update
\ No newline at end of file
--- /dev/null
+{
+ "name": "fluidbook/processfarm",
+ "description": "description",
+ "minimum-stability": "dev",
+ "license": "proprietary",
+ "repositories": [
+ {
+ "type": "composer",
+ "url": "https://composer.cubedesigners.com/"
+ }
+ ],
+ "authors": [
+ {
+ "name": "Vincent VANWAELSCAPPEL",
+ "email": "vincent@cubedesigners.com"
+ }
+ ],
+ "require": {
+ "php": ">=8.0",
+ "fluidbook/tools": "dev-master"
+ }
+}
\ No newline at end of file