AnQiCMS local operation overview

Testing AnQiCMS locally on Windows, we first need to ensure that the AnQiCMS core program runs normally.AnQiCMS as an English language-based system, its deployment method is very lightweight.D:\anqicms-test).

Double-click to run the directory after unpackinganqicms.exeExecutable file, AnQiCMS service will start. By default, AnQiCMS will listen8001Port. The first run may require you to perform initial installation, including setting database information and administrator account. After installation is complete, you can access it through a web browser.http://127.0.0.1:8001Come check out your first AnQiCMS site.

To simulate the real online environment locally and support multi-site management and beautiful pseudo-static URLs, we usually rely on local integrated development environment software, such as Small Skin Panel (phpStudy) or the Windows version of Baota Software, which can conveniently provide us with Web server (Nginx or Apache) and hosts file management features.

Configure the local Hosts file to support multiple domain names

When testing multiple sites locally, the web browser needs to know how to access these 'virtual' domain names. Since these domain names do not exist in the public DNS servers, we need to modify the localhostsFile, map them to the local loopback address127.0.0.1.

hostsFiles are usually located:C:\Windows\System32\drivers\etc\hosts.

You need to open with administrative privileges