Installation of Mayan-EDMS

We need latest installation document for the Mayan-EDMS.

  1. Install Docker:
wget -qO- https://get.docker.com/ | sh
  1. Download the Mayan EDMS Docker Compose files:The files are located at: docker · master · Mayan EDMS / Mayan EDMS · GitLab
curl https://gitlab.com/mayan-edms/mayan-edms/-/raw/master/docker/docker-compose.yml -O
curl https://gitlab.com/mayan-edms/mayan-edms/-/raw/master/docker/.env -O
  1. Launch the Mayan EDMS Docker Compose containers:
docker compose up --detach

https://docs.mayan-edms.com/chapters/docker/install_docker_compose.html#docker-compose-install

This topic was automatically closed 12 hours after the last reply. New replies are no longer allowed.