Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

On this page, you will find the setup link, requirements, settings , and the path you will follow for the commissioning phases. The installation phases are described in the visual and the table.

Image Removed

...

Subject

...

Description

...

steps to follow for deployment.

Table of Contents
stylenone

Installation

Info

GEODI Download

...

  1. Download the setup

...

GEODI Setup in Default Mode

Please consult for non-internet environments.

...

License Activation

...

  1. Before setup, you must specify an e-mail address to which the License will be linked and provide it to DECE sales or technical teams. You will receive an e-mail with the license key once your license is created.

  2. You must enter an e-mail address set when GEODI default mode is activated. Then you continue by entering the license code sent to your e-mail. GEODI Modules included in your License will be automatically downloaded and installed.

...

Modules

...

After activating your License, the modules will be downloaded and installed automatically.

...

Public Address / SSL Identification

A public address is needed for users to access the GEODI server. An SSL-certified FQDN is recommended for secure access. Our users use addresses like http://geodi.yourdomain.com or http://search.yourdomain.com . After the public address definition and SSL certificate setup on the server, GEODI Configuration should be done as follows.

...

  1. 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 to clients running the agents, if any. 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 templates from DECE-STORE that are ready for your needs(GDPR, Classification, and more).

Info

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

Support Q - FAQ and Tech News

Note

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 run the command and leave it. All necessary operations will be performed on a running system.

GEODI modules get updates more frequently than the main GEODI version. To update only modules you may run UpdateModules.bat çalıştırabilirsiniz.

GEODI AppDataFolder

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

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

Change the AppDataFolder value in the SystemSettings.json file.

https://decesw.atlassian.net/wiki/

...

Code Block
"SSLLocalCertificateSerial":"<Certificate serial no>"

...

System Configuration / Security Settings

System Configuration and Security Settings

...

Authorizations and LDAP settings

...

Procedures should be taken to create users and determine authorizations and groups.

GEODI User/Authorization Management

...

GEODI Windows Service Setup

...

Windows service setup is optional after default mode. All settings you created in default mode are valid.

GEODI Setup as a Windows Service

...

Backup and Redundancy

...

Only index backup and redundant operation is possible.

Index Backup and Recovery

Active-Passive and Active-Active configuration

...

Frequently Asked Questions

...

We have answered the problems and solutions you may encounter during setup or other processes as much as possible on the attached page. DECE teams will provide support for the answers you cannot find.

GEODI FAQ

Now you have installed the GEODI. It is time to create a Project to connect data sources and define the policies.

GEODI Project Wizard

Related Pages

...

x/RofcUg

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

  1. GEODI must be closed during these changes.

  2. If there are previous %appdata% folders, you may MOVE them to the new location. After MOVE, you should also change the folders' read/write permissions for Windows service users' access.

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

Defining SSL

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

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

Info

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

Tip

To obtain the certificate serial number: Open the Manage User Certificates application. You can get the Certificate Serial Number from the properties/details tab of the relevant certificate under the Personal tree. If you have a *pfx file, you must first install it by double-clicking on the file.

Note

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

Offline Installation

GEODI downloads the modules from DECE-STORE by default. You should change the update address if the server cannot access DECE-STORE.

  1. DECE teams will provide *.GeodiModuleX files, and you should put them in the <geodifolder>/LocalDECESTORE folder. DECE teams will update you with new files when they are available.

  2. Then, the ModuleStoreFolder value in SystemSettings.json should be set to <geodifolder>/LocalDECESTORE.

(info) The new GEODI setup can be downloaded and installed as usual.

License Update

Run LicenseUpdate.bat to open the dialog.

If you need to move the GEODI to another machine, you should deactivate the license and then reactivate it on the new machine.

You should also apply the new license keys on the same dialog.

(info) You do not need to stop the service.