lucianoes

Install last stable version nginx ubuntu server lucid

Sep 26th, 2011
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.64 KB | None | 0 0
  1. ##For install nginx new version on Ubuntu Server lucid 10.04, use this repositories:
  2.  
  3. add-apt-repository "deb http://ppa.launchpad.net/nginx/stable/ubuntu lucid main"
  4. add-apt-repository "deb-src http://ppa.launchpad.net/nginx/stable/ubuntu lucid main"
  5.  
  6. #Add the maintainer authentication key, if necessary
  7. gpg --keyserver [name of keyserver] --recv-keys [keyhash]
  8. ##In our example, you would import the maintainer's authentication key as follows:
  9. gpg --keyserver subkeys.pgp.net --recv-keys C300EE8C
  10. ##Then, add the key to Ubuntu's apt trusted keys database with the following command
  11. gpg --export --armor C300EE8C | sudo apt-key add -
Advertisement
Add Comment
Please, Sign In to add comment