Install Using Visual Studio
A guide to install Umbraco CMS using Visual Studio.
Last updated
Was this helpful?
A guide to install Umbraco CMS using Visual Studio.
Check the Requirements article to ensure you have everything you need to start your Umbraco project.
Install the latest .NET SDK.
Run dotnet new install Umbraco.Templates to install the project templates.
Go to File > New > Project/Solution.
Search for Umbraco in the Search for templates field.
Select Umbraco Project (Umbraco HQ).
Click Next.
Enter a Project name.
Refrain from changing the Solution name, as this will cause a namespace conflict with the CMS itself.
Select .Net 10.0 Long-Term Support (LTS) from the Framework dropdown. The rest of the fields are optional.
Click Create.
The Umbraco Project is ready for you.
You can now run the site through Visual Studio using F5 or the Debug button.
Follow the installation wizard and after a few steps, you will get a message saying the installation was a success.
You are now ready to start building your Umbraco project. Have a look below for different resources on the next steps.
Last updated
Was this helpful?
Was this helpful?