Skip to content

Instantly share code, notes, and snippets.

@aaronaddleman
Created January 8, 2015 17:46
Show Gist options
  • Save aaronaddleman/9c6d1ee7c87b3a410bda to your computer and use it in GitHub Desktop.
Save aaronaddleman/9c6d1ee7c87b3a410bda to your computer and use it in GitHub Desktop.
Instructions on how to install Passenger and host Ruby on Rails with either Virtualhost or RailsBaseURI
gem install passenger
port install apache2
export APXS=/opt/local/apache2/bin/apxs
passenger-install-apache2-module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment