Files
proxmox/smom-dbis-138-proxmox/DEPLOY_FROM_ROOT.md

921 B

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:

cd /home/intlc/projects/proxmox
./scripts/deploy-to-proxmox-host.sh

Or Use Full Path:

/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:

# 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).