Skip to content

Instantly share code, notes, and snippets.

@vidiecan
vidiecan / nginx_build.sh
Last active April 19, 2017 21:41
used kosarko/nginx_build.sh
#!/bin/bash
NGINX_VERSION=1.11.5
HEADERS_MORE_VERSION=0.31
OPENSSL=1.1.0e
AJP_VERSION=bf6cd93f2098b59260de8d494f0f4b1f11a84627
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
pushd $DIR
#!/bin/bash
# https://github.com/ufal/lindat-dspace/wiki/Building-Shibboleth-with-FastCGI-support
# ensure the versions are still latest
sudo apt-get install libfcgi-dev libboost-all-dev openssl libssl-devc
INSTALLDIR=/opt/shibboleth-sp-fastcgi
function get {
local dirname=$1