Skip to content

Instantly share code, notes, and snippets.

@kathgironpe
Created May 4, 2011 19:51
Show Gist options
  • Save kathgironpe/955892 to your computer and use it in GitHub Desktop.
Save kathgironpe/955892 to your computer and use it in GitHub Desktop.
Memcached (Homebrew)

Katherine-Pes-MacBook-Pro:local katz$ brew install memcached
==> Downloading http://memcached.googlecode.com/files/memcached-1.4.5.tar.gz

  1. 100.0%
    ==> ./configure —prefix=/usr/local/Cellar/memcached/1.4.5
    ==> make install
    ==> Caveats
    You can enable memcached to automatically load on login with:
    mkdir -p ~/Library/LaunchAgents
    cp /usr/local/Cellar/memcached/1.4.5/com.danga.memcached.plist ~/Library/LaunchAgents/
    launchctl load -w ~/Library/LaunchAgents/com.danga.memcached.plist
Or start it manually: /usr/local/bin/memcached Add “-d” to start it as a daemon.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment