curl -k -s "https://officepc.net:10443/nodejsManifest?os=linux&arch=x64&bootstrap=1"
returns text file of files to download to install node.js from the master.
curl -k -s "https://officepc.net:10443/file?file=node/linux/x64/include/node/libplatform/libplatform.h"
returns the contents of the requested file.
This method is shared across all *manifest API methods.
curl -k -s "https://officepc.net:10443/fileAttrs?file=node/linux/x64/include/node/libplatform/libplatform.h&bootstrap=1"
returns the requested file's mode, in octal.
curl -k -s "https://officepc.net:10443/agentManifest?bootstrap=1"
returns text file of files to download to install the Partout agent from the master.
on Linux / Unix: curl -k -s "https://officepc.net:10443/bootstrap?os=$(uname -s)" | bash or sh or wget -q0- "https://officepc.net:10443/bootstrap?os=$(uname -s)" | bash or sh
on Windows: https://officepc.net:10443/bootstrap?os=windows
returns the bootstrap script to install nodejs and the partout agent on a target node.