标签 chevereto 下的文章

安装环境推荐

Nginx
PHP7.1 (版本太高要报错)
MySQL5.6

安装教程

url重定向:

location / {
try_files $uri $uri/ /index.php?$query_string;
}

参考:
一款强大好用的图床程序:chevereto安装教程
Chevereto——简介及安装

注意事项

遇到的坑:Chevereto can’t create the app/settings.php file. You must manually create this file
在app目录新建settings.php文件并给予可写入权限

cd 网站目录/app
touch settings.php
chmod -R 777 settings.php

网页打开非常缓慢:随便点什么都一直加载
网站目录/app/loader.php中 172行 注释掉 checkUpdates()