-
Notifications
You must be signed in to change notification settings - Fork 2
Assignment 1: Document
- Anita Badrinarayanan (@anbadrin)
- Raghunadham Gattu (@orangatun)
- Ramya Ramasamy (@ramyaram2092)
Release branch names:
a1-plot-graph-release
a1-data-ingestor-release
a1-registry-release
a1-gateway-release
a1-ui-release
Following are the steps for running the microservice:
For running it with Docker, please pull the repository and run the following commands:
git clone https://github.com/airavata-courses/orion
cd orion
git checkout a1-plot-graph-release
cd plot-weather-microservice
docker build . -t plot
docker run -d --name adsA1-plot -p 8000:8000 plot
NOTE: This microservice runs at PORT number 8000
Following are the steps for running the microservice:
Please pull the repository and run the following commands:
git clone https://github.com/airavata-courses/orion
cd orion
git checkout a1-data-ingestor-release
cd weather-data-ingestor-microservice
npm install
npm start
NOTE: This microservice runs at PORT number 3001
Following are the steps for running the microservice:
Please pull the repository and run the following commands:
git clone https://github.com/airavata-courses/orion
cd orion
git checkout a1-gateway-release
cd gateway-service
npm install
npm start
NOTE: This microservice runs at PORT number 3000
Since this microservice has external dependencies (MySQL), please refer its standalone README here
NOTE: This microservice runs at PORT number 8091
Following are the steps for running the microservice:
Please pull the repository and run the following commands:
git clone https://github.com/airavata-courses/orion
cd orion
git checkout a1-ui-release
npm install
npm start
NOTE: This microservice runs at PORT number 3002