The oneinstack contains the following combinations:
Lnmp(Linux + nginx+ mysql+ PHP)
lamp(Linux + apache+ mysql+ PHP)
Lnmpa(Linux + nginx+ mysql+ php+ Apache): Nginx handles Static, Apache (mod_php) handles dynamic PHP
LNMT(Linux + nginx+ mysql+ tomcat): Nginx processing Static, Tomcat (JDK) processing Java
lnmh(Linux + nginx+ mysql+ HHVM)
Oneinstack Support System version (includes 32 and 64-bit systems):
Installation process:
Yum-y Install wget
wget http://mirrors.linuxeye.com/oneinstack-full.tar.gz
Tar xzf oneinstack-full.tar.gz
CD Oneinstack
chmod 777 install.sh
./install.sh
Options can be selected according to their own needs
wget http://file.ikee.cc/Linux/jdk-7u80-linux-x64.rpm
RPM-IVH jdk-7u80-linux-x64.rpm
Java-version
This article is from the "high-anti-server sales, bring operation and maintenance" blog, please be sure to keep this source http://kenvik.blog.51cto.com/11000054/1858437
Oneinstack One-touch Php/java installation Tool