Sha256: a9cf1b37530733cb01d3e6da058820f887ece9aa091ce25704d1d96940705be1
Contents?: true
Size: 526 Bytes
Versions: 12
Compression:
Stored size: 526 Bytes
Contents
Capistrano::Configuration.instance(true).load do # =============================================================== # SERVER MANAGEMENT # =============================================================== namespace :memcache do desc 'Installs memcache and the ruby gem' task :install, :roles => :app do puts 'Installing memcache' try_sudo 'apt-get install memcached' try_sudo "#{base_ruby_path}/bin/gem install memcache-client --no-ri --no-rdoc" memcache.start end end end
Version data entries
12 entries across 12 versions & 1 rubygems