0
stars
0
forks
source link
- Prerequisite
- Installed COMS-Client2 (normally on an other server) - https://github.com/BPMspaceUG/COMS-Client2
- URL and Port of the COMS-Client2 installation
- Generated machine token to access
- Git client installed on machine
- TODO
- "git clone https://github.com/BPMspaceUG/COMS-Client2.git"
- copy /inc/api.EXAMPLE_secret.inc.php to /inc/api.secret.inc.php and set:
- $coms_url="COMS SERVER API URL";
- $coms_token="COMS SERVER TOKEN";
- $liam_url="LIAM SERVER API";
- $liam_token="LIAM SERVER TOKEN";
- define('LIAM_URL', 'LIAM CLIENT URL');