yum -y install wget screen python // For CentOS / RedHat
wget http://mirrors.linuxeye.com/lnmp-full.tar.gz // Contains the source code
tar xzf lnmp-full.tar.gz
cd lnmp // If you need to modify the directory (installation, data storage, Nginx logs), modify options.conf file
screen -S lnmp // if network interruption, you can execute the command `screen -r lnmp` reconnect install Windows
./install.sh // Do not sh install.sh or bash install.sh such execution
./uninstall.sh
然后会提示,让你选择要卸载的这个组件