During the use of AnQi CMS, many users may have some common questions. Here are some frequently asked questions and answers to help you get started quickly.
1. Installation and Deployment
Q: What kind of server configuration does Anqi CMS require?A: Minimum configuration: It can run with 1 core and 1G memory. Recommended configuration: 2 cores and 2G memory, 40GB SSD. If the traffic is high, it is recommended to use 4 cores and 4G or higher.
Q: What operating systems are supported?A: The Anqicms is developed based on Go language and theoretically can run on any operating system that supports Go language, including Linux (CentOS, Ubuntu, Debian, etc.), macOS, and Windows.
Q: How to install AnQi CMS?A: Recommend Docker one-click deployment: docker run -d -p 80:80 anqicode/anqicms You can also download the binary file for manual deployment.
Second, how to use the function
Q: How to add an article?A: Log in to the admin panel → Content Management → Add Article → Fill in the title, content, select categories and tags → Publish.
Q: How to add a new page?A: Log in to the backend → Page management → Add page → Select template, fill in content → Save and publish.
Q: How to customize the website style?A: Go to the backend → Template Management → Edit template. You can modify HTML, CSS, and JavaScript files to customize the website appearance.
Section 3: SEO Related
Q: How to set SEO information for each page?A: On the article or page editing page, find the SEO settings area, and fill in the title (Title), keywords (Keywords), and description (Description) separately.
Q: How to generate a Sitemap?A: The Anqi CMS automatically generates Sitemap, you can view and download it by visiting your domain /sitemap.xml.
Q: How to set up 301 redirect?A: In the background → Settings → Redirect Management, you can add 301 or 302 redirect rules.
Four, Security and Backup
Q: How to backup website data?A: SecureCMS supports manual backup and scheduled automatic backup. The backup strategy can be configured in Backup Management under Settings → Background.
Q: What should I do if my website is attacked?A: 1. Enable maintenance page immediately; 2. Check and fix vulnerabilities; 3. Restore data from backup; 4. Strengthen security protection.
V: Multilingual
Q: How to add a new language version?A: Backend → Settings → Multilingual Management → Add Language. Select the target language, configure the language code and display name.
How is the translation quality?The Aanchai CMS has an AI translation feature with good translation quality. It is recommended to review and polish the translation after completion to ensure accuracy.
Summary
The above is the most common FAQ of AnQi CMS. More questions can be referred to the official document or asked in the community.