Running the Cloud Provider Ranker
Installation
Launch the server
java -jar [YOUR_PREFERRED_PATH]/CloudProviderRanker.jarTesting the server
curl -H 'Content-Type: application/json' -X POST http://<IP_WHERE_YOU_DEPLOYED_IT>:8080/rank -d@cpr-test.jsonRunning a Docker container
docker run -d --name CloudProviderRanker -p 8080:8080 <IMAGE_NAME>Run container from Docker Hub
Last updated