2012年11月18日

install redis on linux

摘要: #! /bin/bashcd /usr/local/srcwget http://redis.googlecode.com/files/redis-2.6.4.tar.gztar -xvf redis-2.6.4.tar.gzcd redis-2.6.4make && make installif [ -d /usr/local/redis ];then echo 'already installed, remove the redis first'else mkdir /usr/local/redis mkdir /usr/local/redis/etc mk 阅读全文

posted @ 2012-11-18 23:14 jmbkeyes 阅读(255) 评论(0) 推荐(0)

Install apache in linux(ubuntu or redhat/centos)

摘要: #! /bin/bashcd /usr/local/src#yum install -y gcc make gcc-c++ wget pcre* apt-get install build-essential#download fileswget http://mirror.bit.edu.cn/apache/apr/apr-1.4.6.tar.gzwget http://mirror.bit.edu.cn/apache/apr/apr-util-1.5.1.tar.gzwget http://mirror.bit.edu.cn/apache/apr/apr-iconv-1.2.1.tar.g 阅读全文

posted @ 2012-11-18 20:47 jmbkeyes 阅读(279) 评论(0) 推荐(0)

导航