I followed the instructions from the Paperless documentation. Copy the files docker-compose.postgres.yml (as compose.yaml), docker-compose.env and .env from the Paperless project page in a directory (I used ~/paperless). Pull the necessary images with Start the compose and be patient You should be able to access Paperless-ngx at localhost:8000.
Author: adm_awl
Install Papermerge 3.5.2 on Ubuntu
First, create a new directory mkdir ~/papermerge According to the github page of Papermerge, the docker image for papermerge is called papermerge/papermerge. Pull it with docker by running: Since I want to use Docker Compose for the different microservices, I create a new compose.yaml file in the ~/papermerge directory (which you may need to create… Continue reading Install Papermerge 3.5.2 on Ubuntu
Install Docker from APT on Ubuntu
I followed the instructions from the official Docker Documentation. 0. Run the following command to uninstall all unofficial and conflicting packages: 1. Set up Docker’s $apt$ repository. 2. To install the latest version of the Docker packages run: 3. Verify versions 4. Try to run the Hello World example