Closed AsimAzmi closed 4 years ago
Can someone pull the data retrieval service code and check if the docker script is working by following the below steps.
python basic webservice:
install docker - latest version 19.03.5
install docker compose
download project: https://github.com/airavata-courses/devengers.git
switch to dataretrieval branch Go to dataretrieval folder where docker compose file is located.
Type the following commands: sudo docker-compose build sudo docker-compose up -d
type localhost:5000 on the browser and check if a json text is being displayed or not.
Can someone pull the data retrieval service code and check if the docker script is working by following the below steps.
python basic webservice:
install docker - latest version 19.03.5
install docker compose
download project: https://github.com/airavata-courses/devengers.git
switch to dataretrieval branch Go to dataretrieval folder where docker compose file is located.
Type the following commands: sudo docker-compose build sudo docker-compose up -d
type localhost:5000 on the browser and check if a json text is being displayed or not.