Install requirements:
apt-get install certbot daemontools-run git isc-dhcp-server nginx-light qemu-system-x86 xsltproc
Compatibility fix for the daemontools-run Debian package:
ln -fsT /etc/service /service
Disable rc.d services that will be handled by Daemontools:
service isc-dhcp-server stop update-rc.d isc-dhcp-server disable service nginx stop update-rc.d nginx disable
Clone Kvmhosting to proper place:
git clone https://github.com/vog/kvmhosting.git /etc/kvmhosting cd /etc/kvmhosting
Create configuration:
cp config_sample.xml config.xml $EDITOR config.xml
Install Kvmhosting services:
xsltproc config.xml | sh
Install requirements:
apt-get install libsaxon-java libxalan2-java xalan xsltproc
Run test suite:
cd test ./test.sh
Copyright © 2012–2021 Volker Diels-Grabsch
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.