Advertisement
Guest User

Untitled

a guest
Jan 27th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.34 KB | None | 0 0
  1. apt-get update
  2.  
  3. apt-get install libreadline-dev libncurses5-dev libpcre3-dev \
  4.     libssl-dev perl make build-essential lua5.1 luarocks git
  5.  
  6. mkdir /web
  7.  
  8. cd /web
  9.  
  10. wget https://openresty.org/download/ngx_openresty-1.9.7.2.tar.gz
  11.  
  12. tar xvf ngx_openresty-*
  13.  
  14. cd ngx_openresty-*
  15.  
  16. ./configure
  17.  
  18. make
  19.  
  20. make install
  21.  
  22. luarocks install lapis
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement