Skip to content

maicolffsa/ispconfig_Install

 
 

Repository files navigation

En este script se corrige el problema de conexion refusa al servidor de www.ispconfig.org

Version

v.3.0.6

Debian 10 fix for Debian 10

v.3.0.5

Debian 10 changes file path, for root use :

su -

Added support for Debian 10 Buster and php7.3 service changed to systemctl for all service functions (start,stop,restart etc) few other minor changes to accommodate Debian 10

v.3.0.4

This is a system to automate the installation of ISPConfig 3 control Panel ( http://www.ispconfig.org/page/home.html ).

How do I get set up?

Follow one of the above guides to install a fresh copy of a supported Linux distribution.

Run the following command as root user:

  • Debian 7, 8, 9 and 10 and Ubuntu 14.04, 15.10, 16.04, 16.10 and 18.04
cd /tmp; wget -O installer.tgz "https://github.com/maicolffsa/ispconfig_install/tarball/master"; tar zxvf installer.tgz; cd *ispconfig*; bash install.sh
  • Armbian 20.04
cd /tmp; wget -O installer.tgz "https://github.com/maicolffsa/ispconfig_install/tarball/master"; tar zxvf installer.tgz; cd *ispconfig*; bash installArmbian.sh
  • Raspbian 20.04
cd /tmp; wget -O installer.tgz "https://github.com/maicolffsa/ispconfig_install/tarball/master"; tar zxvf installer.tgz; cd *ispconfig*; bash installRaspbian.sh
  • CentOS 7
cd /tmp; sudo yum install wget unzip net-tools; wget -O installer.tgz "https://github.com/maicolffsa/ispconfig_install/tarball/master"; tar zxvf installer.tgz; cd *ispconfig*; sudo install.sh

CentOS 7 is in a very early stage, we got to test a bit, any help will be appreciated. Some features are missing for now, only implemented Apache and Dovecot, no webmail.

If wget fails, try adding the --no-check-certificate parameter.

Follow the instructions on the screen

Who had contributed to this work?

About

ISPConfig autoinstaller and setup

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%