Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
  • GEODI Desktop Explorer (GDE) is the solution for indexing data from Client Computers in a central GEODI.

  • GDE is installed on each PC manually or automatically with tools like SCCM or PDQ.

  • Directories to be indexed are specified in the settings.

  • GDE processes the new and changed files every 3 hours.

  • GDE may run as a Windows Service.

  • GDE does not copy the contents to the server. The contents found as a result of a search are found and opened from the respective computer. If the computer or GDE is not turned on, you can search but not access the document. If you want to make a backup of the documents, you should turn on the "Backup Contents" setting for the corresponding Resource in the GEODI project.

Table of Contents

Setup Checklist

You can follow the information required for installation and the steps from the list.

...

  • GDE installation may be converted to a Windows Service using the WindowsServiceInstall.bat script in the GDE folder.

    • WindowsServiceUninstall.bat reverses the service setup.

    • Service mode does not require a login user.

    • In order for GDE Exe and GDE Service Mods not to run at the same time, GDE Exe must be uninstalled from under startup.

Linux Setup

Info

Download GDE Linux

  • GDE Core Linux running requirement is Dotnet Core 7.0 You can install using the commands below.

...

Dotnet Core 7.0 Setup

...

Code Block
$ wget https://packages.microsoft.com/config/debian/11/packages-microsoft-prod.deb -O packages-microsoft-prod.deb
$ sudo dpkg -i packages-microsoft-prod.deb
$ sudo apt-get update
$ sudo apt-get install -y apt-transport-https
$ sudo apt-get update
$ sudo apt-get install -y dotnet-sdk-7.0

...

GDE Linux Setup

...

  • In the downloaded *.deb package, setup is done by just saying next.

...

  • After thesetup of GDE linux and Dotnet Core is completed, TOKEN and URL settings are made with *.json on the client machine. With the following command, it is thrown to the directory where the package is installed.

    • Code Block
      $ sudo cp /usr/share/dece/gde/Settings.json /usr/share/dotnet

...

  • For Autostart sudo nano /home/user_name/.bashrc

    • the GDE dll file must be added to the *bashrc file with the path to the GDE files.

      • Example : /GDE_PATH/Dotnet Geodi.DesktopExplorer.Core.dll

Linux Ret Hat Setup

Info

Download GDE Linux Ret Hat

...

Dotnet Core 7.0 Installation

...

Code Block
# dnf install dotnet-sdk-7.0 
# dotnet --i // You can check the installation with the command

...

GDE Linux Ret Hat Installation

...

  • In the downloaded *.rpm package, setup is done by just saying next.

...

  • After thesetup of GDE linux and Dotnet Core is completed, TOKEN and URL settings are made with *.json on the client machine. With the following command, it is thrown to the directory where the package is installed.

    • Code Block
      $ sudo cp /usr/share/dece/gde/Settings.json /usr/lib64/dotnet

(info) Red Hat Firewall settings should be checked if the documents are not displayed if feeding is started in GEODI.

MACOS Setup

Info

Download GDE MACOS

...

MACOS Dotnet 7.0 Installation

...

  • Dotnet 7.0 installation is mandatory. You can install Dotnet Core 7.0 on MACOS machines as described below.

...

...

  • For machines using M1 Series Chip Dotnet 7.0 after installation.

    • The following operations are performed

    • Transactions must be made with an authorized user on the terminal.

      • Copy Dotnet 7.0 Files:

        • sudo cp -a /usr/local/share/dotnet/x64 . /usr/local/share/dotnet

    • To run the dotnet command, create folders and shortcuts:

      • cd /usr/local/bin
        ln -s /usr/local/share/dotnet/dotnet dotnet

...

MACOS GDE Setup

...

  • In the downloaded *.pkg package, the installation is done with click-to-run.

...

  • After installing GDE MACOS and Dotnet Core, TOKEN and URL are made in Settings.json on the client. After these settings are made, they are thrown to the directory where they are installed for the settings to be valid with the system command.

    • Code Block
      $ sudo cp /Applications/GDE/Settings.json /usr/local/share/dotnet

...

    • .

Setting file (default.json)

...