add redis subrepo

This commit is contained in:
Guobao Jiang 2014-03-07 15:32:07 +08:00
parent 89a05b9971
commit ad36b75144
2 changed files with 13 additions and 0 deletions

View File

@ -46,6 +46,9 @@ server and desktop.
11. yum
redhat yum configure
12. redis
install redis and configure proxy
## AUTHOR
Aborn Jiang (aborn.jiang@gmail.com)
@ -61,3 +64,4 @@ Aborn Jiang (aborn.jiang@gmail.com)
* 2014-02-20 v1.0 (add doc and kit and rename as popkit project)
* 2014-03-06 v1.1 (add bs subrepo)
* 2014-03-06 v1.2 (add yum subrepo)
* 2014-03-07 v1.3 (add redis)

9
redis/install.sh Normal file
View File

@ -0,0 +1,9 @@
#!/bin/bash
##################################################################
# install redis and twemproxy
##################################################################
## follow install twemproxy
wget http://twemproxy.googlecode.com/files/nutcracker-0.3.0.tar.gz