欢迎来到云服务器

Directadmin Linux面板

setup.sh:从命令行运行DirectAdmin

由于许多人需要频繁安装DA,他们可能会有一套他们想要使用的常用选项,并自动执行此过程。 setup.sh确实允许这样做。
 
几个变量,你可能需要:

Client ID:
License ID:
Hostname:
IP:
Ethernet Device:
Options.conf URL:
CustomBuild version:


对setup.sh的示例调用是首先指定CustomBuild版本,然后将所有参数传递给setup.sh,例如:

cd /root
echo 2.0 > /root/.custombuild
wget -O setup.sh http://www.directadmin.com/setup.sh
chmod 755 setup.sh
./setup.sh 1234 56789 server.host.com eth0 1.2.3.4


如果您不想使用custombuild的默认设置,请在运行setup.sh之前根据需要设置options.conf。
假设你有自定义的options.conf存储在某个URL中,那么你可以在setup.sh运行之前执行此操作:

mkdir -p /usr/local/directadmin/custombuild
wget -O /usr/local/directadmin/custombuild/options.conf http://yourdomain.com/options.conf

这样,当setup.sh运行custombuild时,它将使用您的设置,不做任何更改。
 
相关线程。

 
腾讯云代理

Copyright © 2003-2021 MFISP.COM. 国外vps服务器租用 梦飞云服务器租用 版权所有 粤ICP备11019662号