lazyload the images

最新精選 Featured post

異世界穿越作品整合

訂閱


每月雙數周日為固定發佈日

本站內任何媒體的內容,包括但不限於 影片/聲音檔/文章/圖片,純屬資訊分享和教學用途, 本站內容只作為一般用途,它並沒有考慮您的個人需要、投資目標及特定財政狀況。 本站內容並非投資意見,亦不構成任何投資產品之要約、招攬或建議購買或出售任何存款或投資任何下述投資產品。

投資者須注意,所有投資涉及風險(包括可能會損失投資本金),投資產品的價格可升或可跌, 而所呈列的過往表現資料並不表示將來亦會有類似的表現。

投資者在作出任何投資決定前,投資者應進行所須或適當的獨立調查,包括評估所涉及的投資風險。

30/03/2026

install Azure DevOps Server 2022 on winServer 2022

文章分類:




相關連結

Git from Azure DevOps to Bonobo

https://keithbox.blogspot.com/2026/01/git-from-azure-devops-to-bonobo.html


install Bonobo Git on Win Server 2022

https://keithbox.blogspot.com/2026/01/install-bonobo-git-on-win-server-2022.html


Azure DevOps Server Express Update password

https://keithbox.blogspot.com/2026/01/azure-devops-server-express-update.html


前言

上次安裝完 Bonobo Git,試用後發現速度有點慢

特別首次使用時,load 超久,不知道是否要建立 index


所以海豚還是試一下安裝 Azure DevOps

雖然沒有license,只可以用Express

而express只可以 5 個active users

但海豚的團隊人數不算多,而且通時在線使用的人不多,應該可以的。




安裝流程

超簡單


海豚超保守的超了 Azure DevOps Server Express 2022.2

下載.iso也超方便,win11 內置掛iso影像檔功能,海豚老了 😂

Double click 再去找D:


過程當中十分順利,就是不斷NEXT

唯獨中間Data Tier安裝失敗,因為這部VM不可以通internet

手動下載,放到Error 的指定位置即可以解決


當時忘了截圖,海豚用 Azure DevOps Server 25H2 的圖吧



Azure DevOps Server 25H2 (2025 Patch 2)

要SQL Express 2025

https://go.microsoft.com/fwlink/?LinkID=2332569&clcid=0x409

下載後放

C:\Program Files\Azure DevOps Server\Tools\SqlExpress2025 


Azure DevOps Server 2022

要SQL Express 2022

https://download.microsoft.com/download/3/8/d/38de7036-2433-4207-8eae-06e247e17b25/SQLEXPR_x64_ENU.exe

下載後放

C:\Program Files\Azure DevOps Server 2022\Tools\SqlExpress2022




放好後,按

Click here to rerun Readiness Checks.

下載預設檔名 SQLEXPR_x64_ENU.exe

放進去時不可以改檔名,改了會認不到


安裝後它會自動刪除 SQL Server Express installer

建議先備份再放進去


安裝後

可以到IIS 看見它自動安裝了website


重新開機


瀏覽 website 的IP 便可

192.168.0.101/DefaultCollection/


有需要的自行 簽 cert 便可以有domain

海豚先自簽一張 root CA

再用 root CA 簽一張 domain cert


詳情不在此說,請看延伸資料

https://learn.microsoft.com/en-us/azure/application-gateway/self-signed-certificates


https://stackoverflow.com/questions/26759550/how-to-create-own-self-signed-root-certificate-and-intermediate-ca-to-be-importe


Standalone Installer

留意必須用它的連結下載 完全 installer

一般叫 standalone installer / offline installer


Google 找到可以下載的只有幾MB的installer

安裝時會需要網絡的





Reference

Azure DevOps Server Downloads

https://learn.microsoft.com/en-us/azure/devops/server/download/azuredevopsserver?view=azure-devops


Install and configure Azure DevOps on-premises

https://learn.microsoft.com/en-us/azure/devops/server/install/get-started?view=azure-devops-server


Install Azure DevOps on-premises on a single server

https://learn.microsoft.com/en-us/azure/devops/server/install/single-server?view=azure-devops-server


SQL Server Downloads | Microsoft

https://www.microsoft.com/en-us/sql-server/sql-server-downloads

No comments:

Post a Comment