Paths to platform files

All Platform files are located by the following paths:

  • /opt/hw-bw/ - main platform directory. Contains all platform files: configurations, maintenance scripts and other important files;
  • /opt/hw-bw/data - contains all changeable files, such as:
    • data of the built-in databases (postgresql, redis, neo4j);
    • files attached to the issues;
    • files of the project snapshots;
    • cache of the reverse proxy server (nginx);
  • /opt/hw-bw/config - contains platform configuration files:
    • configurations provided in the distribution;
    • configurations generated during platform installation;
    • user configurations - file /opt/hw-bw/config/users.ini. An example of how to fill the users.ini file see in the file /opt/hw-bw/config/user-template.ini;
  • /opt/hw-bw/compose - contains docker-compose file, generated by the platform configurator from the configuration stored at /opt/hw-bw/config

See also