Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 25 Next »

On this page, you will find the setup link, requirements, settings and the steps to follow for deployment.

Installation

  1. Download the setup and run

  2. The installation will prompt for your license code, and with a valid license code, the modules included in your license will be installed automatically.

  3. After GEODI is installed, the GEODI management interface will be accessible in your browser at http://127.0.0.1:3323/manager.

  4. The GEODI server should be accessible from other machines for classification or agent-based discovery applications. For this purpose, DNS and SSL configurations should be made.

  5. You should create a Windows Service for continuous operation. GEODI Setup as a Windows Service

  6. Congratulations. You have successfully installed the GEODI. Now it is time to download ready templates for your needs(GDPR, Classification, and more) from DECE-STORE.

The Frequently Asked Questions page provides issues and solutions you might encounter during installation or other processes.

GEODI FAQ

Offline Installation

Please consult for environments that are not open to the Internet.

Update

We constantly update the software because we value quality and user experience. For a GEODI update, running the "update.bat" command that comes with the installation as an administrator is sufficient. You can also run the command and leave it. All necessary operations will be performed on a running system.

GEODI Data Folder

GEODI stores workspace definitions, indexes, logs, and other things in the %appdata% folder, which are created automatically during the installation.

If the install and Windows service users are different, you need to set up a new folder. Otherwise, the service cannot access the license and other information.

Change the AppDataFolder value in the SystemSettings.json file.

System Configuration and Security Settings

You may use this method if there is insufficient space in the default %appdata% folders.

  1. Tanımların geçerli olması için GEODI kapalı olmalıdır.

  2. If there is a previous %appdata% folders, you may MOVE these folders to the new place. After MOVE, you should also change read/write permiisions of the folders for windows service users access.

  3. This action will ensure that license and other settings remain intackt.

Making SSL Definitions

For Classification and Agent PC Discovery projects, the GEODI address must be secure and accessible from clients. You must make the following settings in GEODI for SSL Certificate. For details, you can refer to the System Configuration and Security Settings page. Definitions must be made before agent deployments.

SSL definitions are made in the SystemSettings.json file in the GEODI installation directory as follows.

"AppPort":443,
"NoSSLPort":80,
"ForceHttpsRedirect":true,
"SSLLocalCertificateSerial":"<certificate-serial-no>"

You do not need to make any additional definitions on the GEODI side in cases where certificates are managed with a load balancer.

  • No labels