Links

Running Umbraco On A Mac

Since Umbraco 9 it has been possible to run Umbraco CMS natively on Mac Os.
With Umbraco CMS on .NET Core, Mac OS is natively supported with SQLite as the database.
In the below section, we describe how to get started with running Umbraco CMS on Mac.

How to get started running Umbraco CMS on Mac

To get started with Umbraco CMS on Mac OS first have a look at the requirements for running Umbraco CMS with Mac OS.
Once you've made sure you meet the requirements it is time to install the Umbraco Templates on your system.
To do this follow the Install using .NET CLI guide.
With the templates installed on your system, it is now possible to create Umbraco projects.
To create a project, there are two options:
  • Continue creating projects using the .NET CLI.
  • Create new projects using Visual Studio.
To create new projects using Visual Studio, you can use the Install using Visual Studio guide.
Once you create a new project it will use SQLite by default on Mac.
If you want to use an SQL server database, you will need to set up Docker to be able to use SQL Server with Mac.