Skip to content

Commit

Permalink
add memached install note on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuz committed Jan 12, 2013
1 parent 60cacd5 commit 8dee549
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions en/chapter15.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ fast interface for adding, retrieving and deleting arbitrary data in the cache.
All data is stored directly in memory, so there's no overhead of database or
filesystem usage.

Installing the daemon on Ubuntu/Debian systems:

sudo apt-get install memcached

After installing Memcached itself, you'll need to install the Memcached Python
bindings, which are not bundled with Django directly. Two versions of this are
available. Choose and install *one* of the following modules:
Expand Down

0 comments on commit 8dee549

Please sign in to comment.