Created
July 16, 2013 14:37
-
-
Save nolman/6009317 to your computer and use it in GitHub Desktop.
openresty install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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