Build TENGINE latest on debin/ubuntu script

#!/usr/bin/env bash # names of latest versions of each package export NGINX_VERSION=1.13.5 export TENGINE_VERSION=2.2.0 export VERSION_PCRE=pcre-8.41 export VERSION_LIBRESSL=libressl-2.6.1 export VERSION_NGINX=nginx-$NGINX_VERSION export VERSION_TENGINE=tengine-$TENGINE_VERSION #export NPS_VERSION=1.9.32.10 #export VERSION_PAGESPEED=v${NPS_VERSION}-beta # URLs to the source directories export SOURCE_LIBRESSL=http://ftp.openbsd.org/pub/OpenBSD/LibreSSL/ export SOURCE_PCRE=https://ftp.pcre.org/pub/pcre/ export SOURCE_NGINX=http://nginx.org/download/ export SOURCE_TENGINE=http://tengine.taobao.org/download/ #export SOURCE_RTMP=https://github.com/arut/nginx-rtmp-module.git #export SOURCE_PAGESPEED=https://github.com/pagespeed/ngx_pagespeed/archive/ # clean out any files from previous runs of this script […]

Читать дальше… from Build TENGINE latest on debin/ubuntu script