用宝塔软件在linux上自动安装php环境

1、确保是纯净系统

  确保是干净的操作系统,没有安装过其它环境带的Apache/Nginx/php/MySQL,否则安装不上

2、sudo进行安装

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

3、安装完成

用宝塔软件在linux上自动安装php环境_第1张图片

 

  安装成功,然后在你用的win进行启动,远程宝塔软件的ip地址加8888端口号(username: 5wjowegk,password: 92351e35)

 

4、登陆宝塔软件

用宝塔软件在linux上自动安装php环境_第2张图片

 

5、lnmp各种环境的安装

用宝塔软件在linux上自动安装php环境_第3张图片

 

 ps:作为个人笔记,借鉴来源url(https://blog.csdn.net/xudailong_blog/article/details/80387240)

 

转载于:https://www.cnblogs.com/zhengchuzhou/p/9461576.html

你可能感兴趣的:(用宝塔软件在linux上自动安装php环境)