This article will focus on an actual problem that many operators are concerned about:“What are the specific recommended steps for installing AnQiCMS using the Baota panel?We will present a clear and practical installation process to you in a natural and smooth way, helping you easily build your own enterprise-level website.


English CMS Baota panel Docker installation guide: Build your enterprise-level website easily

English One: Pre-installation preparation: Baota panel and Docker environment

Before starting the installation of AnQiCMS, we need to make sure that your server environment is ready.This mainly involves two core tools: Baota Panel and Docker.

  1. Lan塔面板安装与版本要求:If your server has not installed Lantower panel, please visitLantower official website download page

  2. Enable Docker feature:The panel itself provides a convenient Docker management function.If it is your first time using it, when you enter the 'Docker' option on the left menu of the Baota panel, the system may prompt you to 'Install immediately' Docker.Please follow the prompts to complete the installation, which is the basis for the subsequent deployment of AnQiCMS.If the Docker feature is hidden, you can find and enable Docker display in the 'Panel Settings' under 'Panel Menu Hide'.

  3. Install Docker version of MySQL database:AnQiCMS needs a database to store content, we recommend installing MySQL through Baota's Docker App Store in the Docker environment.In the Docker interface, search for 'mysql' and click to install.You can choose the appropriate version according to the server memory situation (it is recommended to choose version 5.6 if the server memory is less than 2G, otherwise, version 5.7 by default).Note down or copy the password for the root userwhich is an indispensable key information for the subsequent configuration of AnQiCMS.

二、Core Steps: Install AnQiCMS Application via Docker

Environment prepared, then we can start installing the AnQiCMS application itself. This step we will continue to operate in the Docker interface of the Baota panel.

  1. Search and install AnQiCMS:In the Docker App Store on the Baota panel, search for "anqicms", and you will find Anqi CMS soon.Click the 'Install' button next to it to enter the installation configuration interface.

  2. Configure AnQiCMS installation parameters:In the popped-up installation interface, you need to enter some key information to ensure that AnQiCMS can run correctly and connect to the database:

    • Website domain:Enter the domain name you want to use to access AnQiCMS, for examplewww.yourdomain.com.
    • Database name:Default recommendation isanqicms。If you plan to deploy multiple AnQiCMS sites on the same server, you need to set a different database name for each site to avoid data conflicts.
    • Database password:This is the most critical item. Please enter the root user password you recorded when installing the Docker version of MySQL in the first step.
    • Port:The default port is8001. Similarly, if there are multiple AnQiCMS instances in the future, each instance needs to use a unique and unused port number, for example8002/8003etc.
  3. Waiting for installation to complete:Completed after filling, click "OK" to start the installation.This process usually takes 1 to 5 minutes, the Baota panel will pull the AnQiCMS Docker image and start the container.Please wait until the Baota panel displays the interface indicating that the AnQiCMS Docker container has been successfully running.

三、Configure Access Path: Set Website Reverse Proxy

After installing AnQiCMS via Docker, it runs by default on an internal port (e.g., `8001