OneinStack (LNMP) One-Click Installation Package (Supports PHP7)

Publish: 2015-12-16 | Modify: 2017-06-21

Believe that everyone is familiar with the domestic panel AMH, WDCP, and Junge's LNMP. However, recently I discovered a new one-click installation package called OneinStack, which is very powerful. During the installation, it supports the selection of LAMP, LNMP, LNAMP, and LNMT (tomcat), and most importantly, it supports the installation of PHP7, which is very convenient for those who like to tinker.

This article will not introduce how to install this one-click package, because the official documentation is detailed enough. Please click here to view: lnmp, lamp, lnmpa one-click installation package. The author updates it quickly and provides a Q&A community for users to consult. This article mainly introduces the relevant configuration files and services for ease of use.

Related Configuration Files Apache host configuration file: /usr/local/apache/conf/vhost Nginx host configuration file: /usr/local/nginx/conf/vhost

Related Commands ./vhost.sh - Add host ./vhost.sh del - Delete host ./pureftpd_vhost.sh - Add FTP PHPmyadmin: http://IP/phpMyAdmin/ service nginx {start|stop|status|restart|reload|configtest} service mysqld {start|stop|restart|reload|status} service php-fpm {start|stop|restart|reload|status} service httpd {start|restart|stop} service supervisord {start|stop|status|restart|reload} service pureftpd {start|stop|restart|status} service redis-server {start|stop|status|restart|reload} service memcached {start|stop|status|restart|reload} ./upgrade.sh - Update version ./uninstall.sh - Uninstall Reinstallation: ./uninstall.sh - Please backup data before uninstalling, and we are not responsible for any data loss. ./install.sh - Reinstall

The latest version already supports the installation of PHP7. I tried it on Vultr and clearly felt that the performance of PHP7 has improved multiple times. Testing with WordPress, the speed is also excellent. If you like to tinker, you can try OneinStack.

Author's Blog: Linux运维笔记


Comments