Home  >  Article  >  Backend Development  >  OneinStack 1.2 发布,一键 PHP/JAVA 安装工具

OneinStack 1.2 发布,一键 PHP/JAVA 安装工具

WBOY
WBOYOriginal
2016-06-20 12:35:55949browse

这个脚本是使用 shell编写,为了快速在生产环境上部署lnmp/lamp/lnmpa/lnmt(Linux、Nginx/Tengine、 MySQL/MariaDB/Percona、PHP、Apache、Tomcat),适用于CentOS 5~7(包括redhat)、Debian 6~8、Ubuntu 12~15的32位和64位。

可根据需求自由组合以下:

  • 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)

V1.2版本更新如下:

  • 参数优化

  • 增加Percona5.7支持(注:5.7版本编译非常系统资源,建议2G内存以上使用)

  • Apache默认工作模式worker

  • 默认php编译增加--enable-intl --with-xsl参数

  • PHP7增加redis、memcached、memcache、imagick、gmagick扩展模块

OneinStack特性:

  • 持续不断更新

  • 源码编译安装,大多数源码是最新stable版,并从官方网址下载

  • 提供多个数据库版本(MySQL-5.7, MySQL-5.6, MySQL-5.5, MariaDB-10.1, MariaDB-10.0, MariaDB-5.5, Percona-5.7,Percona-5.6, Percona-5.5)

  • 提供多个PHP版本(php-5.3, php-5.4, php-5.5,php-5.6,php-7)

  • 提供Nginx、Tengine

  • 提供多个Apache版本(Apache-2.4,Apache-2.2)

  • 提供多个Tomcat版本(Tomcat-8,Tomcat-7)

  • 提供多个JDK版本(JDK-1.8,JDK-1.7,JDK-1.6)

  • 根据自己需求安装PHP缓存加速器,提供ZendOPcache、xcache、apcu、eAccelerator。及php加解密工具ionCube、ZendGuardLoader

  • 根据自己需求安装Pureftpd、phpMyAdmin

  • 根据自己需求安装Memcached、Redis

  • 根据自己需求可使用tcmalloc或者jemalloc优化MySQL、Nginx

  • 提供添加虚拟主机脚本

  • 提供Nginx/Tengine、PHP、Redis、phpMyAdmin升级脚本

  • 提供本地备份和远程备份(服务器之间rsync)脚本

  • 提供CentOS 6、7下HHVM安装

更多信息请访问官网: http://oneinstack.com/

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn