# Deployment Instructions ## Important: Run from Project Root The deployment automation script is located in the **project root**, not in this directory. ## Quick Deploy ### From Project Root: ```bash cd /home/intlc/projects/proxmox ./scripts/deploy-to-proxmox-host.sh ``` ### Or Use Full Path: ```bash /home/intlc/projects/proxmox/scripts/deploy-to-proxmox-host.sh ``` ## Manual Deployment If you're already on the Proxmox host or have copied files there: ```bash # On Proxmox host cd /opt/smom-dbis-138-proxmox chmod +x scripts/deployment/*.sh install/*.sh ./scripts/deployment/deploy-all.sh ``` ## Why? The `deploy-to-proxmox-host.sh` script is a **project root utility** that: - Copies this directory to the Proxmox host - Automates the deployment process The actual deployment scripts (`deploy-all.sh`, etc.) are in this directory and must run **on the Proxmox host** (they require the `pct` command).