public:paperless
This is an old revision of the document!
MacOS/Docker installation is problematic
Debian/Docker Installation
Install Debian 14 (basic without GUI is OK)
As root, install sudo
apt install sudo
Referencing docs.docker.com, still as root, install Docker using the apt repository
Extend sudo authority to a non-privileged user
sudo user mod -aG sudo jdoe
Extend Docker authority to a non-privileged user
sudo usermod -aG docker jdoe
Log out and back in
public/paperless.1756297991.txt.gz · Last modified: 2025/08/27 12:33 by daniel
