Initial Server Setup
Complete the initial server configuration steps to prepare your Ubuntu server for ORISO Platform deployment.1
Connect to Server
Establish SSH connection to your Ubuntu server.
Verify you can successfully SSH into the server before proceeding.
2
Update System
Update package lists and install essential tools required for the deployment.
Verify installation by checking versions:
curl --version, git --version, jq --version3
Create Non-Root User
Create a non-root user with sudo privileges for better security practices.
Only perform this step if you’re currently logged in as root.
4
Configure Hostname
Set a descriptive hostname for your server to make identification easier.
The hostname should display as
oriso-platform in the output.5
Configure Timezone
Set the correct timezone for your server location.
Replace
Europe/Berlin with your appropriate timezone. Use timedatectl list-timezones to see all available timezones.6
Disable Swap
Disable swap memory as Kubernetes (k3s) requires swap to be disabled.
Swap should show
0 in the free -h output.Verification
After completing all steps, verify your server is ready:Next Steps
- Network & Firewall Configuration - Configure network and firewall settings
- Install Required Software - Install Docker and Kubernetes