Skip to content

Project 1

Nirav Raje edited this page Apr 7, 2022 · 14 revisions

Team:

Milestone 1 Deliverables:

  1. README.md

    This README.md contains all steps and system requirements to install and run this application on any local machine.

    All our microservices are hosted on the neoairavata Docker hub repository.

    Note: Each microservice's Docker image has been built with multi-arch support for linux/arm64 and linux/amd64. Based on the user's machine (arm64 or amd64 arch), the appropriate Docker image gets pulled by docker-compose.

  2. Milestone 1 Release Branch

    The dev branch contains the docker-compose.yml configuration file which will pull, build and run all images from our neoairavata public repository on Docker Hub.

    Our UI service is exposed on port 4200 in the Docker container and maps to port 4200 of localhost. Hence, UI of our application can be accessed from: http://localhost:4200

    Here is the link to the actual release for reference.

    In this release, we have created pull requests to merge our work in the feature set of branches into the corresponding dev set of branches.

    After the peer-review process is done, we will move forward with merging the same into our dev set of branches, after making any necessary changes based on the peer-review feedback.

  3. Microservices:

Clone this wiki locally