前段时间九妹就推荐过,只是现在自己基本用的是amh4.2,一直没好好试过,觉得功能还是挺强大的。
OneinStack包含以下组合:
lnmp(Linux + Nginx+ MySQL+ PHP)
lamp(Linux + Apache+ MySQL+ PHP)
lnmpa(Linux + Nginx+ MySQL+ PHP+ Apache):Nginx处理静态,Apache(mod_php)处理动态PHP
lnmt(Linux + Nginx+ MySQL+ Tomcat):Nginx处理静态,Tomcat(JDK)处理JAVA
lnmh(Linux + Nginx+ MySQL+ HHVM)
OneinStack支持系统版本(包含32和64位系统):CentOS 5~7(包括redhat),Debian 6~8,Ubuntu 12~16,Aliyun Linux 5.7、15.1
redhat系 安装:
yum -y install wget screen python #for CentOS/Redhat wget http://aliyun-oss.linuxeye.com/oneinstack-full.tar.gz #阿里云用户下载 wget http://mirrors.linuxeye.com/oneinstack-full.tar.gz #包含源码,国内外均可下载 wget http://mirrors.linuxeye.com/oneinstack.tar.gz #不包含源码,建议仅国外主机下载 tar xzf oneinstack-full.tar.gz cd oneinstack ./install.sh
debian/Ubuntu 安装:
apt-get -y install wget screen python #for Debian/Ubuntu wget http://aliyun-oss.linuxeye.com/oneinstack-full.tar.gz #阿里云用户下载 wget http://mirrors.linuxeye.com/oneinstack-full.tar.gz #包含源码,国内外均可下载 wget http://mirrors.linuxeye.com/oneinstack.tar.gz #不包含源码,建议仅国外主机下载 tar xzf oneinstack-full.tar.gz cd oneinstack screen -S oneinstack ./install.sh
使用管理详见官网:https://oneinstack.com/install/
昨天晚上我也看到这个,正想去试试的