web版源码管理软件SCM-Manager安装配置

时间:2021-04-23 06:45:53

背景

一直使用 “VisualSvn Server” 作为源码管理工具,使用一段时间之后,使用场景遇到以下问题

  1. 添加用户必需登录到服务器。
  2. 一台服务器,只能安装一个 “VisualSvn Server” 服务,各小组若共用服务器,用户、svn库不能很好隔离

解决方式

SCM-Manager   支持svn、git、Mercurial

  • 下载
    • 从地址 https://www.scm-manager.org/download/ 下载合适的软件版本
    • tomcat寄宿,使用SCM-WebApp 1.46(目前最新)
  • 安装
    • 配置好java环境
    • 安装tomcat
    • 将war包防止在webapp下
  • 访问
    • tomecat端口 + scm软件文件夹名称。直接访问
    • scmadmin / scmadmin  

注意

  • 如果需要部署多个scm-manager服务,只要将下载的webapp包拷贝多份重命名后,修改下述配置即可

    • https://bitbucket.org/sdorra/scm-manager/wiki/faq【wiki地址】

    • How can I change the SCM-Manager home directory?

      You could change the SCM-Manager home directory in a few ways:

      • Edit the scm.properties (WEB-INF/classes) file and add the path to your folder f.e. scm.home=/var/scm [如:C:\scm01]
      • Set an environment variable SCM_HOME with the path of your directory
      • Start your application server with a java property called scm.home f.e. -Dscm.home=/var/scm