ISPConfig 3 is available for download. This release is a major update and introduces new functions like:
(http://www.howtoforge.com/perfect-se...64-ispconfig-3)
其他平台請參閱:http://www.ispconfig.org/ispconfig-3/documentation/
必要的套件
關閉防火牆及 SELinux
編輯 /etc/hosts
127.0.0.1 localhost.localdomain localhost 192.168.0.100 server1.example.com server1
關閉防火牆及 SELinux
system-config-securitylevel
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY*
編輯 /etc/yum.repos.d/CentOS-Base.repo
[base] [...] exclude=postfix [...] [updates] [...] exclude=postfix [...] [centosplus] [...] enabled=1 includepkgs=postfix [...] [contrib] [...] enabled=1 [...]
更新目前系統
yum update yum groupinstall 'Development Tools' yum groupinstall 'Development Libraries'
yum install quota
編輯 /etc/fstab
/dev/VolGroup00/LogVol00 / ext3 defaults,usrquota,grpquota 1 1 ....
然後執行
touch /aquota.user /aquota.group chmod 600 /aquota.* mount -o remount / quotacheck -avugm quotaon -avug
設定 RPMforge 套件庫
rpm --import http://apt.sw.be/RPM-GPG-KEY.dag.txt wget http://packages.sw.be/rpmforge-release/rpmforge-release-0.5.2-2.el5.rf.i386.rpm rpm -ivh rpmforge-release-0.5.2-2.el5.rf.i386.rpm
開始安裝
yum install ntp httpd mysql-server php php-mysql php-mbstring php-mcrypt phpmyadmin