Linux下安装CollabNetSubversionEdge

安装CollabNet Subversion时首先需要安装依赖JDK和python

1、安装jdk,如果未配置yum源,请自行配置

[root@ding100 html]# yum -y install java
Loaded plugins: product-id, search-disabled-repos, subscription-manager

This system is not registered with an entitlement server. You can use subscription-manager to register.
root@ding100 html]# java -version
openjdk version "1.8.0_242"
OpenJDK Runtime Environment (build 1.8.0_242-b08)
OpenJDK 64-Bit Server VM (build 25.242-b08, mixed mode)

2、安装python运行环境

root@ding100 html]# yum -y install python
Loaded plugins: product-id, search-disabled-repos, subscription-manager

This system is not registered with an entitlement server. You can use subscription-manager to register.

Package python-2.7.5-88.el7.x86_64 already installed and latest version

3、添加svn系统用户

[root@ding100 opt]# useradd svn   #添加用户

4、配置系统权限,打开/etc/sudoers文件,找到root ALL=(ALL) ALL,加入svn  ALL=(ALL) ALL

## Allow root to run any commands anywhere
root    ALL=(ALL)       ALL
svn    ALL=(ALL)       ALL

[root@ding100 opt]$ ls csvn/data/conf/csvn.conf.dist

[root@ding100 opt]$ cp csvn/data/conf/csvn.conf.dist csvn/data/conf/csvn.conf

执行命令:cd /opt/subversion/csvn
sudo -E bin/csvn install

[root@ding100 opt]$ sudo -E bin/csvn-httpd install

[root@ding100 opt]$ service csvn start

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值