ruby

领取游戏新手卡来http://5433.com

导航

2011年12月8日 #

ubuntu安装启动redis

摘要: 1、下载安装cd /tmpwget http://redis.googlecode.com/files/redis-2.2.13.tar.gztar -zxf redis-2.2.13.tar.gzcd redis-2.2.13makesudo make install这时Redis 的可执行文件被放到了/usr/local/bin2、下载配置文件和init启动脚本:wget https://github.com/ijonas/dotfiles/raw/master/etc/init.d/redis-serverwget https://github.com/ijonas/dotfiles/r 阅读全文

posted @ 2011-12-08 22:10 最初的模样 阅读(28470) 评论(0) 推荐(2) 编辑