Skip to content

Releases: airavata-courses/neo

Milestone 1

08 Feb 05:47
60c439a
Compare
Choose a tag to compare

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

    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 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.

    Here is the link to the Milestone 1 Wiki for reference.

  3. Microservices: