This page covers simple Bonobo Git Server installation. Be sure to check prerequisites page before installation and for other sections visit the documentation page.

此页包括简单的Bonobo Git 服务安装。在安装和查看文档页之前要先查看系统要求页。

The following steps covers an installation with Windows 2008 Server and IIS 7. They are exactly the same for any higher platforms (Windows Server 2012 and IIS 8.0+).

接下来的步骤涵盖在Windows 2008和IIS 7上安装Bonobo Git 服务。在更高的平台上(Windows Server 2012和IIS 8.0及以上)也是一样的。

  • Download the latest version of Bonobo Git Server from the front page

从首页上下载最新版本的Bonobo Git 服务

  • Extract the files from the installation archive to C:\inetpub\wwwroot

将压缩包解压到“C:\inetpub\wwwroot”

  • Allow IIS User to modify C:\inetpub\wwwroot\Bonobo.Git.Server\App_Data folder. To do so(允许IIS用户修改“C:\inetpub\wwwroot\Bonobo.Git.Server\App_Data”文件夹。操作步骤如下:)

    • select Properties of App_Data folder(右击“App_Data”文件夹,选择“属性”),
    • go to Security tab(切换到“安全”选项卡),
    • click edit(点击“编辑”按钮),
    • select IIS user (in my case IIS_IUSRS) and add Modify and Write permission(选择“IIS_IUSRS”并赋予“修改”和“写入”权限),
    • confirm these settings with Apply button(点击“应用”按钮来确认这些设置).

如果没有“”这个用户,请先添加该用户,操作如下:

  • Convert Bonobo.Git.Server to Application in IIS(在IIS中将Bonobo.Git.Server转换为应用程序)

    • Run IIS Manager and navigate to Sites -> Default Web Site. You should see Bonobo.Git.Server(打开IIS并导航到默认网站。你将看到“Bnobo.Git.Server”).
    • Right click on Bonobo Git Server and convert to application(在“Bnobo.Git.Server”右击,并选择“转换为应用程序”).
    • Check if the selected application pool runs on .NET 4.0 and convert the site(检查选中的应用池是否运行在.NET 4.0上,如果不是,则切换到.NET 4.0).

  • Configure Authentication(配置身份验证)

Enable Anonymous Authentication in IIS and disable the others. To do so, select the application, click on the authentication icon and set the value to of Anonymous Authentication to Enabled. The configuration should look like the following screenshot.

在IIS中启用匿名身份验证并禁用其他身价验证。要这么做,选择“Bonobo.Git.Server”应用,点击“身份验证”图标并设置“匿名身份验证”为启用。最终配置应同下面的快照一样:

  • Launch your browser and go to http://localhost/Bonobo.Git.Server. Now you can see the initial page of Bonobo Git Server and everything is working(打开浏览器并浏览“http://localhost/Bonobo.Git.Server”。现在你能看到Bonobo Git服务的起始页和正在运行的所有工作).

    • Default credentials are username: admin password: admin(默认证书是用户名:admin,密码:admin)

The authentication and membership service functions have been split up into separate configurable modules in the latest version of Bonobo Git Server. By default, it is configured to use Cookie Authentication and the Internal Membership Service. Please follow up on how to use the different methods using the following sites.

在最新版本的Bonobo Git服务中,身份验证和成员资格服务功能被分离到单独的配置模块。默认情况下,它们分别用“Cookie身份验证”和“集成成员资格服务”来配置。关于“怎样使用不同的方式”,请继续看下面的网站。

Authentication Providers(身份验证提供程序)

  • Cookie Authentication(Cookie身份验证)
  • Windows Authentication(Windows身份验证)
  • Federation Authentication(联合验证)

Membership Services(成员资格服务)

  • Internal Membership Service(集成成员资格服务)
  • Active Directory Membership Service(活动目录成员资格服务)

If you are have a previous version installed, you should review these migration notes.

如果你安装过以前的版本,你应该查看这些迁移注意事项。

If you have any issues with the installation try to search FAQ and forum.

如果你在安装时遇到问题,可以查找常见问题和论坛。

转载于:https://www.cnblogs.com/sad-bird/p/Bonobo_Git_Service_Install.html

