UbuS: Important directories
/usr/share/graphlytic
Home directory of Graphlytic.
bin
graphlytic-init-deb - init script for Ubuntu service. Used during installation. See UbuS: 2. Install Graphlytic
graphlytic-init-ubu20 - init script for Ubuntu 20 service. Used during installation. See UbuS: 2. Install Graphlytic
graphlytic-init-rhel - init script for RHEL service.
graphlyticc - script used to start Graphlytic as a console application (not used when installed as service)
graphlyticd - script which is started when Graphlytic service is started
certificates
graphlytic-keystore - store for private and public key for HTTPS (self-signed)
conf - configuration files
graphlytic.conf - main configuration file
logback.xml - main configuration file for logging
data - data directory for Graphlytic. Stores: GL database
icons - external icons
lib - application libraries
graphlytic.jar - web application
widgets - external widgets
<main.dataDir>
(for example: /usr/share/graphlytic/data)
Data directory for Graphlytic. Stores: GL database
<main.logDir>
(for example: /var/log/graphlytic)
Contains log files, see Logging
<main.widgetsDir>
(for example: /usr/share/graphlytic/widgets)
Contains external Widgets, see Custom Widgets
<main.iconsDir>
(for example: /usr/share/graphlytic/icons)
Contains external Icons, see Custom Icons