(Little raccoon comic CMS3.0 imitation local tyrant comic perfect version source code/attached construction tutorial + locomotive collection interface
The comic source code needs redis support, php environment 7.3. The construction is relatively simple, but some details need to be paid attention to. For details, please refer to the installation instructions in the source code.
1. Environmental requirements
PHP 7.0-7.3
How does MySQL version.7 adapt to other version databases?
Redis (the higher the version, the better)
Redis extension for PHP
You can choose the server win or linux
Look at the pagoda panel corresponding to your server system installation
Install the above system environment
Create a website directory, bind your own ip without a domain name
Upload the source code to the website directory and unzip it
2. Install
Set the website running directory as the public directory
For NGINX, add the following pseudo-static rule:
if (!-e $request_filename){
Finally rewrite ^(.*)$/index.php?s=/$1;
rest;
}
Finally rewrite ^/template/(.*).(html)$404.html;
Then run: your url/install to install
For the sake of safety, please delete the install directory (this directory is under the public directory) after the installation is complete, and create a database and set the background password by yourself.
The comic station can do Chinese comics and Korean comics.)