On this page, you will find the setup link, requirements, settings, and the path you will follow for the commissioning phases.
Privacy Issues
GEODI is designed to make it easier for you to access and explore your data repository. To do this, GEODI needs access to the data. You can find your questions about the security and privacy of your data during the setup stages at GEODI Privacy Issues
Before Installation
Subject | Description | |
---|---|---|
1 | GEODI Setup Link | After running the setup, GEODI starts in default mode and automatically opens a tab in the browser. You can access the administration and query interface by right-clicking on GEODI in the System-Tray. Windows service or IIS service setups can be activated later. Please consult for non-internet environments. |
2 | License Activation |
|
3 | Setup of Modules | After activating your License, the modules will be downloaded and installed automatically. You should make settings after setup. Please ask for support from DECE teams for modules not included in these pages. |
4 | 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 geodi.yourdomain.com or search.yourdomain.com. After the public address definition and SSL certificate setup on the server, GEODI Configuration should be done as follows. For SystemSettings.json setting GEODI Server Installation and Configuration "SSLLocalCertificateSerial":"<Certificate serial no>" |
5 | System Configuration / Security Settings | |
6 | Authorizations and LDAP settings | Procedures should be taken to create users and determine authorizations and groups. |
7 | GEODI Windows Service Setup | Windows service setup is optional after default mode. All settings you created in default mode are valid. |
8 | Backup and Redundancy | Only index backup and redundant operation is possible. |
9 | Creating the Project, Connecting Resources | To perform operations such as indexing, data discovery and classification in GEODI, a Project must first be created. Data sources, authorizations, and rules are defined on the project wizard. https://decesw.atlassian.net/wiki/spaces/geodien/pages/3987177473/Source+Database+Data+Source https://decesw.atlassian.net/wiki/spaces/geodien/pages/3973841133/Source+Webpage Source: Cloud Servers, FTP, SharePoint It is possible to customize some appearance and content in the GEODI user interface. You can remove and add GEODI data display options (Content, Map, Calendar, etc), and it is also possible to use different themes. |
10 | If OCR License is available | OCR is a CPU intensive and time consuming function. OCR settings may effect the time and the results.
|
11 | If Enterprise Search License is available | Having an Enterprise Search license technically means that there will be more users. To provide uninterrupted service to users, FKM and index backup procedures should be operated in addition to the server being sufficient. For Institutional Search to be effective, it is recommended that data is presented in a single project and authorizations are organized appropriately. Different units have different data access needs. GEODI Enterprise Search solution provides access to all of them from a single platform. Separate training should be planned for each unit when necessary. DECE teams will support you at all stages. For trainings : GEODI Courses |
12 | If Data Discovery License is Available | You will connect a large number of sources for data discovery. If enterprise search is not included, it will be available to a limited number of users. Depending on your purpose (Institutional sensitive data discovery Finance, PCI/DSS GDPR), the selection of sources and recognizers determines the success of the result. The discovery panel will provide information about the results from the first moment of indexing. This panel may be shared live or as a PDF. The discovery panel will show the risks and incompatibilities. According to the results of this panel, you can carry out Destruction and Quarantine procedures after Indexing. |
13 | If Geographic Archive License is Available | The Geo Archive application is a use case of GEODI Enterprise Search. System requirements, authorization, and other considerations apply. For a municipality, road administration, or an organization that produces geographic data, it is recommended to have at least one of the LandParcel Recognizer, Station Number Recognizer, or GeoArchive modules. The DECE team will provide the necessary support for the setup of these modules. |
14 | If GDE License is Available | The GEODI endpoint or PC discovery tool is called GEODI Desktop Explorer, or GDE for short. GDE can be installed on multiple PCs. GDEs will feed GEODI Server with the selected directories and file types on the endpoint. GDE and Backpup option will ensure files on the PCs to be stored in a central location. You can find all the necessary steps for GDE setup and deployment of agents to the endpoints on the following page. |
15 | If Classification License is available | GEODI Classification solution consists of several components. You can find all the necessary steps for the setup and deployment of agents on the following pages. GEODI Desktop and Office Classifier Installation and Configuration |
16 | 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. |
System Configuration and Security Settings
The SystemSettings.json file in C:\Program Files\Dece Software\GEODI\ içerisinde contains the settings. The most commonly used settings are here. Please refer to Sistem Yapılandırma - Güvenlik Ayarları for all keys.
Setting Name | Type | Default Value | Category | Description |
---|---|---|---|---|
AppData folder | String | null | System | Use this settings if you want to store WorkSpace, Log, Index, Dictionaries, and All metadata other then the default place(%appdata%/dece..). |
AppPort | int | 3323 | WebServer | It is used to determine the port to be used by the WebServer launched via GEODI.exe. If it is set to 80, there is no need to write a port on the client side. If SSL certificate is set, there is no need to write a port on the client side when using SSL port 443. |
SSLLocalCertificateSerial | String | null | WebServer | It is used to activate SSL with a valid certificate installed under Computer Certificates. It is an alternative to specifying a certificate file with SSL certificate. |
ShowWebExceptionStackTracebool | bool | false | WebServerSecurity | Allows error details to be displayed in case of Web request errors. By default, details are not displayed. |
LogExceptionStackTrace | bool | false | System | Provides logging of additional details of Scan and System initialization errors. |