Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
``