Skip to content

Instantly share code, notes, and snippets.

View Adolfi's full-sized avatar
🧪

Dennis Adolfi Adolfi

🧪
View GitHub Profile
@Adolfi
Adolfi / How to install Umbraco 8 with Unit Testing, Dependency Injection, Custom Mappings and Route Hijacking.md
Last active November 8, 2021 17:38
How to install Umbraco 8 with Dependency Injection, Custom Mappings and Route Hijacking

Installing Umbraco 8.x:

Create an empty ASP.NET Web Application (.NET Framework) in Visual Studio. Then run this following NuGet command:

PM> Install-Package UmbracoCms

Some of the requirements has changed for Umbraco v8, so make sure you development environment is up to speed otherwise you'll get stuck before even getting started.

Most importantly you'll need: