Azure DevOps Server was formerly known as Visual Studio Team Foundation Server.
On September 10, 2018, Microsoft renamed Visual Studio Team Services (VSTS) to Azure DevOps Services. With Azure DevOps Server 2019, Microsoft is renaming Visual Studio Team Foundation Server to Azure DevOps Server.
Azure DevOps provides developer services to support teams in planning work, collaborating on code development, and building and deploying applications. Developers can use Azure DevOps Services to work in the cloud or on-premises with Azure DevOps Server. Azure DevOps Server was formerly known as Visual Studio Team Foundation Server (TFS).
Azure DevOps Server Express 2020 is the latest version of Azure DevOps Server Express. Azure DevOps Server Express is a free source control platformfor individual developers and small teams of up to 5 people.
Download address
The hyperlink login is visible.
Install Azure DevOps Server Express 2020 RC2
Run the downloaded azuredevopsexpress2020_rc2.exe program as shown below:
Click Install.
Select This is a new Azure Devops Server deployment
Since we are a free version, the program will force us to check the box to participate in the Experience Improvement Program.
Select New Deployment Premium.
Set the database connection information, the server database label is "devops_2020_itsvse_Finally, click on the test on the right. (I'm using SQL Server 2019 here)
Set the user account, the account name and password is the account and password of the current system Windows administrator, and click the test button on the right after the setting is completed.
Click Edit Site Settings to set the domain name and port information we bind, which is the address accessed through the browser.
Search configuration, search is using ElasticSearch, search account user and password, we need to set it ourselves, service account uses Windows account and password.
The Azure DevOps Server report is not configured here.
The project name of the new collection can be set according to your own situation, I set "DefaultCollection2020" here.
Check whether your configuration information is wrong, if there is no problem, click Next.
Check the following protocol, I will configure the domain name resolution later, it will not affect normal use, after the bottom option is checked, the program will automatically download the Java environment.
Click Configure to start the installation.
Configure the database, and you will find that if you don't do anything, the 2G hard disk space will be gone.
To create a website, Azure DevOps Server requires 1.6G for the website program deployed in IIS.
Installation was successful.
Click Next.
At this point, the entire installation process is complete.
You can configure Azure DevOps Server by selecting Azure DevOps Server Administration Console from the program menu.
Try opening the Azure DevOps Server address through a browser, the account and password are Windows accounts and passwords, and the authentication is NTLM authentication.
After successfully logging in, you can see the following figure:
(End)
|