The Windows version of AnQi CMS is generally only suitable for testing purposes, and it is recommended to use the Linux version in a production environment.

Install the Web running environment

The runtime environment includes: MySQL, Nginx. By default, only MySQL needs to be installed to use it. If it has already been installed, you can skip this step.

Not downloaded can use Xp (PHPStudy)https://www.xp.cn/After downloading Xiao Pi, install it, and install MySQL and Nginx.

Download the Windows version of A CMS.

Download address:/downloadDownload the file, unzip it to any directory. It is generally recommended to name the directory according to the domain name for easy search. For example, unzip toD:\wwwroot\dev.anqi.com

Run Anqi CMS

Go into the unzipped directory, as shown aboveD:\wwwroot\dev.anqi.comDouble-click to run the file in the root directory.anqicms.exeIf everything is normal, the browser will automatically open and navigate to the installation page. If the browser does not open automatically at this step, you need to manually open the browser and enter the address in the browser address bar.http://127.0.0.1:8001Visit. Fill in the data information, administrator account password, etc., on the installation page. Generally, the database name is also differentiated by the domain name, for example:dev.anqi.comThe database name isdev_anqi_com.The domain name does not need to be filled in, as it is for local testing purposes, just keep the default.Complete the installation by clicking the Install button.It will install demo data by default. If you are using it officially or do not need demo data, you can simply uncheck the option to install demo data.

After installation, you can access the backend and the website's front end. The default backend address is:http://127.0.0.1:8001/systemThe default front end address is:http://127.0.0.1:8001.

How to install multiple security CMS on Windows

The design of the Windows version only supports running a single security CMS at a time. If multiple security CMS are installed on Windows, it can still only run one at a time.

Need to install multiple security CMS on Windows, the method is very simple, just need to unzip the installation program and copy multiple copies.If copied from a website that is already installed, you need to delete the config. under the root directory in the new directory.

Due to Windows version limitations, only one AnQi CMS can be run at a time. Therefore, the old site must be exited before running a new site.The exit method is very simple, find the icon of Anqi CMS in the Windows status bar, click it, and select exit.After exiting the old site, come to the new directory.anqicms.exe.At this moment, a setup interface will pop up like when installing the first site, just fill in the installation information.Remember, the database name here cannot be the same as the previous site, otherwise it will cause data errors.

You can install multiple AnQi CMS sites on a Windows server using this method, but only one can be run at a time. Before running a new AnQi CMS site, you must exit the old AnQi CMS site first; otherwise, it will not run the new site and will always remain on the old site. Since only one AnQi CMS site is running at a time, the domain name for each site after running ishttp://127.0.0.1:8001.