public
Description: Install and configure memcached
Homepage:
Clone URL: git://github.com/railsmachine/moonshine_memcached.git
name age message
file README.rdoc Loading commit data...
directory lib/
directory moonshine/
directory spec/
directory templates/
README.rdoc

Moonshine_Memcached

A plugin for Moonshine

A plugin for installing and managing memcached.

Look through the memcached.conf template to see available options. No client gem is installed unless specified, the default is the version bundled with Rails.

Instructions

  • script/plugin install git://github.com/railsmachine/moonshine_memcached.git
  • Configure settings if needed
      configure(:memcached => {
        :max_memory => '256',
        :client => '1.7.2'
      })
    
  • Include the plugin and recipe(s) in your Moonshine manifest
      plugin :memcached
      recipe :memcached