Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

memcached

dkavanagh edited this page Dec 9, 2014 · 5 revisions

Setting up memcached

  • install package

  • yum install -y memcached
  • copy our default config

  • cp /usr/share/doc/eucaconsole-4.1.0/memcached /etc
  • set service to start automatically

  • chkconfig memcached on
  • start service now

  • service memcached start

This is all that's required for the eucaconsole service to use memcached on a single host. The config provided instructs the memcached service to only accept connections from localhost. If you wish to run multiple eucaconsoles on separate hosts, you should set up a common memcached instance that accepts connections from those hosts.