Skip to content

Instantly share code, notes, and snippets.

@willnet
Created January 29, 2012 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save willnet/1701448 to your computer and use it in GitHub Desktop.
Save willnet/1701448 to your computer and use it in GitHub Desktop.
install pssenger and nginx manual on ec2-micro
sudo yum install libcurl-devel
wget http://nginx.org/download/nginx-1.0.11.tar.gz
tar zxvf nginx-1.0.11.tar.gz
sudo /usr/local/bin/gem install passenger
cd /usr/local/lib/ruby/gems/1.9.1/gems/passenger-3.0.11/bin
sudo env PATH=/usr/local/bin:$PATH ./passenger-install-nginx-module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment