宝塔Linux面板安装教程 |
安装要求: Python版本: 2.6/2.7(安装宝塔时会自动安装) 内存:128M以上,推荐512M以上(纯面板约占系统10M内存) 硬盘:100M以上可用硬盘空间(纯面板约占20M磁盘空间) 系统:CentOS 6.x / 7.x (Ubuntu、Debian、Fedora 请点这里),确保是干净的操作系统,不支持32位系统,没有安装过其它环境带的Apache/Nginx/php/MySQL(已有环境不可安装) 以下主机商必看(开端口教程,不开不能用):腾讯云:https://www.bt.cn/bbs/thread-1229-1-1.html 阿里云:https://www.bt.cn/bbs/thread-2897-1-1.html 华为云:https://www.bt.cn/bbs/thread-3923-1-1.html 宝塔运维提供面板安装服务,原价400元,限时特价178元 Linux面板5.9安装命令:Centos安装命令: yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh afbe41bd Ubuntu/Deepin安装命令: wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && sudo bash install.sh afbe41bd Debian安装命令: wget -O install.sh http://download.bt.cn/install/install-ubuntu.sh && bash install.sh afbe41bd Fedora安装命令: wget -O install.sh http://download.bt.cn/install/install.sh && bash install.sh afbe41bd 更新命令(仅限3.x以上版本使用!不支持2.X面板!):wget -O update.sh http://download.bt.cn/install/update.sh && sh update.sh 若点击更新后没生效,请尝试重启面板服务: service bt restart
|