DirectAdmin是一款付費的虛擬主機管理軟體,通常簡稱為DA,DA比Cpanel功能上簡單,但是內存佔用也更少些,更重要的是價格也更便宜,一般自己用或者搞合租DA算是很合適的。
安裝前先確保已經購買了DirectAdmin的授權,購買授權後會有Client ID,License ID,也需要在DA官網上或DA銷售商提交你的VPS或伺服器的ip和系統資訊。
1.安裝CentOS的相關元件的指令如下:
yum update -y
yum install gcc-c++ gcc make automake wget flex -y
2.安裝DirectAdmin需要乾淨的系統,所以在裝載之前要卸載掉httpd、php、MySQL。
yum remove httpd* php* mysql* -y
3.下載DirectAdmin安裝腳本文件,執行指令:
wget http://directadmin.com/setup.sh
4.為DirectAdmin安裝腳本檔案新增執行權限,執行指令:
chmod +x setup.sh
5.執行DirectAdmin安裝腳本檔:
./setup.sh
執行DirectAdmin安裝文件,然後在下方填入相關的資訊。其中hostname最好最好使用如:linode.vpser.net 之類的二級域名不要使用頂級域名。
DirectAdmin's setup has a few more things you need to fill:
Please enter your Client ID : //輸入你的Client ID
Please enter your License ID : //輸入你的License ID
Please enter your hostname (server.domain.com) //輸入一個主機名,如:linode.vpser.net
It must be a Fully Qualified Domain Name
Do *not* use a domain you plan on using for the hostname:
eg. don't use domain.com. Use server.domain.com instead.
Do not enter http:// or www
Enter your hostname (FQDN) :
Is this correct? (y,n) : //提示上面是否正確,正確請輸入y
Is eth0 your network adaptor with the license IP? (y,n) : //輸入y
Is xx.xx.xx.xx the IP in your license? (y,n) : //確認IP是否為License上註冊的IP
DirectAdmin will now be installed on: EnterPRise 5
Is this correct? (must match license) (y,n) : //輸入y
You now have 2 options for your apache/php setup.
1: customapache: older, more tested. Includes Apache 1.3, php 4 and frontpage.
2: custombuild 1.1: newer, less tested. Includes any Apache version, php 4, 5, or both in cli and/or suphp. Frontpage not available with Apache 2.x.
Post any issues with custombuild to the forum: http://www.directadmin.com/forum/forumdisplay.php?f=61
Enter your choice (1 或 2): //一般選擇2就行,使用php5
經過這些步驟,DirectAdmin的安裝已經完成了。
安裝完成後會提示:
DirectAdmin的使用者名稱密碼及DirectAdmin的管理後台位址等。
一般基於OpenVZ的VPS需要在使用前開啟/usr/local/directadmin/conf/directadmin.conf這個文件,確認其中的ethernet_dev的值修改為:venet0:0 ,具體已ifconfig 為準。
執行:service directadmin restart 重啟DirectAdmin,用http://IP:2222登入DirectAdmin後台。
文章來源:VPS偵探
原文網址: http://www.vpser.net/manage/centos-directadmin-install-guide.html