Memcached
From Wikitech
(Difference between revisions)
m |
m |
||
| Line 1: | Line 1: | ||
Install a memcached server with | Install a memcached server with | ||
| − | + | cd /home/wikipedia/src/memcache/ | |
| + | rpm -i libevent-1.1a-1.fc3.rf.x86_64.rpm memcached-1.1.12-1.fc3.rf.x86_64.rpm | ||
| + | cp sysconfig-memcached /etc/sysconfig/memcached | ||
| + | chkconfig memcached on | ||
| + | service memcached start | ||
Client configuration is in <tt>/home/wikipedia/common/php/mc-pmtpa.php</tt> | Client configuration is in <tt>/home/wikipedia/common/php/mc-pmtpa.php</tt> | ||
Revision as of 18:27, 6 January 2007
Install a memcached server with
cd /home/wikipedia/src/memcache/ rpm -i libevent-1.1a-1.fc3.rf.x86_64.rpm memcached-1.1.12-1.fc3.rf.x86_64.rpm cp sysconfig-memcached /etc/sysconfig/memcached chkconfig memcached on service memcached start
Client configuration is in /home/wikipedia/common/php/mc-pmtpa.php