You are here

README.txt in Memcache Status 6

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

Requirements:
 - 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).
Optional:
 - Libraries API - http://drupal.org/project/libraries

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