Sha256: fa54276e2ed1273a5ad0bf28f3901a48751deb77346efe75f01b5a46f8d72158
Contents?: true
Size: 447 Bytes
Versions: 28
Compression:
Stored size: 447 Bytes
Contents
Capistrano::Configuration.instance(true).load do namespace :apache do desc 'Installs apache 2 and development headers to compile passenger' task :install, :roles => :web do puts 'Installing apache 2' try_sudo 'apt-get install apache2 apache2.2-common apache2-mpm-prefork apache2-utils libexpat1 ssl-cert libapr1 libapr1-dev libaprutil1 libmagic1 libpcre3 libpq5 openssl apache2-prefork-dev -y' end end end
Version data entries
28 entries across 28 versions & 3 rubygems