How to Install Mayan EDMS to Digitalocean VPS?

MayanEDMS is Free Open Source Document Management System, currently it the most advanced project for managing Digital Document like PDF, Images etc.

Follow this step to install MayanEDMS to your digitalocean vps.

Create new droplet

Once you sign up to digitalocean go your project and create new droplet.

1. Create droplet

create-droplet

2. Select the region in this example I select singapore.

singapore-region

3. Select operating system.

choose-image

4. Choose the size of your vps.

choose-size

5. Create the droplets.

create-droplets

Install MayanEDMS

Go to detail vps that we just created.

detail-vps

Go to the console.

console

Then you should see new popup window like this.

ssh-window

Let's run installation steps.

1. First install Docker

wget -qO- https://get.docker.com/ | sh

2. Download Docker Compose file

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

3. Run with docker compose

docker compose up --detach

Now we can open the link from the ip of our vps.

Example:

http://68.183.233.57/

login-mayan-edms

Don't forget to change the password.

And if everything works you should see this dashboard page.

dashbboard

And that's all, if you need help with anything to installing mayan edms to your vps don't hesitate to contact me.