Installation
The MrMap project is full dockerized. All dependend services MrMap needs are also provided as docker containers. The only thing you have to install on your system is a docker enginge and docker compose. See the table below to get the right version of docker engine and docker compose.
Requirements
Dependency |
Minimum Version |
---|---|
20 |
|
1.28 |
Warning
Make sure that the user you running docker-compose from, has managing rights for docker. For linux developers see Post-installation steps for Linux
1. Download MrMap
Download the project from github and unzip it to any installation folder you like.
2. Start MrMap
Open a terminal and change working directory to the path you unzipped the project to. You can start all configured services with the command docker-compose -f docker-compose.yml up --build
. After that, all services should be started properly and MrMap should be reachable under https://localhost
Note
The initial credentials of MrMap are: username = mrmap
, password = mrmap