Centor7安装图床Chevereto(lnmp)

一.
这次我用的是宝塔面板来安装Chevereto.
二,
安装的是宝塔linux面板5.9,确保是干净的操作系统,不支持32位系统,没有安装过其它环境带的Apache/Nginx/php/MySQL(已有环境不可安装)
执行下面命令:

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

更新命令(仅限3.x - 5.x以上版本使用!不支持2.X,6.X面板!):

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

若点击更新后没生效,请尝试重启面板服务:

service bt restart

三,
在浏览器输入:http://你的ip:8888,输入安装成功显示的账号,密码。
进入宝塔面板。在网站目录点击目录 ,如图
https://img.hxyxyz.top/images/2019/11/28/Chevereto.png

然后按要求配置

然后点击目录到根目录,把自带的所有文件全部删除,然后把Chevereto的源代码压缩包上传到此目录,解压,删除压缩包,然后把Chevereto里的文件都剪切出来放在上级目录,既网站根目录,删除Chevereto文件夹。
Chevereto的下载地址:https://pan.hxyxyz.top/%E6%BA%90%E7%A0%81/Chevereto-Free-master.zip
然后添加伪静态规则,如图
https://img.hxyxyz.top/images/2019/11/29/Chevereto1.png
代码:

# 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;
}

四,
然后在浏览器输入你的域名,按照提示操作,创建数据库之类,就ok了。

hxy

hxy

秦 夏

留下你的评论

快留下你的小秘密吧