Running Umbraco On Linux/macOS
Since Umbraco 9 it has been possible to run Umbraco CMS natively on Linux/macOS.
Last updated
Since Umbraco 9 it has been possible to run Umbraco CMS natively on Linux/macOS.
Last updated
With Umbraco CMS on .NET Core, Linux/macOS is natively supported with SQLite as the database.
In the below section, we describe how to get started with running Umbraco CMS.
To get started with Umbraco CMS first have a look at the .
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 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 guide.
Once you create a new project it will use SQLite by default.
If you want to use an SQL server database, you will need to .