Skip to content

2. Setup

Nguyen Thien Tu edited this page Oct 31, 2025 · 4 revisions

2.1 Setup Domain

In addition to the configurations used for Umbraco, we also provide other configurations for backoffice and language customization:

image

If you want to use multi site or configure separate backoffice, please update the hosts file according to each operating system.

  • For Windows: C:\Windows\System32\Drivers\etc\hosts)
  • For MacOS and Linux: /etc/hosts
image

2.2 Setup Project

Setting up uTPro is simple. Once you have downloaded the source code, you can open the project solution file in Visual Studio. We recommend using Visual Studio 2022 (or later).

image

Then follow the minimum requirements of the Umbraco CMS project:

  • Database: SQL Server (Please change the ConnectionString in the appsettings.json with key: umbracoDbDSN => create an empty database on SQL Server. Then use the database name you created and edit it in appsettings.

image).

image
  • Target framework: .NET 9 (Changes depending on the Umbraco version in use)
image

2.3 Setup Data

The project has been integrated with data, and you can use uSync to synchronize data after installing Umbraco CMS.

image

In the "Everything" group, select "Import" and wait for the results, then refresh the page, return to the "Content" tab to check the results.

image

Clone this wiki locally