This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
README.rdoc | ||
| |
lib/ | ||
| |
moonshine/ | ||
| |
spec/ | ||
| |
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








