Project
Version
Language

MultipleVersionDocumentInfo

UI

Dignite Cms Admin System Startup Guide

The Dignite Cms admin system is based on Blazor technology, providing two running modes: Blazor WebAssembly and Blazor Server. Below are the detailed steps to start the admin system:

Start with Blazor Server

In the terminal, navigate to the host\Dignite.Cms.Blazor.Server.Host directory and execute the following commands:

dotnet ef database update
dotnet run

Access the Dignite Cms admin system by visiting the https://localhost:44361 address in your browser.

Overview of Features

Field Management

Fields are used to define the properties of entries, and the system provides some preset fields for convenience.

Field Management Screenshot

Section Management

Sections are the backbone of the site, used to support the structural layout of entries, and the system automatically creates some commonly used sections.

Section Management Screenshot

Entry Type Management

Entry types are used to define which fields are applied to entries under sections, and multiple entry types can be configured for each section.

Entry Type Configuration Screenshot

Entry Management

Entries are the content of various sections on the website, supporting multi-language and multi-version features.

Entry List Screenshot

Entry Edit Page Screenshot

InThisDocument