Skip to content

Instantly share code, notes, and snippets.

@speier
Last active December 19, 2015 14:59
Show Gist options
  • Save speier/5973359 to your computer and use it in GitHub Desktop.
Save speier/5973359 to your computer and use it in GitHub Desktop.
install lastest stable nginx package on ubuntu raring
1. wget http://nginx.org/keys/nginx_signing.key
2. apt-key add nginx_signing.key
3. nano /etc/apt/sources.list
paste `deb http://nginx.org/packages/ubuntu/ raring nginx`
paste `deb-src http://nginx.org/packages/ubuntu/ raring nginx`
4. apt-get update
5. apt-get install nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment