lnmp一键搭建环境

1.用putty链接虚拟机(这样子就可以远程粘贴复制了)

(1)在linux里查看ip

     ifconfig  命令就可以看出来

(2)用putty链接

2.下载screen并安装

  yum install screen

3.安装wget

  yum install wget

4.安装LNMP稳定版(https://lnmp.org/install.html)
wget -c http://soft.vpser.net/lnmp/lnmp1.4.tar.gz && tar zxf lnmp1.4.tar.gz && cd lnmp1.4 && ./install.sh lnmp

 

posted on 2017-09-11 16:41  running-fly  阅读(193)  评论(0编辑  收藏  举报

导航