Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to build CSVN server under Linux

2025-01-18 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/01 Report--

Editor to share with you how to build a CSVN server under Linux, I believe most people do not know much about it, so share this article for your reference, I hope you can learn a lot after reading this article, let's go to know it!

Server requires components: minimum installation can be done (tested), and additional components must be: jdk-8u91-linux-x64.gz,CollabNetSubversionEdge-5.1.4_linux-x86_64.tar.gzCollabNetSubversionEdge-5.1.4_linux-x86_64.tar.gzCollabNetSubversionEdge-5.1.4_linux-x86_64.tar.gz

Step1: upload these two packages to the server's / opt directory Install jdk1.8tar zxvf jdk-8u91-linux-x64.gzmv jdk1.8.0_91/ / usr/local/vi / etc/profile#### and add the following three lines export JAVA_HOME=/usr/local/jdk1.8.0_91export PATH=$JAVA_HOME/bin:$PATHexport CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jarsource / etc/profilejava-version # # to see that the java version is already 1.8step2: install csvntar xvf CollabNetSubversionEdge-5.1. 4_linux-x86_64.tar.gzmkdir / applicationmv csvn/ / application/useradd csvnpasswd csvnchown-R csvn:csvn / application/vim / etc/sudoers#### adds the following line so that csvn can use sudocsvn ALL= (ALL) ALLln-s / application/csvn/bin/csvn / etc/csvnln-s / application/csvn-httpd / etc/csvn-httpdstep3: start the service: csvn csvn-httpdservice csvn startservice csvn-httpd start above is all the content of the article "how to build a CSVN server under Linux" Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report