DirectAdmin只支持安裝Unix/linux/freebsd等操作系統。
對於WindowsXP/2000/2003/2008等系統不支持!!!
1. 安裝gcc, gcc-c++
yum install gcc gcc-c++
2. 之後開始安裝DirectAdmin了
1)用root帳號登錄系統,
2)改setup.sh屬性,
chmod 755 setup.sh
3)運行程序
./setup.sh
如果不出意外, 到最後你會看到
The following information has been set:
Admin username: admin
Admin password: ********
Admin email: admin@hostname
Server IP: xxx.xxx.xxx.xxx
Server Hostname: your.own.host.name
To login now, follow this link:http://serverIP:2222
把這些信息記住就可以了. 之後記得更改密碼哦!