All Projects → denji → homebrew-tengine

denji / homebrew-tengine

Licence: MIT license
Tengine is a web server originated by Taobao, the largest e-commerce website in Asia. It is based on the Nginx HTTP server and has many advanced features.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to homebrew-tengine

Mac Setup Script
script to setup my mac
Stars: ✭ 123 (+778.57%)
Mutual labels:  brew
emojify-service
Convert your boring texts to nice emoji filled text on macOS!
Stars: ✭ 20 (+42.86%)
Mutual labels:  brew
dotfiles
Configuration files for my setup
Stars: ✭ 24 (+71.43%)
Mutual labels:  brew
Txeh
Go library and CLI utilty for /etc/hosts management.
Stars: ✭ 181 (+1192.86%)
Mutual labels:  brew
Iterm Fish Fisher Osx
Complete guide and Bash script to install Command Line Tools + Homebrew + iTerm2 + Fish Shell + Fisher + Plugins for development purposes
Stars: ✭ 249 (+1678.57%)
Mutual labels:  brew
dotfiles
Zero friction mac and linux bootstrap
Stars: ✭ 15 (+7.14%)
Mutual labels:  brew
Setup
Make your Mac Aerowesome
Stars: ✭ 117 (+735.71%)
Mutual labels:  brew
webi-installers
Primary and community-submitted packages for webinstall.dev
Stars: ✭ 421 (+2907.14%)
Mutual labels:  brew
tengine
tengine docker image
Stars: ✭ 45 (+221.43%)
Mutual labels:  tengine
dotfiles
NeoVim + git + zsh + tmux bliss
Stars: ✭ 19 (+35.71%)
Mutual labels:  brew
Fast Ide
🕺Fast Integrated Development Environment 😻
Stars: ✭ 181 (+1192.86%)
Mutual labels:  brew
Brew
🍺🐧 The Homebrew package manager for Linux
Stars: ✭ 2,600 (+18471.43%)
Mutual labels:  brew
macstrap
Set up your macOS from scratch.
Stars: ✭ 16 (+14.29%)
Mutual labels:  brew
Aliddns
aliyun ddns for golang【阿里云DDNS服务,用来将自己的动态IP同步到自己的域名解析服务器,安装方便,配置简单,默认支持Linux和MacOS以后台服务方式持续运行】
Stars: ✭ 136 (+871.43%)
Mutual labels:  brew
homebrew-tap
Official Homebrew tap for Phalcon PHP Framework (brew install phalcon)
Stars: ✭ 14 (+0%)
Mutual labels:  brew
Kymsu
Keep Your macOs Stuff Updated (KYMSU)
Stars: ✭ 119 (+750%)
Mutual labels:  brew
.config
⚙️ Bootstrappable user environment for macOS & Ubuntu
Stars: ✭ 31 (+121.43%)
Mutual labels:  brew
ibrew
🍻Interactive CLI for Homebrew – the missing package manager for macOS.
Stars: ✭ 33 (+135.71%)
Mutual labels:  brew
puppet-homebrew
homebrew (+brewcask! +taps!) package installer and provider
Stars: ✭ 17 (+21.43%)
Mutual labels:  brew
rubydoc.brew.sh
📖 An online Ruby documentation browser for Homebrew/brew
Stars: ✭ 13 (-7.14%)
Mutual labels:  brew

Tengine Homebrew Tap

Tengine has full compatibility with nginx-1.4.x, but it also has support for Dynamic Module Loading Support (DSO) to compile it using dso_tools.

Default tengine is limited to 256 loadable shared modules.

Installation

Then, run the following in your command-line:

brew tap denji/tengine

Usage

Note: For a list of available configuration options run:

brew options tengine
brew info tengine

Once the tap is installed, you can install tengine with optional additional functionality and modules.

brew install tengine --with-spdy
brew install tengine-upload-module

What about conflicts?

You are free to install this version alongside a current install of Nginx from Homebrew/homebrew if you wish. However, they cannot be linked at the same time. To switch between them use brew's built in linking system. The configuration files are moved from the folder etc/nginx etc/tengine.

brew unlink nginx
brew unlink nginx-full
brew link tengine
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].