Releases: airavata-courses/neo
Milestone 1
Milestone 1 Deliverables:
-
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
andlinux/amd64
.
Based on the user's machine (arm64 or amd64 arch), the appropriate Docker image gets pulled by docker-compose. -
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
In this release, we have created pull requests to merge our work in the
feature
set of branches into the correspondingdev
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.Here is the link to the Milestone 1 Wiki for reference.
-
Microservices: