簡介git
Bonobo Git Server for Windows是一個Web應用程序,您能夠將其安裝在IIS上,並輕鬆管理和鏈接到git存儲庫。轉到主頁以獲取發佈和更多信息。github
先決條件瀏覽器
Internet信息服務7及更高版本安全
如何在Windows 8上安裝IIS 8服務器
在Windows Server 2012上安裝IIS 8網站
在Windows Server 2008或Windows Server 2008 R2上安裝IIS 7it
在Windows Vista和Windows 7上安裝IIS 7class
.NET Framework 4.6兼容性
%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_regiis.exe -ir以管理員權限運行權限
Windows Vista SP2,Windows 7,Windows 8及更高版本
Windows Server 2008 R2,Windows Server 2008 SP2,Windows Server 2012及更高版本
不要忘記在IIS中註冊.NET Framework
更新資料
在每次更新以前,請仔細閱讀有關您的版本與changelog中最新版本之間的兼容性問題的信息。
刪除安裝文件夾中除App_Data以外的全部文件。
默認位置是C:\inetpub\wwwroot\Bonobo.Git.Server。
將文件從下載的存檔複製到服務器位置。
安裝
這些步驟說明了使用Windows 2008 Server和IIS 7的簡單安裝。對於更高版本的平臺(Windows Server 2012和IIS 8.0),它們徹底相同。
從安裝檔案中提取文件到C:\inetpub\wwwroot
容許IIS用戶修改 C:\inetpub\wwwroot\Bonobo.Git.Server\App_Data文件夾。這樣作
選擇App_Data文件夾的屬性,
轉到安全標籤,
點擊修改,
選擇IIS用戶(在個人狀況下爲IIS_IUSRS)並添加「修改和寫入」權限,
使用「應用」按鈕確認這些設置。
將Bonobo.Git.Server轉換爲IIS中的應用程序
運行IIS管理器,而後導航到「站點」->「默認網站」。您應該看到Bonobo.Git.Server。
右鍵單擊Bonobo Git Server並轉換爲應用程序。
檢查所選的應用程序池是否在.NET 4.0上運行並轉換站點。
啓動瀏覽器,而後轉到http://localhost/Bonobo.Git.Server。如今您能夠看到Bonobo Git Server的初始頁面,一切正常。
默認憑據爲用戶名:admin密碼:admin
開源地址:https://github.com/jakubgarfield/Bonobo-Git-Server