Skip to content

Instantly share code, notes, and snippets.

View seansan's full-sized avatar

SNH_NL seansan

View GitHub Profile
@seansan
seansan / redis install
Last active December 18, 2015 21:18 — forked from antond/redis install
Install redis, phprdis and collinmollenhours extensions
# 1.CentOS 6.3
# yum install make gcc
cd /opt
wget http://redis.googlecode.com/files/redis-2.6.14.tar.gz
tar zxf redis-2.6.14.tar.gz
cd redis-2.6.14
make
make install