-
Notifications
You must be signed in to change notification settings - Fork 764
Installation
lj2007331 edited this page Apr 3, 2015
·
3 revisions
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
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
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
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