Skip to content

Latest commit

 

History

History
 
 

memcached

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Memcached

A chef recipe for configuring distributed memcached on EY Cloud. This recipe is meant to allow memcached to accept remote connections and add all the servers in your EY Cloud cluster to the /data/<app_name>/shared/config/memcached.yml file.

To make use of this recipe you will also need to add a deploy hook to your application to create a symlink for the memcached configuration. Just add a line like this to your before_migrate.rb hook:

run "ln -nfs #{shared_path}/config/memcached_custom.yml #{release_path}/config/memcached.yml"