摘要: Redmine是用Ruby开发的基于web的项目管理软件,所以先要下载安装Ruby,再下载对 Ruby组件进行打包的 Ruby 打包系统RubyGems。第一步:下载必要的软件 1、依赖包安装 # yum -y install zlib-devel curl-devel openssl-dev... 阅读全文
posted @ 2014-08-27 23:03 lbw 阅读(977) 评论(0) 推荐(0)
摘要: 从VirtualBox的"管理"菜单下,选择"导出虚拟电脑",存一个备份。用时,再从"管理"菜单下,选择"导入虚拟电脑",但无法上网。解决办法: 一、修改配置文件 vi /etc/udev/rules.d/70-persistent-net.rules 注释掉eth0的相关设置 更改eth1为eth0 二、更改网卡MAC地址 vi /etc/sysconfig/network-... 阅读全文
posted @ 2014-08-21 13:14 lbw 阅读(314) 评论(0) 推荐(0)
摘要: 一、下载安装所必需的依赖包1、因为高版本mysql都用cmake安装,所以下载cmakewgethttp://www.cmake.org/files/v3.0/cmake-3.0.1.tar.gztar zxvfcmake-3.0.1.tar.gzcd cmake-3.0.1./configurem... 阅读全文
posted @ 2014-08-15 19:10 lbw 阅读(2604) 评论(0) 推荐(0)
摘要: 一、安装必要软件 负载均衡服务器:IP设置为192.168.1.10 Web服务器1:安装Apache或者Nginx,IP设置为192.168.1.11; Web服务器2:安装Apache或者Nginx,IP设置为192.168.1.12。二、配置负载均衡服务器 1、在Nginx的conf目... 阅读全文
posted @ 2014-08-01 14:45 lbw 阅读(253) 评论(0) 推荐(0)
摘要: 一、安装基础环境包yum -y install gcc gcc-c++openssl*二、安装PCRE1、下载 wgetftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-8.35.tar.gz2、解压 tar zxvfpcre... 阅读全文
posted @ 2014-07-30 23:09 lbw 阅读(255) 评论(0) 推荐(0)
摘要: 首先下载rpmforg,下载对应的版本,就是对应CentOS版本,还有32位与64位也要对应上。地址如下:http://wiki.centos.org/AdditionalResources/Repositories/RPMForge或http://pkgs.repoforge.org/rpmfor... 阅读全文
posted @ 2014-07-29 11:40 lbw 阅读(1388) 评论(0) 推荐(0)