How to install Azure DevOps Server?

Microsoft rebranded the VSO with Azure DevOps and added a lot more capabilities to it a few months back to make it a complete DevOps solution for Modern Applications. During a community session on Azure DevOps, one of the attendees said it’s a good solution but their company is still not comfortable hosting their code on Microsoft’s server. Do we have a way to run the Azure DevOps in the company server like TFS? The answer at that time was no,  but on November 20, Microsoft announced the first RC of Azure DevOps Server 2019. It’s basically the same codebase that they have packaged to host it in on-prem servers. Azure DevOps Server is supported in the following OS.

  • Windows Server 2019
  • Windows Server 2016
  • Windows Server 2012 R2 (Essentials, Standard, Datacenter )
  • Windows Server 2012 (Essentials, Standard, Datacenter )

If you want to have 5 or fewer users, they have released the Azure DevOps Server 2019 Express edition, which doesn’t need a dedicated server to host the DevOps.

Let us see how to set up an Azure DevOps Server. Download the binaries from here and run the setup and follow the steps below :

  • Choose the installation directory where you want to install the server.

    Azure DevOps Server

  • Click on the Install button and let the setup download the dependencies and binaries and install them in your server.

    Azure DevOps Server

  • Once the installation is completed, you will be prompted to configure the server.

    Azure DevOps Server

  • Start the wizard and choose whether you’re setting Azure DevOps server for the first time or if you have some data already in the server, then you can set up using the existing database as well so you will not lose any of your data from previous setups.

    Azure DevOps Server

  • In the next step, you will be prompted to choose between the basic setup, where the default configurations will be used, or choose the Advanced setup, where the user will have the power to set up the configuration which will suit your infrastructure or firewalls and also, set up the SQL Server Reporting Service for the DevOps server. For this demo, we went ahead and worked with the basic setup.

    Azure DevOps Server

  • Please choose the language in the next step from the drop-down and click the Next button. You will be moved to setting up the SQL Server instance. Here also you have the option to set up the new SQL Server Express or use an existing one. I went ahead with Installing a Fresh instance of SQL Server Express.

    Azure DevOps Server

  • Set up the Application Tier or the UI of the application. It will be running on port 8080 and can be visited by the DNSName: 8080/TFS from other machines.

    Azure DevOps Server

  • Setup the Search (not mandatory) by setting up a search store and adding a User for the search. You also need to set up a service account for the search. It also requires the dependencies like Java Runtime to set up the search. I skipped this part and went ahead.

    Azure DevOps Server

  • Review the configurations before the setup configures it in your server.

    Azure DevOps Server

  • The system will check for the configuration and dependencies and will tell you to fix the issue before configuring the server. If everything is correct, just click on the Configure button, and the system will configure everything in your settings.

    Azure DevOps Server

  • Click on Next and Finish once the configuration is completed. It took around 17-18 Minutes for me to configure the server, and the website will be automatically opened once the whole setup is completed.

    Azure DevOps Server

  • Create your first project from the UI, and you’re good to go with Azure DevOps on your Server.

    Azure DevOps Server

Conclusion

Setting up the Azure DevOps Server 2019 on your system is quite simple and straightforward. You can download the express edition if your users are less than 5 and set it up on your laptop/desktop as well. However, for more production-level scenarios with more users, you need a dedicated Server for hosting DevOps Server. Once the setup is completed you can reach out to the localhost:8080 or DNS:8080 to access the Azure DevOps UI and start working on it immediately.


Similar Articles