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

/README.md (17a461fd6ebd678763a840b9b0e63378e5ce468d) (865 bytes) (mode 100644) (type blob)

# 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](https://docs.docker.com/engine/installation/)

### Install Docker Compose

Instructions on how to install the Docker Compose in your platform can be found
[here](https://docs.docker.com/compose/install/)

## 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](https://hostname).

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


Mode Type Size Ref File
100644 blob 865 17a461fd6ebd678763a840b9b0e63378e5ce468d README.md
040000 tree - 7f04e5084e328c915a7358137e8efe73c9b98fb5 backend
100644 blob 219 02d3411da1846e713a466390d538a2f2bf6cffa5 docker-compose.yml
040000 tree - d71eb40a16f89200d47fcb4175680ab439556cc1 frontend
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