Skip to content

Instantly share code, notes, and snippets.

@cliftonlabrum
Last active December 11, 2015 10:59
Show Gist options
  • Save cliftonlabrum/4590797 to your computer and use it in GitHub Desktop.
Save cliftonlabrum/4590797 to your computer and use it in GitHub Desktop.
Install Ruby, Passenger, and Apache on Digital Ocean
--- Install Ruby ---
rvm install ruby-1.9.3-p194
--- Install Passenger ---
gem install passenger
--- Install Apache Dependencies ---
* To install Apache 2:
sudo apt-get install apache2-mpm-prefork
* To install Apache 2 development headers:
sudo apt-get install apache2-prefork-dev
--- Install Apache ---
passenger-install-apache2-module
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment