This script installs a complete webserver including ISPConfig 3.x, apache2, MariaDB, Dovecot and Horde Webmail on a fresh setup of Debian 8 minimal. It is intended for experts and courageous beginners. It is easy to read, easy adjustable and is based on howtoforges "The Perfect Server - Debian 8 Jessie (Apache2, BIND, Dovecot, ISPConfig 3)" by Till Brehm.
Installation:
- Setup your Server with Debian 8 Jessie minimal.
- run following commands as root
- rm /bin/sh
- cd /bin
- ln -s bash sh
- cd
- wget https://github.com/lucatze/ISPConfig-Horde-Debian8-Installer/archive/master.zip
- apt-get install -y unzip
- unzip master.zip
- cd ISPConfig-Horde-Debian8-Installer-master
- sh install.sh
Alternatively, copy and run this entire string:
rm /bin/sh && cd /bin && ln -s bash sh && cd && wget https://github.com/lucatze/ISPConfig-Horde-Debian8-Installer/archive/master.zip && apt-get -y install unzip && unzip master.zip && cd ISPConfig-Horde-Debian8-Installer-master && sh install.sh