官方:https://lnmp.org/install.html
yum install screen 或 apt-get install screen 安装
screen -S lnmp #防止 putty等连接工具断开
wget http://soft2.vpser.net/lnmp/lnmp1.4-full.tar.gz && tar zxvf lnmp1.4-full.tar.gz
1. 安装 ngin+mysql+php
~/lnmp1.4-full/install.sh
选择选择 mysql,php 对应的版本,等待安装完成
如果网络掉线,可以重新连接,再执行 screen -r lnmp 就会看到你的lnmp安装进程。
2.安装redis
~/lnmp1.4-full/addons.sh
1: eAccelerator
2: XCache
3: Memcached
4: opcache
5: Redis
6: apcu
选择 5 等待安装完成。