Comments on Script For Automatically Setting Up A Perfect Server On OpenSUSE 11.3 And Installing ISPConfig 3
Script For Automatically Setting Up A Perfect Server On OpenSUSE 11.3 And Installing ISPConfig 3 Here's a little script that automates the task of setting up a Perfect Server - OpenSUSE 11.3 x86_64 [ISPConfig 3], and in the end it also installs ISPConfig 3.
3 Comment(s)
Comments
The perfect server based on OpenSuSE 11.3 tutorial does not use mydns (it used for 11.2), but bind. This script, however, still uses mydns.
It's fine anyway, but I think it's worth noting that.
I have corrected the script, so that now it uses bind and dovecot, instead of mydns and courier.
easy to get the new versie of ispconfig
#versie nubberr off ispconfig !!!!
versie_isp=3.0.5.3
PAM_MYSQL_TARGZ=http://heanet.dl.sourceforge.net/sourceforge/pam-mysql/pam_mysql-0.7RC1.tar.gz
SUPHP_RPM=http://download.opensuse.org/repositories/server:/php/SLE_11/i586/suphp-0.7.1-5.24.i586.rpm
AWSTATS_RPM=http://download.opensuse.org/repositories/network:/utilities/SLE_11/noarch/awstats-7.1.1-3.1.noarch.rpm
SQUIRRELMAIL_RPM=http://download.opensuse.org/repositories/server:/php:/applications/openSUSE_11.3/noarch/squirrelmail-1.4.20-1.1.noarch.rpm
JAILKIT_TARGZ=http://download.opensuse.org/repositories/security/openSUSE_12.3/i586/jailkit-2.13-1.3.i586.rpm
PHPMYADMIN_RPM=http://download.opensuse.org/repositories/server:/php:/applications/SLE_11/noarch/phpMyAdmin-4.0.8-80.1.noarch.rpm
VLOGGER_TARGZ=http://n0rp.chemlab.org/vlogger/vlogger-1.3.tar.gz
RDIFF_BACKUP_TARGZ=http://savannah.nongnu.org/download/rdiff-backup/rdiff-backup-1.3.3.tar.gz
EACCELERATOR_TARGZ=https://github.com/eaccelerator/eaccelerator/downloads/eaccelerator-0.9.6.1.tar.bz2
#EACCELERATOR_TARGZ=http://www.debiantutorials.com/static/eaccelerator-0.9.6.1.tar.bz2
ISPCONFIG_TAR_GZ=http://downloads.sourceforge.net/ispconfig/ISPConfig-$versie_isp.tar.gz?use_mirror=
MY_FULLHOSTNAME=$MY_HOSTNAME.$MY_DOMAIN
Also have the good downloads for the install files.