Steps:
sudo apt update -y && sudo apt upgrade -y && sudo apt install docker.io docker-composegit clone https://gitlab.com/samuel1998.schwanzer/SmartOrganizr.git && cd SmartOrganizrdocker-compose up -dIn the latest version the application can save PDFs. So you have your notes everywhere available. To persist them you need to define a volume for "/media".
docker run -e SPRING_DATASOURCE_URL=<url to your database host/database> -e SPRING_DATASOURCE_USERNAME=<your-username> -e SPRING_DATASOURCE_PASSWORD=<your-password> -p <your desired external port>:8080 -d samuel19982/smartorganizr
Content type
Image
Digest
sha256:7c31e821a…
Size
14 MB
Last updated
8 months ago
docker pull samuel19982/smartorganizr