researchspace / researchspace-docker-compose

Collection of sample docker-compose scripts that can be used to setup ResearchSpace
MIT License
9 stars 5 forks source link

Collection of sample docker-compose scripts that can be used to setup ResearchSpace.

Prerequisites

As a baseline we use docker and docker-compose that are used in the latest Ubuntu 20.04 LTS:

If you are using Ubuntu 20.04 LTS then you can install docker with a single command:

sudo -- sh -c 'apt update && apt install docker.io docker-compose -y'