|
<< Click to Display Table of Contents >> Raynet One > 2026.1 > Installation and Operations Guide > Raynet One On-Premises Installation and Operations Guide Deployment |
From the repository directory, start all services in detached mode:
docker compose up -d
|
Note: |
Check the status of all containers:
docker compose ps
Expected result: All core services are Up (and healthy if healthchecks are defined).
Validate that the platform is reachable and functioning:
•https://<DOMAIN_NAME> loads the Raynet One UI
•Keycloak endpoint is reachable
•Backend API responds
•DataHub endpoint is reachable
•No recurring errors in logs for critical services: nginx-proxy, server-backend, keycloak, server-scheduler
Check logs for the most critical components first:
docker compose logs -f nginx-proxy
Repeat as needed for:
docker compose logs -f server-backend
docker compose logs -f keycloak
docker compose logs -f server-scheduler