After a successful ubuntu installation type the following:
1 2 3 4 5 6 7 |
apt-get update && apt-get -y upgrade apt-get install -y unzip cd /tmp wget --no-check-certificate -O installer.tgz "https://github.com/servisys/ispconfig_setup/tarball/master" tar zxvf installer.tgz cd *ispconfig* bash install.sh |
Source: https://www.howtoforge.com/tutorial/ispconfig-automated-install-script/