Setup
Config
Brand

Brand Configuration

Overview

The brand configuration feature allows the super admin to manage the branding of the CMS application. The super admin can customize the branding by changing the logo, favicon, and other brand-related settings.

Accessing Brand Configuration

To access the brand configuration page, the user must be logged in as a super admin. Once logged in, follow these steps:

  1. Click on the "Admin" link in the navigation menu.
  2. Click on the "Brand" link.

Configuring Brand Settings

On the Brand page, the super admin can configure the following settings:

  • Logo: Update the logo image displayed in the application.
  • Favicon: Change the icon displayed in the browser tab.

Steps to Configure:

  1. Click on the "Edit" button next to the setting you want to change.
  2. Upload a new logo or favicon image, or enter new values for brand-related settings such as color or font family.
  3. Click on the "Save" button to apply the changes.

Optional Integrations

Docker

To simplify the setup and deployment of your BeaveCMS instance, you can use Docker. It allows you to containerize the application with all dependencies, including Redis for caching and session management.

  • Install Docker from the official website: Docker (opens in a new tab).
  • Use the provided docker-compose.yml file to spin up services:
    docker-compose up -d