Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aldor007/ngx_compile_script
Nginx compile script
https://github.com/aldor007/ngx_compile_script
docker nginx python shell
Last synced: about 1 month ago
JSON representation
Nginx compile script
- Host: GitHub
- URL: https://github.com/aldor007/ngx_compile_script
- Owner: aldor007
- License: gpl-2.0
- Created: 2015-04-01T20:22:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T22:16:44.000Z (over 5 years ago)
- Last Synced: 2024-10-28T13:20:52.344Z (3 months ago)
- Topics: docker, nginx, python, shell
- Language: Vim script
- Homepage:
- Size: 129 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ngx_compile_script
Python script for compile nginx
## Usage
```
python compile.py
```
The Script compile nginx in directory /tmp/nginx/nginx-VERSION
## Configuration
Everything is in file modules.yml (nginx version, list of modules, flags to compile nginx)## Create debian package
### Requirements
You need to have installed fpm
```
apt-get install ruby-dev gem
gem install fpm
```
### Usage
```
./debpackage.sh SOURCE_DIR VERSION
```
# Docker
Built using docker
```
make build
# result will be stored in result dir
``