yano3 / ngx_mruby-module-builder

Build ngx_mruby dynamic module for CentOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ngx_mruby-module-builder

Build Module CI

Build ngx_mruby dynamic module for CentOS.

Usage

Just execute make.

$ make

And, ngx_mruby (ngx_http_mruby_module.so) and depended NDK (ndk_http_module.so) module files are created in your local dist directory.

$ ls ./dist
ndk_http_module.so              ngx_http_mruby_module.so

Specify version

You can specify versions of nginx and ngx_mruby with make arguments.

$ make NGINX_VERSION:=1.23.1 NGX_MRUBY_VERSION:=2.2.5

Customize build_config.rb

If you want to adjust build configuration, you can edit build_config.rb. This file is used instead of build_config.rb bundled with ngx_mruby on build.

About

Build ngx_mruby dynamic module for CentOS.

License:MIT License


Languages

Language:Ruby 43.7%Language:Dockerfile 38.9%Language:Makefile 17.4%