dargoner / tengine-rpm

tengine rpm 生成

Home Page:https://github.com/alibaba/tengine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tengine-rpm

生成 tengine 的安装包, spec 文件从 nginx rpm 源文件获取并修改

configure 参考 Axizdkr

spec 文件为直接修改 Nginx 源 rpm 包

Use:

$ cd /tmp
$ git clone https://github.com/wojiushixiaobai/tengine-rpm.git
$ cd tngine-rpm
# 自行编辑 build_tengine.sh 和 tengine.spec
$ sh build_tengine.sh

Install:

yum localinstall tengine-2.3.2-1.el7.ngx.x86_64.rpm

Uninstall

yum remove tengine

Start

systemctl start nginx

Stop

systemctl stop nginx

Restart

systemctl restart nginx

About

tengine rpm 生成

https://github.com/alibaba/tengine

License:BSD 2-Clause "Simplified" License


Languages

Language:Shell 100.0%