1. Log in to the server via X-shell or putty
2. Download LNMP One-click installation package >wget-c http://soft.vpser.net/lnmp/lnmp1.4.tar.gz # Specifically, you can choose which version to install
3. Unzip the installation package >tar ZXVF lnmp1.4.tar.gz
4. Go to Folder >CD lnmp1.4
5. Start the installation of >./install.sh
6. Follow the prompts to select version information for the Php,mysql to be installed, etc.
7. Start installation-wait-end
======================================================
LNMP State Management Basic commands
LNMP State Management:/ROOT/LNMP {start|stop|reload|restart|kill|status}
Nginx State Management:/etc/init.d/nginx {Start|stop|reload|restart}
MySQL State management:/etc/init.d/mysql {start|stop|restart|reload|force-reload|status}
memcached State Management:/etc/init.d/memcached {Start|stop|restart}
PHP-FPM State Management:/etc/init.d/php-fpm {start|stop|quit|restart|reload|logrotate}
PUREFTPD State Management:/etc/init.d/pureftpd {start|stop|restart|kill|status}
PROFTPD State Management:/etc/init.d/proftpd {start|stop|restart|reload}
Firewall state management:/etc/init.d/iptables {Start|stop|restart}
Basic--linux Environment One-click Deployment