翻译BonoboService官网的安装教程相关推荐

  1. eclipse官网下载安装教程

    eclipse官网下载安装教程 eclipse下载地址 方法一:直接输入网址 方法二:浏览器搜索 方法三:国内镜像下载网址 eclipse安装步骤 注意事项: 需要先安装好jdk环境才能打开eclip ...

  2. CCNA-Cisco-Packet-Tracerchs(思科官网)安装教程以及使用

    Cisco-Packet-Tracerchs 思科官网模拟器,各大高校与中职都在使用. 但是由于支持的命令不太多,适用于NA阶段以及入门阶段的人群使用. 以下是免费百度网盘链接: https://pa ...

  3. python官网下载安装教程-各种版本的Python下载安装教程

    python从17年开始大火,自然想学python的同学就多了,小编整理了这篇文章,从python的功能介绍.各系统最新版本python下载.python全部版本下载.python下载后安装教程以及p ...

  4. 官网python安装教程_Python安装教程

    1.python3.7官网下载 1. 在python的官网下载python版本,需要下载对应版本(在计算机-属性中查看自己是32位操作系统还是64位操作系统),我是64位的,就下载64位对应的安装包了 ...

  5. python官网下载安装教程-Python和Anoconda和Pycharm安装教程

    简介 Python是一种跨平台的计算机程序设计语言.是一种面向对象的动态类型语言,最初被设计用于编写自动化脚本(shell),随着版本的不断更新和语言新功能的添加,越多被用于独立的.大型项目的开发. ...

  6. 社区版pycharm官网下载安装教程

    1.官网下载安装包 官网地址:https://www.jetbrains.com/pycharm/ 选择所需版本   2.安装 安装前确认已完成python软件安装 建议不要安装到C盘,路径不要出现中 ...

  7. UiPath官网下载安装教程

    一.官网下载UiPath            1.打开官网https://www.uipath.com.cn,点击开始试用或点击免费试用: 2.点击社区版下立即试用按钮: 3.填写"姓.名 ...

  8. python官网下载安装教程

    1.进入官网,选择自己所需要的版本 官网地址:https://www.python.org/downloads/  2.选择对应系统的安装包下载  3.下载完成,点击安装包进行安装.配置 不建议安装在 ...

  9. Linux 基于官网快速安装zabbix5.0图文教程

    基于官网快速安装zabbix5.0图文教程 前言 1选择下载zabbix的版本和配置 访问官网下载地址 2.安装和配置zabbix 安装zabbix资源库 安装Zabbix server,Web前端, ...

最新文章

  1. geany怎么创建文件夹_教程详情|Geany怎么使用,Geany安装使用教程_234游戏网
  2. Unity3D 简单的倒计时
  3. php7不兼容phalcon_Phalcon7
  4. 合并果子_tyvj1066_vijos1097_codevs1063_贪心+堆
  5. SAP Spartacus organization unit里org list的focus实现问题
  6. 【HDU - 1452】 Happy 2004(因子和,逆元,快速幂)
  7. Android Studio 常用快捷键 for mac
  8. (六)多语言人工智能语言翻译
  9. VB_Format自定义格式
  10. CentOS利用LVM实现磁盘弹性扩容
  11. UItextView使用详解
  12. java连接微信服务器调用微信接口
  13. 从零开始学习Java的简单步骤和方法技巧
  14. 基于规则的中文分词 - NLP中文篇
  15. 电流反馈和电压反馈的判断
  16. 使用WSAIoctl获取socket扩展函数(如AcceptEx)的指针
  17. 前端图片无损压缩在线工具
  18. proteus+keilC51制作八卦阵
  19. FFmpeg学习之视频像素和尺寸转换
  20. Jetson Nano外接

热门文章

  1. Docker安装Apache与运行简单的web服务——httpd helloworld
  2. McCabe度量法计算程序的环路复杂性
  3. Tomcat 1099端口占用重启无效,查不到进程,改换端口无效解决方案
  4. PyTorch 图像分类
  5. MinkowskiEngine多GPU训练
  6. TensorRT Analysis Report分析报告
  7. Laravel7使用Auth进行用户认证
  8. 关于Python爬虫原理和数据抓取1.1
  9. git保姆级入门(包含解决git仓库报错500的问题)
  10. c语言程序设计第二版第五章课后答案甘勇,郑州工程技术学院副院长甘勇来校讲学和指导工作...