Installation
Only for DOCTAG/own on-premise instances:
-
Install base software
sudo apt-get update sudo apt-get install openjdk-17-jre-headless sudo apt-get install mongodb -
Download latest release
Download from https://www.doctag.de/download/
wget https://www.doctag.de/download/docsrv-2023-11-29.jar mv docsrv-2023-11-29.jar docsrv.jar java -jar docsrv.jarThen open this URL in your browser to set up the database and root user: http://127.0.0.1:16097/install
-
Run as systemd service
Create /etc/systemd/system/docsrv.service with the proper configuration (see docs):
sudo systemctl daemon-reload sudo service docsrv start sudo systemctl enable docsrv.service -
(Optional) Cronjob for mail import
crontab -e */15 * * * * curl https://<your-docserver-domain>/internal/cron > /var/log/doctag_cron.log -
Login and usage
Open in your browser and login with the root user: http://127.0.0.1:16097/
For the cloud variant, use the guided setup at https://setup.doctag.de/