You are here

README.txt in Memcache Status 7

Same filename and directory in other branches
  1. 8 README.txt
  2. 6 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, the best location is
   sites/all/libraries/memcache; This may optionally be controlled using the
   Libraries API module.
 - 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, the best location is
  11. sites/all/libraries/memcache; This may optionally be controlled using the
  12. Libraries API module.
  13. - Rename memcache.php to memcache.php.inc and place it in the memcache
  14. directory.
  15. For example:
  16. $ mkdir -p sites/all/libraries/memcache
  17. $ cd sites/all/libraries/memcache
  18. $ curl http://svn.php.net/viewvc/pecl/memcache/trunk/memcache.php?view=co \
  19. > memcache.php.inc
  20. - You will also want to remove the $MEMCACHE_SERVERS variable in your
  21. memcache.php.inc file. This module will pull this information from your
  22. configuration settings.
  23. Usage:
  24. - Log in to your Drupal site as an administrator and visit
  25. admin/reports/status/memcache.