AMH 4.2 – 麦葱修改版 简洁说明

目前支持的系统
√ CentOS 6.4 (64bit)
√ CentOS 6.5 (64bit)
√ CentOS 6.6 (64bit)
√ CentOS 7 (64bit)
√ Debian 7 (64bit)
√ Debian 8 (64bit) – mhash 安装出错,但不影响使用
√ Ubuntu 14.04 LTS (64bit)
√ Ubuntu 14.10 (64bit)
√ Ubuntu 15.04 (64bit)

修改的地方
添加 pcre-8.36
添加 zlib-1.2.8
添加 openssl-1.0.2a
添加 gperftools-2.4
添加 ngx_cache_purge-2.3
添加 ngx_pagespeed-1.9.32.3
添加 ngx_http_substitutions_filter_module : (https://github.com/yaoweibin/ngx_http_substitutions_filter_module )
替换 php-5.3.27 为 php-5.6.8
替换 nginx-1.4.7 为 tengine-2.1.0
替换 mysql-5.5.34 为 mysql-5.6.24
更改 mysql 数据保存位置为 /home/mysql_data
修改错误提示页

发布页:http://www.yuxiaoxi.com/2015-01-13-amh-mc.html

如果需要 vim命令

yum -y install vim*

1、安装 wget 和 screen 命令
Centos:

  1. yum install -y wget
    yum install -y screen

Debian/Ubuntu:

  1. apt-get install -y wget
    apt-get install -y screen

2、然后运行安装命令

  1. screen -S installAMH
    cd ~
    rm -rf amh*
    wget https://coding.net/u/maicong/p/AMH-4.2/git/raw/master/amh-mc.sh
    bash amh-mc.sh 2>&1 | tee amh-mc.log

下载地址:

https://github.com/maicong/amh-4.2/archive/master.zip
https://coding.net/u/maicong/p/AMH-4.2/git/archive/master
https://github.com/maicong/amh-4.2
https://coding.net/u/maicong/p/AMH-4.2/git

如果已经安装过,或安装出错后重新安装,请先 Uninstall AMH 4.2
更多模块可在管理面板进行安装。

posted @ 2016-02-01 23:20  onewaa  阅读(889)  评论(0)    收藏  举报