Created
October 27, 2014 17:05
-
-
Save ChengLong/b2b434ff4214ee2144f4 to your computer and use it in GitHub Desktop.
Install Passenger with Apache 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 gem install passenger | |
# install dependencies | |
sudo apt-get install -y libcurl4-openssl-dev apache2 apache2-prefork-dev libapr1-dev libaprutil1-dev | |
# follow instructions | |
sudo passenger-install-apache2-module |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment