编程技术分享平台

网站首页 > 技术教程 正文

Linux 无人值守安装PHP环境(linux安装php命令)

xnh888 2024-10-05 02:57:34 技术教程 19 ℃ 0 评论

系统要求

操作系统:全新系统(支持CentOS、Ubuntu、Debian、Fedora、Deepin),
确保是干净的操作系统,没有安装过其它环境带的Apache/Nginx/php/MySQL
宝塔Linux6.0版本是基于centos7开发的,强烈建议使用centos7.x 系统
内存要求:内存要求最低512MB,推荐768MB以上,纯面板约占系统60MB内存

升级方法

使用 SSH 连接工具,如宝塔远程桌面助手连接到您的 Linux 服务器后,执行以下命令,升级专业版不会对网站环境有任何影响。
6.0升级专业版方法 6.0版本不需要通过脚本升级,请登陆面板》软件管理》立即升级,绑定宝塔账号支付开通升级
5.9升级专业版脚本 wget -O update.sh http://download.bt.cn/install/update_pro.sh && bash update.sh pro

安装方法

使用 SSH 连接工具,如宝塔远程桌面助手连接到您的 Linux 服务器后,根据系统执行相应命令开始安装(大约2分钟完成面板安装):

Centos安装脚本:

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_6.0.sh && sh install.sh

Ubuntu/Deepin安装脚本:

wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && sudo bash install.sh

Debian安装脚本:

wget -O install.sh http://download.bt.cn/install/install-ubuntu_6.0.sh && bash install.sh

Fedora安装脚本:

wget -O install.sh http://download.bt.cn/install/install_6.0.sh && bash install.sh

本文暂时没有评论,来添加一个吧(●'◡'●)

欢迎 发表评论:

最近发表
标签列表