Skip to content

Instantly share code, notes, and snippets.

@nolman
Created July 16, 2013 14:37
Show Gist options
  • Save nolman/6009317 to your computer and use it in GitHub Desktop.
Save nolman/6009317 to your computer and use it in GitHub Desktop.
openresty install
wget http://openresty.org/download/ngx_openresty-1.2.8.6.tar.gz
tar xzvf ngx_openresty-1.2.8.6.tar.gz
cd ngx_openresty-1.2.8.6
sudo apt-get install -y libreadline-dev libncurses5-dev libpcre3-dev libssl-dev perl make
make
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment