tacone / ISPConfig-3-Debian-Installer

Auto install script for ISPConfig 3 on Debian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ISPConfig 3 Installer

This script will install all of the necessary programs and changes that need to be made to get ISPConfig running successfully. It uses the Perfect Server guide from Falko Timme as the guide. If you would like, you can manually install all of the things needed using the guides that he has provided. I am just trying to streamline the process.

There are some things to note.

  1. I edited your fstab for the Quota installation. I only do this when you select to install Quota. This will not work on OpenVZ containers.
  2. I make no guarantees that this will work for you. It should, but I am not responsible for anything that happens to your system. It should be installed on a clean install. If you choose not to follow these directions, you are responsible for the damage that you have done.

Debian Installation Instructions:

  1. Run this command:
    cd /tmp; wget --no-check-certificate -O ISPConfig3.tgz https://github.com/tacone/ISPConfig-3-Debian-Installer/tarball/master; tar zxvf ISPConfig3.tgz; cd *Installer*; bash debian_install.sh
  1. Answer the onscreen prompts. The script stops so that you can see the appropriate answers.
  2. Enjoy the completed installation.

Ubuntu Installation Instructions:

  1. 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 ubuntu_install.sh
  1. Answer the onscreen prompts. The script stops so that you can see the appropriate answers.
  2. Enjoy the completed installation.

CentOS Installation Instructions:

(Not Currently Working. Adding to this as I have time.)

  1. 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 centos_install.sh
  1. Answer the onscreen prompts. The script stops so that you can see the appropriate answers.
  2. Enjoy the completed installation.

TO DO

  1. See what other options I can add.
  2. Add CentOS Support. (In Progress)

About

Auto install script for ISPConfig 3 on Debian


Languages

Language:Shell 100.0%