人们不是嘲笑你的梦想
他们嘲笑的是你的实力

Chevereto安装教程

下载程序

CheveretoFREE官方介绍:https://chevereto.com/free

CheveretoFREE程序下载:https://github.com/Chevereto/Chevereto-Free

Chevereto官方文档:https://chevereto.com/docs/requirements

配置环境

安装一个lnmp环境

伪静态规则

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

安装

上传程序的压缩包并解压,访问刚才绑定好的域名

设置数据库信息,以及管理员账号、邮件信息

需要注意的是,有一个站点模式可供选择,Chevereto默认是社群模式,还有一个个人模式可选,建议就默认就好,当然如果你是想做个人相册什么的话,那选择个人模式就再好不过了。这个不用太纠结,后面随时也可以切换。

这样就安装完了

在这里把系统默认语言改成中文

然后把我们用的用户的默认语言也改为中文

未经允许不得转载:四四的军火库 » Chevereto安装教程