Using Baota's Docker to install Anqin CMS tutorial
Installation of pagoda
Note: Docker deploys versions that are applicable to Pagoda Panel 9.2.0 or above (versions released after September 5, 2024)
The following Docker installation tutorial for Anqin CMS is based on the Baota panel version 9.5.0 demonstration.
If your server has not installed Baota, please follow these steps to install it. If it has already been installed, you can skip it.If the version you installed is not above 9.2.0, you can try to upgrade to version 9.5.0 or higher.
Pagoda download address:https://www.bt.cn/new/download.html
Visit the Baota download address, select [General Installation Script (recommended)] under [Linux Panel Installation Script], copy the command, log in to the server, paste and execute the installation.
In addition to command installation, you can also choose to use the online installation of the pagoda. If you encounter problems during installation, you can find the customer service on the pagoda download address and request customer service help.
Install the CMS application in Docker
Docker is an open source application container engine (position: left menu->Docker. If not found, go to: Panel Settings-> Panel Menu Hide-> Turn on Docker display)
Regarding the Docker usage of the Pagoda Panel, if you have any questions, you can access ithttps://www.bt.cn/bbs/thread-137717-1-1.htmlAsk for help.
When entering for the first time, it will require to install Docker first, click [Install Now] to proceed with the installation.
After installation, dependency installation is required.
Before installing AnQi CMS, you need to install MySQL in Docker version first. Search for 'mysql' in Docker's app store and click to install.
If the server memory is less than 2G, please select version 5.6, and the default is to select version 5.7. Check the option to allow external access (it is checked by default).
After installation, click the [Details] link to view the mysql details, copy the root password, and you will need this password when installing AnQi CMS.
Search for anqicms in the app store,
Click the [Install] button in the search results to enter the installation interface. Fill in your information on the installation interface:
- Website Domain (e.g., www.anqicms.com)
- Database name (default is anqicms, if you need to install multiple anqicms, you need to change it to another database name)
- Database Password (The database password is the one you copied after installing MySQL, which is the root password we just installed)
- Port (default is 8001, if you have installed multiple anqicms, you need to change it to another port, such as 8002, 8003, etc.)
Click [OK] to install. After clicking OK, the installation will not be completed immediately, please be patient and wait 1-5 minutes for the installation to complete.
After the Docker installation configuration is completed, the following figure is shown:
Get started using the website
The default website has been installed and the default account password has been set.
Default account: admin Default password: 123456
Backend access address: your domain name/system/
In the browser, visit the domain name +/system/ you just filled in, such as:http://dev.anqicms.com/system/Open the website management interface, modify the default account password, and start using it.