Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlyonsmith/build-tengine
A build script for Tengine
https://github.com/jlyonsmith/build-tengine
Last synced: 6 days ago
JSON representation
A build script for Tengine
- Host: GitHub
- URL: https://github.com/jlyonsmith/build-tengine
- Owner: jlyonsmith
- License: mit
- Created: 2019-03-30T05:48:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-23T05:48:37.000Z (9 months ago)
- Last Synced: 2024-02-24T02:31:00.562Z (9 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tengine Build Script
This is a Bash script for building [Tengine](http://tengine.taobao.org/). It has been written for and tested on Ubuntu 18.x and 20.x It has the following features:
- No email or other guff
- Non-thread pool
- Forward proxying
- [JEMalloc](http://jemalloc.net/)
- Creates `nginx` user and group
- Creates all temp directories
- Creates a `.service` file for `systemd` integration
- IPv6 support
- HTTP2 support
- No FastCGI supportClone the repo and run `build-tengine.sh`. The script must be run as `sudo` (it will tell you.)
## License
Unless otherwise specified, all code is released under the MIT License (MIT). See the [repository's `LICENSE` file](https://github.com/jlyonsmith/nginx-build/blob/master/LICENSE) for details.