Clone ORISO Repositories
Set up the project directory and transfer ORISO repositories to your server.Transfer ORISO-Kubernetes Repository
Choose one of the following methods to transfer your ORISO repositories to the new server.
- Method 1: SCP (From Existing Server)
- Method 2: Git Repository
- Method 3: Manual Transfer (tar.gz)
Transfer directly from an existing server using SCP.
Verify Repository Structure
Verify all required repositories and directories are present.Check ORISO-Kubernetes structure:Check ORISO-Database structure:
You should see the following directories (organized by deployment priority):Primary (Required for deployment):
ORISO-Kubernetes/- Helm charts and Ingress resourcesORISO-Database/- Database schemas and setup scripts
ORISO-Keycloak/- Keycloak realm configuration
ORISO-TenantService/ORISO-UserService/ORISO-AgencyService/ORISO-ConsultingTypeService/
ORISO-Frontend/ORISO-Admin/
ORISO-Matrix/- Matrix Synapse deploymentORISO-Element/- Element.io web client
ORISO-SignOZ/- Observability platformORISO-HealthDashboard/- Health monitoringORISO-Status/- Status page
Expected structure:
Expected structure:
Next Steps
- Setup Kubernetes - Verify k3s and create namespace
- Deploy Infrastructure - Deploy databases and Keycloak