From 8b2f24affd33075e26df9d2d68e0d5cc2edf81ed Mon Sep 17 00:00:00 2001 From: Ahmed Khatib Date: Wed, 8 May 2024 01:22:52 +0530 Subject: [PATCH] Added the export command before running. --- LocalRunGuide.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/LocalRunGuide.md b/LocalRunGuide.md index bbd46f50..87d5f161 100644 --- a/LocalRunGuide.md +++ b/LocalRunGuide.md @@ -214,9 +214,11 @@ or java -jar /opt/Stirling-PDF/Stirling-PDF-*.jar ``` -Non-root users can run from the Stirling-PDF directory using the following commands: +Non-root users can run from the Stirling-PDF directory using the following commands (can use any temp directory you want): ```bash +mkdir temp +export DBUS_SESSION_BUS_ADDRESS="unix:path=./temp" ./gradlew bootRun or java -jar ./Stirling-PDF-*.jar