CentOS5.4x

1、首先下载apache2.2 下载地址:http://mirrors.sohu.com/apache/httpd-2.2.16.tar.gz

2、然后下载SVN

a) 包:subversion-deps-1.6.12.tar.gz

i. 地址:http://subversion.tigris.org/downloads/subversion-deps-1.6.12.tar.gz

b) susubversion-1.6.12.tar.gz  地址:

i. http://subversion.tigris.org/downloads/subversion-1.6.12.tar.gz 

3、然后解析Apache2,安装

4、tar -zxvf httpd-2.2.16.tar.gz

5、安装Apache

a) ./configure -prefix=/opt/web/apache2 --enable-mods-shared=all --enable-so

b) Make

c) Make install

6、检查APACHE是否安装成功:

启动apache:/opt/web/apache2/bin/apachectl start

7、安装Svn

8、首先解压: tar -zxvf subversion-deps-1.6.12.tar.gz

9、然后解压:tar -zxvf susubversion-1.6.12.tar.gz 

10、安装命令:

a) ./configure --prefix=/opt/web/subversion --with-apxs=/opt/web/apache2/bin/apxs --with-apr=/opt/web/httpd-2.2.16/srclib/apr  --with-apr-util=/opt/web/httpd-2.2.16/srclib/apr-util

11、make  make install

12、此时服务器已经安装完成,然后建立仓库,/opt/web/subversion/bin/svnadmin create /opt/web/repository  

13、配置权限:chown -R apache:apache /opt/web/repository 

14、修改apache配置文件httpd.conf中的 User 和Group 为

User apache

Group apache

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值