-
Navigate to the local/rest_api_gcbm, run the following : -
- docker build --build-arg BUILD_TYPE=RELEASE --build-arg NUM_CPU=4 -t gcbm-api .
- docker run --rm -p 8080:8080 gcbm-api
-
Unzip the GCBM_Demo_Run.zip
-
Enter into the unzipped folder and run the following curl commands
curl -d "title=run4" -X POST http://localhost:8080/gcbm/new