Mercurial > hg > soundsoftware-site
view deploy/provision.d/010-passenger.sh @ 1619:ae767bbd4cf3 live
Reminder about crontab email
author | Chris Cannam |
---|---|
date | Fri, 23 Feb 2018 10:53:52 +0000 |
parents | 94669513c53c |
children |
line wrap: on
line source
#!/bin/bash set -e # Phusion Passenger as application server. # This gets installed through gem, not apt, and we ask for a specific # version (the last in the 4.0.x line). if [ ! -f /var/lib/gems/2.3.0/gems/passenger-4.0.60/buildout/apache2/mod_passenger.so ]; then gem install passenger -v 4.0.60 --no-rdoc --no-ri passenger-install-apache2-module --languages=ruby fi