This is the fourth day of my participation in the August More text Challenge. For details, see:”August Challenge”

This time, I use the Pagoda panel to install Chevereto. 2, I install the Pagoda Linux panel 5.9, make sure the operating system is clean, does not support 32-bit system, has not installed other environment with Apache/Nginx/ PHP /MySQL (existing environment cannot be installed), run the following command:

yum install -y wget && wget -O install.sh http://download.bt.cn/install/install.sh && sh install.sh
Copy the code

Update command (3.x-5.x and later versions only! 2.X,6.X panels not supported!) :

wget -O update.sh http://download.bt.cn/install/update.sh && sh update.sh
Copy the code

If the update does not take effect, please try to restart the panel service:

service bt restart
Copy the code

Three, in the browser type:Http://your IP address :8888, enter the account and password displayed when the installation is successful.Enter the pagoda panel. In the website directory click the directory as shown in the picture

Then configure it as required

Then click the directory to the root directory and delete all the files that come with it. Then upload the source code package of Chevereto to this directory, decompress and delete the compressed package. Then cut out the files in Chevereto and put them in the parent directory, the root directory of the website, and delete the Chevereto folder. Download Chevereto at:Pan. Hxyxyz. Top/BA % 90% % E6% E…Then add pseudo static rules, as shown in the figureCode:

# Image not found replacement location ~* (jpe? g|png|gif) { log_not_found off; error_page 404 /content/images/system/default/404.gif; } # CORS header (avoids font rendering issues) location ~ \.(ttf|ttc|otf|eot|woff|woff2|font.css|css|js)$ { add_header Access-Control-Allow-Origin "*"; } # Pretty URLs location / { try_files $uri $uri/ /index.php? $query_string; } location /admin { try_files $uri /admin/index.php? $args; }Copy the code

Four, then in the browser input your domain name, according to the prompt operation, create a database and so on, ok.