Skip to content

Instantly share code, notes, and snippets.

@kenzo0107
Last active August 29, 2015 14:16
Show Gist options
  • Save kenzo0107/3bd6c98259b71354d105 to your computer and use it in GitHub Desktop.
Save kenzo0107/3bd6c98259b71354d105 to your computer and use it in GitHub Desktop.
su -
Password: (rootのパスワード入力)
# memcached, memcached-develインストール
yum -y install memcached
yum -y install memcached-devel
# php-pecl-memacheインストール
yum -y install php-pecl-memcache
# php.iniに設定追加
echo "extension=memcache.so" >> /etc/php.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment