|
<< Click to Display Table of Contents >> Raynet One > 2026.1 > Installation and Operations Guide > Raynet One On-Premises Installation and Operations Guide Directory Structure |
The Raynet One on-premises deployment is based on a standardized template provided by Raynet Consulting. This ensures a pre-configured, production-ready environment. The following directory structure is used to organize configuration, data persistence, and maintenance scripts:
•certs/: Certificate material and Root CA (for corporate PKI scenarios).
•keycloak/, vault/, minio/, rabbitmq/: Service-specific configuration and realm initialization scripts.
•nginx/vhost.d/: Nginx virtual host configurations (timeouts, buffer sizes, etc.). Dynamically generated by running update_vhosts.sh.
•util/: Utility scripts.
•generate-env.sh: Script to generate the initial .env file (already present in the repository).
•.env: Main configuration file, not present initially; created during setup.
•compose.yml: Core definition of all services, networks and volumes.

Refer to the Setup and Configuration section for details on configuring the .env file, which serves as the single source of truth for all environment-specific parameters.