Continuous Integration II: Build SVN server (svnadmin)

Source: Internet
Author: User


Svnadmin is a very simple Java Web program, mainly used to manage SVN projects, access to project users and access rights, source code address: Http://code.google.com/p/jsvnadmin.

Jdk+tomcat Installation Reference: Build Linux-java Web Runtime environment: Install Jdk+tomcat
MySQL installation reference: Build Linux-java Web Runtime environment: install MySQL

1, upload and unzip # file to be uploaded under Tomcat:/usr/local/tomcat7/Webapps[[email protected] webapps]#UnzipSvnadmin.war-d svnadmin[[email protected] webapps]#RM-RF Svnadmin.war2, modify the database configuration file [[email protected] WEB-inf]# vim/usr/local/tomcat7/webapps/svnadmin/web-inf/Jdbc.propertiesdb=MySQLMySQL.jdbc.driver=Com.mysql.jdbc.DriverMySQL.jdbc.url=jdbc:mysql://127.0.0.1:3306/svnadmin?characterencoding=utf-8Mysql.jdbc.username=RootMySQL.jdbc.password=Root3, import svnadmin project MySQL database and language pack [[email protected] src]# MySQL-U root-p svnadmin <mysql5.sql[[email protected] src]# MySQL-U root-p svnadmin <En.sql4, start Tomcat[[email protected] bin]#/usr/local/tomcat7/bin/startup.SH

Visit: http://134.32.123.103:8080/svnadmin/

First login set up admin account and password


Installing and manipulating Document Resources address: https://download.csdn.net/download/cac2020/10721944

Note: The SVN admin does not support the HTTPS protocol.

Reference:
Https://www.linuxidc.com/Linux/2017-12/149716.htm

75269411

Continuous Integration II: Build SVN server (svnadmin)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.