How to Install Mayan EDMS on Ubuntu 18.04


If you want to install the Open Source EDMS(Electronic Document Management System) on Ubuntu 18.04 , you can follow this steps:

1. Install the docker
 
    Open Terminal
    sudo apt install docker.io

2. Start the Docker
             sudo systemctl start docker
             sudo systemctl enable docker


3. Check the status of the newly installed Docker
            sudo systemctl status docker

 

















4. Install the mayan using docker

         sudo docker pull mayanedms/mayanedms:2.7.3
         sudo docker run -d --name mayan-edms --restart=always -p 80:80 -v mayan_data:/var/lib/mayan mayanedms/mayanedms:2.7.3


5. Open the mayan using your browser http://localhost

    Sign in using admin and the password provided on the first page.
 




Popular Posts