Skip to content
lj2007331 edited this page Apr 3, 2015 · 3 revisions

Install from compiled version:

CentOS / Redhat

yum -y install wget screen
wget http://mirrors.linuxeye.com/lnmp.tar.gz
tar xzf lnmp.tar.gz && cd lnmp
chmod +x install.sh
screen -S lnmp
./install.sh

Debian / Ubuntu

apt-get -y install wget screen
wget http://mirrors.linuxeye.com/lnmp.tar.gz
tar xzf lnmp.tar.gz && cd lnmp
chmod +x install.sh  
screen -S lnmp
./install.sh

Install from GitHub dev sources:

CentOS / Redhat

yum -y install wget git screen
git clone https://github.com/lj2007331/lnmp.git
cd lnmp && chmod +x install.sh    
screen -S lnmp
./install.sh

Debian / Ubuntu

apt-get -y install wget git screen
git clone https://github.com/lj2007331/lnmp.git
cd lnmp && chmod +x install.sh    
screen -S lnmp
./install.sh