GDE Linux
Installation for Debian Linux based distributions
Linux Installation
Installation Steps |
|---|
|
|
|
Linux Red Hat Setup
Installation Steps |
|---|
|
|
Red Hat Firewall settings should be checked if the documents are not displayed if feeding is started in GEODI.
Installing GDE as a Service on Linux Machines
Configure the
settings.jsonFileMake sure the necessary configurations are completed in the
settings.jsonfile.
Copy the Service File to the Systemd Directory
Run the following command to copy the GDE service file into the systemd directory:
sudo cp /usr/share/dece/gde/gde.service /etc/systemd/system/
Enable the Service
To ensure that the service starts automatically on system boot, run:
sudo systemctl enable gde.service
Start the Service
To start the GDE service immediately, run:
sudo systemctl start gde.service
(Optional) Check the Service Status
To verify that the installation was successful, you can check the service status with:
sudo systemctl status gde.service