Hi !
I need to build kong (from source) with with theses modules:
- GitHub - ip2location/ip2proxy-nginx: A IP2Proxy module for Nginx HTTP server.
- GitHub - ip2location/ip2location-nginx: This is IP2Location Nginx module that enables the user to find the country, region (state), city, latitude, longitude, zip code, time zone, ISP, domain name, connection type, area code, weather, mobile network, elevation, usage type, address type and IAB category by IP address or hostname originates from.
I see a lot of docs such as :
- kong/DEVELOPER.md at master · Kong/kong · GitHub
- GitHub - Kong/kong-build-tools: Build tools to package and release Kong
I succeeded compile kong from source with custom nginx module but I fail on packaging Kong as debian package.
After install and start kong, there is no custom ip2location module on /usr/local/openresty/nginx/sbin/nginx -V
commande.
How can I compile and package Kong from kong-build-tools
repo with these custom module ?
Thank’s