1 Build it yourself
Mathieu Broillet edited this page 2023-06-21 12:45:50 +00:00

Build it yourself

The software is automatically build using Drone but if you want to manually build it, here are the instructions.

# Build on Debian
git clone <url of this repo>
cd ProxmoxDeploy
apt update && apt install -y build-essential patchelf
pip install nuitka
pip install -r requirements.txt
python -m nuitka --onefile run.py --output-filename="ProxmoxDeploy"

Also see the Dockerfile and .drone.yml for more information.

Run it

# Run it
./ProxmoxDeploy --help