add phpRedisAdmin in install-phpredis.sh

This commit is contained in:
Guobao Jiang 2014-03-07 11:02:41 +08:00
parent 90d816842b
commit 89a05b9971
1 changed files with 6 additions and 0 deletions

View File

@ -36,3 +36,9 @@ make install
# exit;
# }
#}
## step 6. install phpRedisAdmin,
## first you show change your directory
git clone https://github.com/ErikDubbelboer/phpRedisAdmin.git
cd phpRedisAdmin
git clone https://github.com/nrk/predis.git vendor