Advertisement
Guest User

vince source

a guest
May 27th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. sudo apt-get install fakeroot debhelper dpkg-dev autotools-dev libssl-dev libpq5 libpq-dev git
  2.  
  3. sudo git clone https://github.com/agentzh/rds-json-nginx-module.git
  4. sudo git clone https://github.com/FRiCKLE/ngx_postgres.git
  5. sudo git clone http://github.com/calio/form-input-nginx-module.git
  6. sudo git clone https://github.com/simpl/ngx_devel_kit
  7. sudo git clone https://github.com/machinelady/rds-xml-nginx-module
  8.  
  9. sudo ./configure --add-module=module/ngx_postgres \
  10. --add-module=module/rds-json-nginx-module \
  11. --add-module=module/ngx_devel_kit \
  12. --add-module=module/form-input-nginx-module \
  13. --add-module=module/rds-xml-nginx-module
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement