Ubuntu 12.04 にmemchached
Oct 24, 2012仕事でZendFrameworkとDoctrineを使うことがあったのですが、Doctrineでmemcachedを使用するので、その際にVagrantのUbuntuにmemcachedをインストールした時のメモです。
実際にやったこと
| 
					 1 2 3 4 5 6 7  | 
						$ sudo apt-get update $ sudo apt-get install php5-memcache $ sudo apt-get install memcached $ sudo apt-get install php-pear $ sudo pecl install memcache	 $ sudo vi /etc/php5/apache2/php.ini extension=memcache.so  | 
					
補足
まったくまっさらなUbuntuであれば、最低限下記のものも追加で必要です。
| 
					 1  | 
						$ sudo apt-get install mysql-server php5-mysql php5 php5-memcache  | 
					
Twitter: 
Warning:  Undefined array key "Twitter" in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/plugins/sns-count-cache/sns-count-cache.php on line 2897
0 | Facebook: 0 | Google Plus: 
Warning:  Undefined array key "Google+" in /home/sazaeau/mizoshiri.com/public_html/blog.mizoshiri.com/wp-content/plugins/sns-count-cache/sns-count-cache.php on line 2897
0			| Hatena: 0 | Pocket: 0 | Total: 0 | Feedly: 0
