洛杉矶MC机房 高速低价18元起

DIYVM

DirectAdmin 安装全记录

提示:如果官网是英文页面,建议使用谷歌浏览器能同步翻译页面。点击下载【谷歌浏览器最新绿色便携版】
注意:部分文章发布时间较长,可能存在未知因素,购买时建议在本站搜索商家名称,先充分了解商家动态。
交流:唯一投稿邮箱:hostvps@88.com。

1、DA授权

2、关闭selinux

使用命令如下:

sed -i “s/^SELINUX=.*/SELINUX=disabled/” /etc/sysconfig/selinux

3、升级

yum update

4、安装必要组建如gcc编译器等

yum -y install gcc gcc-c++ flex make perl unzip bzip2 wget automake autoconf quota libgd.so.2

5、移除多余组件

yum remove httpd php mysql

然后现在才是正式开始

wget http://www.directadmin.com/setup.sh #下载脚本

chmod 755 setup.sh #设定权限

screen ./setup.sh #运行安装脚本

真正的安装开始了。

*** 64-bit OS ***

*****************************************************
*
* Have you run the pre-install commands? CTRL-C if not.
* http://help.directadmin.com/item.php?id=354
*
*****************************************************
Please enter your Client ID : 不许看 输入DA的client ID
Please enter your License ID : 不许看 输入DA的License ID
Please enter your hostname (server.domain.com)
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) : ovh.hezuo.com 输入hostname,随便输入个域名
Client ID: 不许看
License ID: 不许看
Hostname: 不许看
Is this correct? (y,n) : y 核对是否正确,正确则输入y 回车
The following ethernet devices/IPs were found. Please enter the name of the device you wish to use:

bond0
dummy0
eth0 8.8.8.8
ip6tnl0
tunl0

Enter the device name: eth0 输入网卡设备,必须和DA授权上的IP一样的设备
Is 8.8.8.8 the IP in your license? (y,n) : y 再次确认IP是否正确

DirectAdmin will now be installed on: Enterprise 6.4
Is this correct? (must match license) (y,n) : y 再次确认系统是否正确

You now have 4 options for your apache/php setup.

1: customapache: end-of-life software. Apache 1.3, php 4, frontpage. Do not use. No support.
2: custombuild 1.1: end-of-life software. Apache 2.x, php 4, 5, or both in cli and/or suphp. Defaults to php 5.2
3: custombuild 1.2: Production version: Apache 2.x, php 5, 6, or both in cli and/or suphp. Defaults to php 5.3
4: custombuild 2.0 BETA: Apache 2.4, mod_ruid2, php 5.5. Can be set to use php-FPM or fastcgi.

Post any issues with custombuild to the forum: http://forum.directadmin.com/forumdisplay.php?f=61

Enter your choice (1, 2, 3 or 4): 3 从上面四个中挑选一个,阿福挑选的是3号,因为目前来说3号比较稳定 2号已经过时了
You have chosen custombuild 1.2.
–2013-11-26 22:08:03– http://files.directadmin.com/services/custombuild/1.2/custombuild/build
Resolving files.directadmin.com… 69.30.193.202, 216.144.254.90
Connecting to files.directadmin.com|69.30.193.202|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 315255 (308K) [text/plain]
Saving to: “/usr/local/directadmin/custombuild/build”

100%[======================================>] 315,255 1.27M/s in 0.2s

2013-11-26 22:08:03 (1.27 MB/s) – “/usr/local/directadmin/custombuild/build” saved [315255/315255]

Would you like the default settings of apache 2.2 and php 5.3 cli? (y/n): n 问你要不要默认的安装CLI ,鬼才用默认的,各种麻烦搞死你
You have chosen to customize the custombuild options. Please wait while options configurator is downloaded…

Cannot find /usr/local/directadmin/custombuild/options.conf, writing defaults.
Downloading versions.txt…
–2013-11-26 22:08:16– http://files.directadmin.com/services/custombuild/versions.txt
Resolving files.directadmin.com… 216.144.254.90, 69.30.193.202
Connecting to files.directadmin.com|216.144.254.90|:80… connected.
HTTP request sent, awaiting response… 200 OK
Length: 7398 (7.2K) [text/plain]
Saving to: `/usr/local/directadmin/custombuild/versions.txt’

100%[======================================>] 7,398 –.-K/s in 0.05s

2013-11-26 22:08:16 (151 KB/s) – `/usr/local/directadmin/custombuild/versions.txt’ saved [7398/7398]

Would you like to backup the current options.conf? (yes/no): yes 问你是不是要备份配置文件,当然输入yes
Backup created: /usr/local/directadmin/custombuild/options.conf.20131126100826.backup
Would you like to have PHP5 as CLI or CGI? (cli/cgi): cgi 问你CLI还是CGI,当然CGI运行apache 不然很麻烦
Would you like to have ionCube? (yes/no): yes 问你要不要装ionCube,当然要装
Would you like to have Zend Optimizer? (yes/no): yes 问你是不是要装Zend ,当然要装。不过php5.2版本的zend无法呗php5.3版本的zend解密,好痛苦
********
For new DirectAdmin installs, we don’t recommend updating MySQL until after everything is finished
We recommend using ‘no’ here to use the already included precompiled binaries.
You can still update MySQL later.

Would you like to have an ability to update/instal MySQL using CustomBuild? (yes/no): yes 是不是要装Mysql,当然选择是
Which version of MySQL you would like to have? (5.0/5.1/5.5/5.6): 5.5 mysql版本,我选择是5.5
Which version of Apache you would like to have? (1.3/2.0/2.2): 2.2 apache版本我选择的是2.2
Would you like to prevent htaccess files from using Options FollowSymLinks? More secure, but may break scripts. (yes/no): no 取消.htaccess?哦不行!
Would you like to have an ability to update/instal Exim using CustomBuild? (yes/no): yes Exim发邮件用的yes
Would you like to have an ability to install Dovecot? (yes/no): yes yes
Would you like to have an ability to install/update phpMyAdmin using CustomBuild? (yes/no): yes phpmyadmin yes
Would you like to have an ability to install/update SquirrelMail webmail using CustomBuild? (yes/no): yes 邮局,装一个和不装一个样
Would you like to have an ability to install/update RoundCube webmail using CustomBuild? (yes/no): no 余下的三个都是邮局,都no了
Would you like to have an ability to install/update UebiMiau webmail using CustomBuild? (yes/no): no
Would you like to have an ability to install/update Atmail Open webmail using CustomBuild? (yes/no): no
Would you like to search for the fastest download mirror? (y/n):y 最后的安装步骤,直接y等待安装完成了。

About 贝壳

【声明】:本博客不参与任何交易,也非中介,仅记录个人感兴趣的主机测评结果和优惠活动,内容均不作直接、间接、法定、约定的保证。访问本博客请务必遵守有关互联网的相关法律、规定与规则。一旦您访问本博客,即表示您已经知晓并接受了此声明通告。

 收藏 (0) 打赏

您可以选择一种方式赞助本站

支付宝扫一扫赞助

微信钱包扫描赞助

本文链接:贝壳主机网 » DirectAdmin 安装全记录

分享到: 生成海报
香港/美国/国内高速VPS
切换注册

登录

忘记密码 ?

切换登录

注册

我们将发送一封验证邮件至你的邮箱, 请正确填写以完成账号注册和激活