I built and maintain an installation script for ISPConfig 3. I have used the control panel for awhile now, and I got tired of having to install everything on my own. I do some theme development there as well so I need to get a system up and down quickly.
The script can be found here:
https://github.com/dclardy64/ISPConfig-3-Debian-Installer
Debian Installation Instructions:
cd /tmp; wget --no-check-certificate -O ISPConfig3.tgz https://github.com/dclardy64/ISPConfig-3-Debian-Installer/tarball/master; tar zxvf ISPConfig3.tgz; cd *Installer*; bash debian_install.sh
If you would like to give it a try, please do. It gets everything up and running for you, and I just added whiptail support in. It makes things pretty easy. If you want to make the control panel look nicer, you can use my theme for that.
It can be found here, https://github.com/dclardy64/ISPConfig_Clean-3.0.5.
Here are some screenshots of the improvements.
The script can be found here:
https://github.com/dclardy64/ISPConfig-3-Debian-Installer
Debian Installation Instructions:
- Run this command:
cd /tmp; wget --no-check-certificate -O ISPConfig3.tgz https://github.com/dclardy64/ISPConfig-3-Debian-Installer/tarball/master; tar zxvf ISPConfig3.tgz; cd *Installer*; bash debian_install.sh
- Answer the onscreen prompts. The script stops so that you can see the appropriate answers.
- Enjoy the completed installation.
- Run this command:
Code:
cd /tmp; wget --no-check-certificate -O ISPConfig3.tgz https://github.com/dclardy64/ISPConfig-3-Debian-Installer/tarball/master; tar zxvf ISPConfig3.tgz; cd *Installer*; bash ubuntu_install.sh
- Answer the onscreen prompts. The script stops so that you can see the appropriate answers.
- Enjoy the completed installation
If you would like to give it a try, please do. It gets everything up and running for you, and I just added whiptail support in. It makes things pretty easy. If you want to make the control panel look nicer, you can use my theme for that.
It can be found here, https://github.com/dclardy64/ISPConfig_Clean-3.0.5.
Here are some screenshots of the improvements.