https://github.com/chemiker/build-nginx
A shell script to fetch and build the nginx source code
https://github.com/chemiker/build-nginx
build-tool builder nginx shell
Last synced: 18 days ago
JSON representation
A shell script to fetch and build the nginx source code
- Host: GitHub
- URL: https://github.com/chemiker/build-nginx
- Owner: chemiker
- License: unlicense
- Created: 2020-08-13T15:21:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-18T16:47:27.000Z (over 5 years ago)
- Last Synced: 2025-02-25T02:36:41.441Z (over 1 year ago)
- Topics: build-tool, builder, nginx, shell
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# build-nginx
A shell script to fetch and build nginx form the source.
**⚠️ Please note that this software does not feature any significant security measures, checksum checks etc. Use it with great care! ⚠️**
# Requirements
* curl
* bash
* clang or gcc
* tar
# Installation & Usage
1. Download or clone this repository
2. Adjust the configuration parameters in `build.sh` to your needs
3. Run `sh build.sh`
# License
This software is released under the "The Unlicense" license and thus released into the public domain.