Created
March 27, 2012 21:25
-
-
Save johnl/2220426 to your computer and use it in GitHub Desktop.
Commands to install the Brightbox nginx passenger packages on Ubuntu
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-add-repository ppa:brightbox/passenger-nginx-testing | |
sudo apt-get update | |
sudo apt-get install nginx-full | |
# please report your results at http://forum.brightbox.com/ or to [email protected] Thanks! | |
# http://brightbox.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment