With SCM-Manager, people can share and manage Git, Mercurial and Subversion repositories over http easily.

  1. Installing Java
    1. Download and install Java from https://www.java.com/en/download/index.jsp
  2. Installing Python with Hg
    1. Download Python 2.7 from http://www.python.org/download/, please note that they call x64 CPUs x86-64
    2. Download Mercurial for Python 2.7 from http://mercurial.selenic.com/downloads/
    3. Install Python 2.7 to D:\Python27\
    4. Install the Mercurial Python package
  3. Installing the SCM-Manager
    1. Download the standalone package from http://www.scm-manager.org/download/
    2. Extract to D:\scm-server\
    3. Open cmd as Administrator and navigate to D:\scm-server\bin, run "scm-server.bat install"
    4. Go to Services, and start the scm-server service
  4. Configuring repository settings for SCM-Manager
    1. Open the browser and navigate to http://localhost:8080/
    2. The default admin username and password are both scmadmin
    3. On the left hand side, find the Config panel, and click Repository Types, the Repository Config tab opens
    4. It's better unify the repository paths to D:\SCM-Repositories\<Repository Type>
    5. In Mercurial Settings section, put the following configs:
      • HG Binary: D:\Python27\Scripts\hg.bat
      • Python Binary: D:\Python27\python.exe
      • Python Module Search Path: D:\Python27\
      • Repository directory: D:\SCM-Repositories\hg
      • Encoding: UTF-8
      • Optimize .. (.pyo): true
    6. Click the Save button
  5. Adding users to SCM-Manager
    • Adding local users
      1. On the left hand side, find the Security panel, and click Users, the Users tab opens
      2. Click the Add button, the User Form tab at the bottom shows, put necessary info there and click OK
    • Enabling Active Directory users
      1. On the left hand side, find the Config panel, and click Plugins, the Plugins tab opens
      2. Under the Authentication section, find scm-activedirectory-auth-plugin and click Install
      3. After the installation, restart the scm-server service
      4. Now AD users are able to log in
  6. Adding repositories to SCM-Manager
    1. On the left hand side, find the Main panel, and click Repositories, the Repositories tab opens
    2. Click the Add button, the Settings tab opens at the bottom
    3. Fill the Name field, you can use slash / to create a section, such as IT/Website will create a Website repository under the IT section
    4. The Type field for Hg is Mercurial
    5. The Contact, Description and Public fields are optional
    6. Click OK
  7. Configuring permissions for repositories
    1. On the Repositories tab, select a repository, 3 tabs are available at the bottom
    2. Select the Permissions tab
      • Click the Add button to add a new row for a new user or group
      • Click a cell to modify the existing settings
      • Please note: SCM-Manager has a virtual group called _authenticated which means all authenticated users
      • When done, click OK

