此 DirectAdmin 开心版 1.44.3 (x86/x64) 自带并默认 Capri 皮肤,默认中文界面。支持CentOS 32bit 64bit
1. 2014-02-15更新至1.44.3 1
2014-01-25更新至 1.43.0 2
2013-12-13发布 1.42.1
怎么安装? 一行命令
1. 国内yum源有时候不稳定,建议先更新下源
1 2 | wget –c http://mtimercms.oss.aliyuncs.com/LNMP-shell/update_source.sh; chmod 755 update_source.sh;./update_source.sh |
2. 执行安装代码 – Chinese version
1 2 | ./da1443.sh 2>&1|tee directadmin_install.log |
备用
wget -c http://directadmin.kuaiyunds.com/directadmin/az/sjr/da1443.sh;chmod 755 da1443.sh;
./da1443.sh 2>&1|tee directadmin_install.log
./da1443.sh 2>&1|tee directadmin_install.log
English version – One line command:
1 2 | wget –c http://directadmin.u.qiniudn.com/da1443-en.sh;chmod 755 da1443-en.sh; ./da1443–en.sh 2>&1|tee directadmin_install.log |
备用
wget -c http://directadmin.kuaiyunds.com/directadmin/az/sjr/da1443-en.sh;chmod 755 da1443.sh;
./da1443.sh 2>&1|tee directadmin_install.log
./da1443.sh 2>&1|tee directadmin_install.log
安装过程中需要填写:
用户ID(Client ID): 随便填
授权ID(License ID): 随便填
主机名: 比如 server.domain.com
安装完成后,最后显示的那段信息,包含了后台登录地址、帐号和密码。
默认皮肤为Capri,界面为 中文,如果要修改可以修改文件:
1 | /usr/local/directadmin/data/users/admin/user.conf |
如果你安装完成后改为使用 Nginx + php-fpm 需要修改文件:
1 | /usr/local/directadmin/data/admin |
将 httpd=ON 改成 nginx=ON
上面两步都需要重启DA:
1 | service directadmin restart |