Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 1.35 KB

running-umbraco-on-linux-macos.md

File metadata and controls

30 lines (17 loc) · 1.35 KB
description
Since Umbraco 9 it has been possible to run Umbraco CMS natively on Linux or macOS High Sierra 10.13 and newer.

Running Umbraco on Linux or macOS

With Umbraco CMS on .NET Core, Linux and macOS is natively supported with SQLite as the database.

In the below section, we describe how to get started with running Umbraco CMS on Linux or macOS.

How to get started running Umbraco CMS on Linux or macOS

To get started with Umbraco CMS first have a look at the requirements for running Umbraco CMS.

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 (only macOS).

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 Linux/macOS.

If you want to use an SQL server database, you will need to set up Docker.