Created
October 23, 2013 04:41
-
-
Save danielevans/7112710 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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