... | ... | @@ -22,6 +22,6 @@ In order to achieve comparable results to the ones presented in the paper a VM w |
|
|
**Task 1:** Log into the host, where the Workload-API is installed.
|
|
|
**Task 2:** Set the publicly available IP of the current workload-API host in the environment variable ```PUBLIC_IP```, e.g. by ```export PUBLIC_IP=x.x.x.x```.
|
|
|
|
|
|
**Task 3:** Set the IP and port of the InfluxDB where the Mowgli framework is installed as the environment variable ```INFLUXDB_URL```, e.g. by ```export INFLUX_DB=x.x.x.x```.
|
|
|
**Task 3:** Set the IP and port of the InfluxDB where the Mowgli framework is installed as the environment variable ```INFLUXDB_URL```, e.g. by ```export INFLUXDB_URL=x.x.x.:8086x```.
|
|
|
|
|
|
**Task 4:** Now run the Workload-API (provided as Docker container) with the following command ```docker run -d -p 8181:8181 -e PUBLIC_IP=X.X.X.X -e INFLUXDB_URL=X.X.X.X:8086 -v /tmp:/opt/results -v /tmp:/var/log omi-registry.e-technik.uni-ulm.de/mowgli/workload-api:latest``` |
|
|
\ No newline at end of file |
|
|
**Task 4:** Now run the Workload-API (provided as Docker container) with the following command ```docker run -d -p 8181:8181 -e PUBLIC_IP=$PUBLIC_IP -e INFLUXDB_URL=$INFLUXDB_URL -v /tmp:/opt/results -v /tmp:/var/log omi-registry.e-technik.uni-ulm.de/mowgli/workload-api:latest``` |
|
|
\ No newline at end of file |