Skip to content

Instantly share code, notes, and snippets.

@thiago-vieira
Created May 13, 2012 01:07
Show Gist options
  • Save thiago-vieira/2670051 to your computer and use it in GitHub Desktop.
Save thiago-vieira/2670051 to your computer and use it in GitHub Desktop.
Nginx + Passenger on Ubuntu 11.04
# Download and add repository key
wget http://apt.brightbox.net/release.asc -O - | sudo apt-key add -
# Add this line on /etc/apt/source.list
deb http://apt.brightbox.net hardy main
sudo apt-get update
sudo apt-get install nginx-brightbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment