Skip to content

Instantly share code, notes, and snippets.

@danielevans
Created October 23, 2013 04:41
Show Gist options
  • Save danielevans/7112710 to your computer and use it in GitHub Desktop.
Save danielevans/7112710 to your computer and use it in GitHub Desktop.
mkdir tmp_ps_inst
cd tmp_ps_inst
echo "source 'https://rubygems.org'\ngem 'passenger', git: '[email protected]:phusion/passenger.git'" > Gemfile
bundle install
bundle exec passenger-install-apache2-module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment