1.安装PHP7.4
sudo apt update -y && upgrade -y
sudo apt install php7.4-common php7.4-zip php7.4-mysql php7.4-fileinfo php7.4-fpm
'./configure' '--prefix=/www/server/php/81' '--with-config-file-path=/www/server/php/81/etc' '--enable-fpm' '--with-fpm-user=www' '--with-fpm-group=www' '--enable-mysqlnd' '--with-mysqli=mysqlnd' '--with-pdo-mysql=mysqlnd' '--with-iconv-dir' '--with-freetype' '--with-jpeg' '--with-zlib' '--with-libxml-dir=/usr' '--enable-xml' '--disable-rpath' '--enable-bcmath' '--enable-shmop' '--enable-sysvsem' '--enable-inline-optimization' '--with-curl' '--enable-mbregex' '--enable-intl' '--enable-ftp' '--enable-gd' '--with-openssl' '--with-mhash' '--enable-pcntl' '--enable-sockets' '--with-xmlrpc' '--enable-soap' '--with-gettext' '--disable-fileinfo' '--enable-opcache' '--with-sodium=/usr/local/libsodium' '--with-webp' '--with-gd' '--with-pdo-mysql' '--enable-mbstring' '--with-zip'
2.安装MySQL5.7
3.安装BT面板,面板内安装Nginx
wget -O install.sh http://io.bt.sy/install/install-ubuntu_6.0.sh && sudo bash install.sh
4.安装btcloud
mkdir btcloud && cd btcloud
wget https://github.com/flucont/btcloud/releases/download/1.8.1/btcloud_1.8.1.zip
unzip btcloud
5.btcloud使用
-
点击右上角设置,在
批量替换工具
中找到需要执行的命令,在终端执行该命令,可将bt安装包、更新包和脚本文件里面的http://www.example.com
批量替换成当前网站的网址。cd /workspaces/btcloud/app/script && sudo chmod +x convert.sh && sudo ./convert.sh /workspaces/btcloud/ https://***
-
点击右上角设置,在
系统基本设置
修改宝塔面板接口设置。在之前安装的宝塔面板中获取API接口,用于获取最新插件列表及插件包。并根据界面提示安装好专用插件。 -
点击右上角设置,在
定时任务设置
中找到需要执行的命令,在终端执行该命令,从宝塔官方获取最新的插件列表并批量下载插件包(增量更新)。当然你也可以去插件列表,一个一个点击下载。 -
访问网站
/download
查看使用此第三方云端的一键安装脚本。
wget -O install.sh https://***/install/install_6.0.sh && bash install.sh
标签:指南,enable,&&,btcloud,--,bt,sh,install,cloud
From: https://www.cnblogs.com/gokoruri/p/17178777.html