You are here

README.txt in Memcache Status 8

Same filename and directory in other branches
  1. 6 README.txt
  2. 7 README.txt
Memcache Status
==========

Requirements:
 - Libraries API - http://drupal.org/project/libraries
 - memcache.php - This third-party file is required for APC Status. It may
   already be present on your computer (e.g. in /usr/share/doc/php-apc) or may
   be extracted from the Memcache source (http://pecl.php.net/package/memcache).

Installation:
 - Create a directory named "memcache" somewhere Libraries API can find it,
   e.g. sites/all/libraries/memcache.
 - Rename memcache.php to memcache.php.inc and place it in the memcache
   directory.

   For example:
       $ mkdir -p sites/all/libraries/memcache
       $ cd sites/all/libraries/memcache
       $ curl http://svn.php.net/viewvc/pecl/memcache/trunk/memcache.php?view=co \
              > memcache.php.inc

 - You will also want to remove the $MEMCACHE_SERVERS variable in your 
   memcache.php.inc file. This module will pull this information from your
   configuration settings.

Usage:
 - Log in to your Drupal site as an administrator and visit
   admin/reports/status/memcache.

File

README.txt
View source
  1. Memcache Status
  2. ==========
  3. Requirements:
  4. - Libraries API - http://drupal.org/project/libraries
  5. - memcache.php - This third-party file is required for APC Status. It may
  6. already be present on your computer (e.g. in /usr/share/doc/php-apc) or may
  7. be extracted from the Memcache source (http://pecl.php.net/package/memcache).
  8. Installation:
  9. - Create a directory named "memcache" somewhere Libraries API can find it,
  10. e.g. sites/all/libraries/memcache.
  11. - Rename memcache.php to memcache.php.inc and place it in the memcache
  12. directory.
  13. For example:
  14. $ mkdir -p sites/all/libraries/memcache
  15. $ cd sites/all/libraries/memcache
  16. $ curl http://svn.php.net/viewvc/pecl/memcache/trunk/memcache.php?view=co \
  17. > memcache.php.inc
  18. - You will also want to remove the $MEMCACHE_SERVERS variable in your
  19. memcache.php.inc file. This module will pull this information from your
  20. configuration settings.
  21. Usage:
  22. - Log in to your Drupal site as an administrator and visit
  23. admin/reports/status/memcache.