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 32 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 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).

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

Support Q - FAQ and Tech News

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 things in the %appdata% folder, 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.

https://decesw.atlassian.net/wiki/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.

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

Offline Installation

GEODI downloads the modules from DECE-STORE by default. If the server cannot access DECE-STORE, you should change the update address.

  1. DECE teams will provide *.GeodiModuleX files, and you should put them in the <geodidatafolder>/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 <geodidatafolder>/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.

 

  • No labels