Centos搭建svn&iF.svnadmin可视化工具

本文介绍了在Centos环境下如何搭建svn代码仓库,并详细讲解了使用iF.svnadmin这款可视化工具进行配置管理的过程,包括环境准备、安装httpd、php、svn,以及iF.svnadmin的安装和基础配置,如创建仓库和用户。
摘要由CSDN通过智能技术生成

实验环境

system:Centos7.5 64bit
Mem:2G
Ip addr: 192.168.200.101
Disk:40Gsys+100Gdata

if.svnadmin简介

iF.SVNAdmin 是一个基于 Web 的,用来管理 Subversion 的认证文件的项目。无需数据库支持,直接对 Subversion 的认证文件和用户认证文件进行设置,支持 LDAP,同时也可以用来创建和删除版本库,以及对版本库进行浏览。

实验环境准备

[root@localhost ~]# vim /etc/hostname 
svn-server
[root@localhost ~]# hostname $(cat /etc/hostname) && bash
[root@svn-server ~]# systemctl stop firewalld					//关闭firewalld和selinux
[root@svn-server ~]# setenforce 0
setenforce: SELinux is disabled
[root@svn-server ~]# iptables -nL									//确定IP tables防火墙无规则
Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination 

配置yum

[root@svn-server ~]# cd /etc/yum.repos.d/
[root@svn-server yum.repos.d]# wget https://mirrors.aliyun.com/repo/Centos-7.repo
--2019-03-01 13:27:01--  https://mirrors.aliyun.com/repo/Centos-7.repo
正在解析主机 mirrors.aliyun.com (mirrors.aliyun.com)... 219.238.20.85, 219.238.20.88, 219.238.20.100, ...
正在连接 mirrors.aliyun.com (mirrors.aliyun.com)|219.238.20.85|:443... 已连接。
已发出 HTTP 请求,正在等待回应... 200 OK
长度:2523 (2.5K) [application/octet-stream]
正在保存至: “Centos-7.repo”

100%[=====================================
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值