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 24 Next »

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

Installation

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

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

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

  4. You should create a Windows Service for continuous operation. GEODI Setup in Default Mode

For issues and solutions you might encounter during installation or other processes, you can refer to the Frequently Asked Questions page. GEODI FAQ

Offline Installation

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

Update

As a result of the importance we attach to quality and user experience, we constantly update the software. For GEODI update, it is sufficient to run the "update.bat" command that comes with the installation as administrator. You can run the command and leave it. All necessary operations will be performed on a running system.

You can also turn the "update.bat" command into a scheduled task with a user with appropriate authorisation.

The updating of PC's discovery (GDE) and Classification Agents is fully automatic.

GEODI Data Folder

GEODI stores projects and indexes and other information it needs in %appdata% directories. It creates these directories automatically. However, it may need to be defined in a different place in line with the needs.

In the following cases, the AppDataFolderAppDataFolder value must be changed accordingly in SystemSettings.json. For details System Configuration and Security Settings

  1. If there is no space for the index in the default %appdata%directory.

  2. If the Windows Service user and the user who installed GEODI are DIFFERENT.

  1. GEODI must be off for the definitions to be valid.

  2. Existing %appdata%directories must be MOVED to the new location. In this way, existing information such as project and licence will remain valid.

  3. In Windows Service installation, the service user must have read/write authorisation to the new directories.

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>"

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

  • No labels