摘要: 启动mongodb安装环境 CentOS release 5.4mongodb下载: wget http://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.2.0.tgz解压:gzip -d mongodb-linux-x86_64-2.2.0.tgz得到tar文件tar mongodb-linux-x86_64-2.2.0.tar解压之后得到名字很长的文件夹mongodb-linux-x86_64-2.2.0名字太长多麻烦呀,改短的名字吧:mv mongodb-linux-x86_64-2.2.0 mongodb至此,将文件夹mongodb放 阅读全文
posted @ 2012-12-06 22:39 litton 阅读(163) 评论(0) 推荐(0)
摘要: PHP 5.4.8 的安装包有自带的系统服务注册文件的打开编译安装包,换成你自己的路径cd /mydata/soft/php-5.4.8/cp sapi/fpm/init.d.php-fpm /etc/init.d/php-fpmchmod +x /etc/init.d/php-fpmchkconfig --add php-fpmchkconfig --level 2345 php-fpm on详细 请参考http://www.zhouz.me/post/2012-10-24/40041265730 阅读全文
posted @ 2012-12-06 17:20 litton 阅读(196) 评论(0) 推荐(0)