Installing SCM-Manager的更多相关文章

  1. androidstudio连接SCM Manager上的Git库

    1.在SCM Manager里创建一个Git库 在androidstudio里选中从版本控制里导入 输入git库的地址,接下来一路点击下一步 完成之后会可以在工程里创建文件或者从别的地方把完整项目拷贝 ...

  2. (转)Installing Cloudera Manager and CDH

    转:https://blog.csdn.net/qq_26222859/article/details/79976506 译自官网: Installing Cloudera Manager and C ...

  3. Jenkins构建Git manager服务器的源码

    1,下载scm manager 源码库管理,下载后解压即可: 2,运行bin目录下的scm-server.bat文件,启动服务: 3,建议将scm-server放在git客户端的安装目录下,方便管理 ...

  4. Auto Install Workflow Manager 1.0

    Write-Host "- Begining Download Service Bus..." Start /W "c:\Program Files\Microsoft\ ...

  5. hadoop再次集群搭建(4)-Cloudera Manager Installation

       决定选择 Cloudera Manager 进行安装,阅读官方文档,掌握大概脉络.         Cloudera Manager在集群已经实现ssh免秘钥登录,能够访问网络资源和本地资源的情 ...

  6. CDH 6.0.1 集群搭建 「Process」

    这次搭建我使用的机器 os 是 Centos7.4 RH 系的下面以流的方式纪录搭建过程以及注意事项 Step1: 配置域名相关,因为只有三台机器组集群,所以直接使用了 hosts 的方法: 修改主机 ...

  7. CDH 5.16.1 离线部署 & 通过 CDH 部署 Hadoop 服务

    参考 Cloudera Enterprise 5.16.x Installing Cloudera Manager, CDH, and Managed Services Installation Pa ...

  8. cdh5-MariaDB 配置(暂未排版)

    在多数分布MariaDB的设施默认设置使用保守的缓冲区的大小和内存使用. 使用保守的缓冲区大小和内存使用率 Cloudera的数据库管理服务器,监控活动,报告管理,Cloudera 导航,Hive 的 ...

  9. CentOS7下的CDH 6.2.0 安装过程

    #install OS centos 7.5#install lsb packageyum install -y redhat-lsb #install net-tools package yum i ...

  10. vs2013 git 使用总结

    一.参与别人已经建好的项目 方法1.打开VS2013,切换到“团队资源管理器”,点上方“主页”右侧的下拉三角,选择项目->连接到团队项目,然后选择“克隆”,填入Git的Remote Url和要克 ...

随机推荐

  1. MySQL表分区技术

    MySQL表分区技术 MySQL有4种分区类型: 1.RANGE 分区 - 连续区间的分区 - 基于属于一个给定连续区间的列值,把多行分配给分区: 2.LIST 分区 - 离散区间的分区 - 类似于按 ...

  2. spark textFile 困惑与解释

    在编写spark测试应用时, 会用到sc.textFile(path, partition) 当配置为spark分布式集群时,当你读取本地文件作为输入时, 需要将文件存放在每台work节点上. 这时会 ...

  3. Ubuntu下搭建Android编译环境

    Ubuntu一台新机器的一些环境搭建新增一个3TB的硬盘,挂载方法,大于2TB的得parted来进行分区1: sudo parted /dev/sda2: mklabel gpt3: unit TB4 ...

  4. Selenium2+python自动化16-alert\confirm\prompt

    前言 不是所有的弹出框都叫alert,在使用alert方法前,先要识别出到底是不是alert.先认清楚alert长什么样子,下次碰到了,就可以用对应方法解决. alert\confirm\prompt ...

  5. 如何在spark中读写cassandra数据 ---- 分布式计算框架spark学习之六

    由于预处理的数据都存储在cassandra里面,所以想要用spark进行数据分析的话,需要读取cassandra数据,并把分析结果也一并存回到cassandra:因此需要研究一下spark如何读写ca ...

  6. UVALive 5010 Go Deeper 2sat

    二分答案,2sat判定. //#pragma comment(linker, "/STACK:1024000000,1024000000") #include<cstdio& ...

  7. 关于MAC系统的DNSCrypt的设置教程

    DNSCrypt的设计完全是为了解决某些网站DNS系统被污染的问题. 如图是查看本地的DNS DNS系统是一个主要领域的安全保障,因为受损数据从一个DNS服务器会导致你的系统或者无法找到需要的服务器需 ...

  8. 使用adb 查询data/data下的数据库

    1.用cmd打开adb 2.输入adb shell 3.cd到数据库所在目录 4.输入sqlite3 person.db(person.db为要操作的db名称,根据需要修改) 5.输入sql语句(每个 ...

  9. Windows 8.1 应用再出发 - 几种新增控件(1)

    Windows 8.1 新增的一些控件,分别是:AppBar.CommandBar.DatePicker.TimePicker.Flyout.MenuFlyout.SettingsFlyout.Hub ...

  10. Unix常用指令

    pwd 表示获取自己当前所在位置 ls 表示查看当前文件夹中的内容 cd 进入指定目录 mkdir  文件夹1 创建一个文件夹名为文件夹1的文件夹 rmdir  文件夹2 删除一个文件夹名为文件夹2的 ...