Page History
...
Your first step is to decide which virtual machine or computer you want to install MedICI.
...
Creating a Virtual Machine on Microsoft Azure\Ubuntu Server 18.04 LTS
This tutorial focuses on Ubuntu-based installations on Azure, although instructions on how to do this on Microsoft and Apple operating systems and in AWS are also included.
...
$ sudo groupadd docker
(this may be done already)$ sudo usermod -aG docker $USER
(now restart the VM)- Run
$ docker-compose up -d
- The flag ‘-d’ means to run in detached mode. If you don’t use it, you will notice your command prompt is in a live feed mode telling you everything that is going on with this Docker.
Step 3 - Tweak The .env file and Azure Storage
The following documentation explains this step: https://codalab-competitions.readthedocs.io/en/latest/
...