Windows下Bonobo.Git.Server服务器的搭建

时间:2024-04-12 07:21:56

Windows下Bonobo.Git.Server服务器的搭建

操作记录



搭建本地服务器,提交自己写的代码,很方便。记录一下自己成功搭建的操作步骤,以免以后忘记了。

  

一、安装IIS

1、控制面板–>程序–>打开或关闭Windows功能
Windows下Bonobo.Git.Server服务器的搭建
Windows下Bonobo.Git.Server服务器的搭建

2、打开Internet信息服务
  这里我将Internet信息服务选项都打开了,具体如下图所示:
Windows下Bonobo.Git.Server服务器的搭建

稍等一会儿,就会安装好了。

二、配置Bonobo.Git.Server

1、下载Bonobo.Git.Server。https://download.csdn.net/download/moli1949/10463552
  
2、将压缩包解压到C:\inetpub\wwwroot文件夹下,如下图所示:
Windows下Bonobo.Git.Server服务器的搭建

3、配置服务器
(a)下载安装.Net4。https://download.csdn.net/download/moli1949/10463629,双击安装
(b)注册.Net4.0。
  以管理员身份运行cmd。输入:
cd C:\Windows\Microsoft.NET\Framework\v4.0.30319
aspnet_regiis.exe -i
Windows下Bonobo.Git.Server服务器的搭建
Windows下Bonobo.Git.Server服务器的搭建

(c)打开IIS
Windows下Bonobo.Git.Server服务器的搭建

(d)设置应用程序池
Windows下Bonobo.Git.Server服务器的搭建

双击.Net Framework版本下条目弹出对话框如下图:

Windows下Bonobo.Git.Server服务器的搭建

选择.Net版本,选择v4.0版本,托管管道模式选择集成,点击确定。

Windows下Bonobo.Git.Server服务器的搭建

(e)将Bonobo.Git.Server转换为应用程序

Windows下Bonobo.Git.Server服务器的搭建
Windows下Bonobo.Git.Server服务器的搭建

(f)修改App_Data文件夹权限
Windows下Bonobo.Git.Server服务器的搭建

我选的是完全控制
Windows下Bonobo.Git.Server服务器的搭建

(e)添加WedDAV创作规则
Windows下Bonobo.Git.Server服务器的搭建
Windows下Bonobo.Git.Server服务器的搭建
Windows下Bonobo.Git.Server服务器的搭建

(g)设置ISAPI和CGI限制
Windows下Bonobo.Git.Server服务器的搭建
Windows下Bonobo.Git.Server服务器的搭建

(h)浏览服务器
Windows下Bonobo.Git.Server服务器的搭建

(i)默认用户名:admin
  默认密码:admin
Windows下Bonobo.Git.Server服务器的搭建

至此,本地服务器搭建完成