Install Using Visual Studio
A guide to install Umbraco CMS using Visual Studio.
Prerequisites
Check the Requirements article to ensure you have everything you need to start your Umbraco project.
Install the template
Install the latest .NET SDK.
Run
dotnet new install Umbraco.Templatesto install the project templates.
Create the Visual Studio project
Go to File > New > Project/Solution.
Search for
Umbracoin the Search for templates field.Select Umbraco Project (Umbraco HQ).
Click Next.
Enter a Project name.
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.
Running the site
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.
Next steps
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?