Mac: Important directories

Neo4j

See Neo4j manual to find important files and locations.

Graphlytic

/Users/Shared/Graphlytic

Home directory of Graphlytic.

  • bin

    • graphlytic-init-deb - init script for Ubuntu service.

    • 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

    • jetty-http.xml - Jetty configuration file

    • jetty-http-https.xml - Jetty configuration file

    • jetty-https.xml - Jetty configuration file

    • logback.xml - main configuration file for logging

  • data - data directory for Graphlytic. Stores: GL database

  • icons - external icons

  • lib - application libraries

    • jetty-runner.jar - Jetty servlet engine

    • graphlytic.war - web application archive

  • log - contains log files, see Mac: Logging

  • widgets - external widgets

<main.dataDir>

(for example: /Users/shared/Graphlytic/data)

Data directory for Graphlytic. Stores: GL database

<main.widgetsDir>

(for example: /Users/shared/Graphlytic/widgets)

Contains external Widgets, see Mac: Widgets

<main.iconsDir>

(for example: /Users/shared/Graphlytic/icons)

Contains external Icons, see Mac: Icons