码迷,mamicode.com
首页 > 其他好文 > 详细

LNMP一键安装

时间:2018-05-17 17:24:00      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:lnmp

安装LNMP稳定版

wget -c http://soft.vpser.net/lnmp/lnmp1.4.tar.gz && tar zxf lnmp1.4.tar.gz && cd lnmp1.4 && ./install.sh lnmp

默认安装lnmp可不写,如需要安装LNMPA或LAMP,将./install.sh 后面的参数替换为lnmpa或lamp即可。如需更改网站和数据库目录先修改安装包目录下的 lnmp.conf 文件。

如提示wget: command not found ,使用yum install wget 或 apt-get install wget 命令安装。

相关参考:
https://lnmp.org/install.html

LNMP一键安装

标签:lnmp

原文地址:http://blog.51cto.com/12541359/2117588

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!