Anqi CMS Basics
-
Meet AnqiCMS
AnqiCMS is an enterprise site content management system developed using GoLang. It has simple deployment, secure software, elegant interface, small and fast execution. Websites built with AnqiCMS can prevent many security problems from occurring. The design of AnqiCMS is SEO-friendly and has a large number of commonly used functions of corporate websites, which is very helpful and improves website optimization and management for corporate management. -
AnQICMS Installation Tutorial
The system supported by the AnQICMS installation tutorial supports Windows 7, Windows 8, Windows 10, Windows 11, and Windows server versions. Windows XP has not tested support for Ubuntu, Centos, Red Hat, Debian and other Linux versions based on X86. branch -
AnqiCMS FAQ Summary
Here are the problems that users often encounter when using AnqiCMS. You can find some solutions to the problems here. How to install and use multiple AnqiCMS on the same server? Each AnqiCMS needs to occupy one port, the default port is 8001. If you want to install multiple AnqiCMS on the same server, you need to assign a different port to each project. -
AnqiCMS Development Plan
Basic functions (Published) Blog underlying functions Post/Modify articles Create categories Article display Image upload Initialize blog Page tdk settings Administrator login/permission control Adaptive adaptation improvement functions (Published) Add management backend Automatically extract and set thumbnails Sitemap automatic generation Robots backend configuration Search engine actively push Friendly link backend management Add -
AnqiCMS (AnqiCMS) online demonstration site
AnqiCMS is an enterprise site content management system developed using GoLang. It has simple deployment, secure software, elegant interface, small and fast execution. Websites built with AnqiCMS can prevent many security problems from occurring. The design of AnqiCMS is SEO-friendly and has a large number of commonly used functions of corporate websites, which is very helpful and improves website optimization and management for corporate management. -
How to use Markdown correctly on web pages and display mathematical formulas and flow charts
The new version of Anqi CMS has added a Markdown editor, so it can support inserting mathematical formulas and flowcharts. However, mathematical formulas and flow charts need to be supported by third-party plug-ins to be displayed normally. The following is a description of their usage. First, enable the Markdown editor in Anqi CMS backend->Global Settings->Content Settings Create a new document, insert mathematical formulas and flowcharts into the document for testing and testing. Apply the Markdown default style on the web page: We use cloudflare -
Instructions for using the default applet of AnQiCMS (AnQiCMS)
Note: The source code of this applet also supports Baidu smart applets, WeChat applets, Alipay applets, Toutiao applets, etc. The following uses Baidu applets as an example to expand the configuration instructions installation method Download the applet code from github's Release https://github.com/fesiong/anqicms-app/releases and unzip it. Open config.js in the root directory of the applet source code and replace http://127.0.0.1:8001/ with your domain name -
How to install multiple CMSs on the server
First download the AnQiCMS Linux installation package from https://en.anqicms.com/download. Method 1: Use the multi-site function to install multiple security CMS AnQiCMS Installing multiple sites on a server does not require copying multiple AnQICMS codes. Please follow the following operation procedure to add multiple sites. In the menu on the left side of the Baota panel, click the Website menu, click PHP Project, add a PHP site, and in the Create Site, fill in the domain name that has been resolved to the server -
Anqi CMS cannot log in to the background Solution
Anqi CMS cannot log in to the background. The login box is not displayed. Turn around. Solution Log in to the pagoda--find the site relative to the setting---configuration file---about 50-55 lines. Find the following code, preceded by: # # location ~ .*\.(js|css)?$ # { # expires 12h; # error_log /dev/null; # access_log /dev/null; # }