servisys / ispconfig_setup

ISPConfig autoinstaller and setup
GNU General Public License v3.0
506 stars 257 forks source link

Multiserver setup #342

Closed raphawa closed 3 years ago

raphawa commented 3 years ago

Hello How do you have any tutorial on how to setup multiserver using the script?

andiweidl commented 3 years ago

Hi raphawa, i take this script to make multiserver setup on debian 10. i change in the "install.sh" this lines


if [ "$DISTRO" == "debian10" ]; then while [[ ! "$CFG_ISPCVERSION" =~ $RE ]] do CFG_ISPCVERSION=$(whiptail --title "ISPConfig Version" --backtitle "$WT_BACKTITLE" --nocancel --radiolist "Select ISPConfig Version you want to install" 10 50 2 "Stable" "(default)" ON "Beta" "" OFF 3>&1 1>&2 2>&3) done fi

if [ "$DISTRO" == "debian10" ]; then while [[ ! "$CFG_MULTISERVER" =~ $RE ]] do CFG_MULTISERVER=$(whiptail --title "MULTISERVER SETUP" --backtitle "$WT_BACKTITLE" --nocancel --radiolist "Would you like to install ISPConfig in a MultiServer Setup?" 10 50 2 "no" "(default)" ON "yes" "" OFF 3>&1 1>&2 2>&3) done


than i change in the file distros/debian10/install-basephp.sh this line


from apt_install php-cli php-mysql php-mcrypt mcrypt php-mbstring to apt_install php-cli php-mysql php-curl mcrypt php-mbstring


Than i installed ISPconfig in EXPERT Mode an type all Settings Manually

Best Regards from Austria

servisys commented 3 years ago

I think this is not a good idea :)