LNMP一键安装
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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一键安装的主要内容,如果未能解决你的问题,请参考以下文章