coria / deploy-coria (public) (License: Unspecified) (since 2017-03-17) (hash sha1)
Deploy CORIA backend, frontend and related services in Docker containers.
No history found.

README.md:

CORIA deployment

This repository is used to deploy the Connectivity Risk Analysis (CORIA) backend, frontend and their required services in Docker containers.

Requirements

Install Docker

Instructions on how to install the Docker engine in your platform can be found here

Install Docker Compose

Instructions on how to install the Docker Compose in your platform can be found here

Deploy CORIA

git clone https://rocketgit.com/user/coria/deploy-coria
cd deploy-coria
docker-compose up -d

You should be able to access CORIA frontend under https://hostname.

Note: The CORIA frontend (https://hostname) will not have any results populated until the complete CORIA's backend computations are completed.

Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/coria/deploy-coria

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/coria/deploy-coria

Clone this repository using git:
git clone git://git.rocketgit.com/user/coria/deploy-coria

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main