一款强大好用的图床程序:chevereto安装教程

说明:chevereto是目前最好的图床之一了。功能也非常强大。其免费版和收费版的区别,在于收费版多了硬盘扩展,社交分享功能和技术支持。硬盘扩展指的是你可以通过sftp等方式把上传的文件储存在其他服务器上。所以个人觉得,这个免费版已经足够使用了。而且chevereto的安装也非常简单,并且支持中文。网上很多教程都写得不是很清楚,这里就发个详细安装教程吧。
官网:https://chevereto.com/
DEMO:https://demo.chevereto.com/

截图

一款强大好用的图床程序:chevereto安装教程

安装

环境要求:Apache/NginxPHP 5.5+MySQL 5.0+

1、搭建web环境
我们可以用lnmplamp一键包或者宝塔之类的面板来搭建web环境。
lnmp安装方法可参考:lnmp1.4安装教程。
宝塔安装方法可看:宝塔面板安装教程。

2、上传chevereto程序
搭建好web环境后,添加网站并解析,再上传chevereto程序到网站目录,chevereto下载地址:https://github.com/Chevereto/Chevereto-Free。
这里以lnmp为例,执行命令:

cd /home/wwwroot/www.yourdomain.com
wget https://www.southcat.net/usr/down/Chevereto_v1.0.8.tar.gz
tar zfvx Chevereto_v1.0.8.tar.gz
chmod -R 775 ./*

修改网站配置文件/usr/local/nginx/conf/vhost/xx.com.conf,在server中添加以下代码。

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

然后重启Nginx,使用命令:

/etc/init.d/nginx restart
#或者
lnmp restart

最后就可以打开你的网站按要求填入数据库信息进行安装了。

注意:经测试,使用v1.0.7程序的打开网站后可能会出现Chevereto can’t create the app/settings.php file. You must manually create this file该错误,这时在app目录新建settings.php文件并给予可写入权限即可,也可使用命令,以lnmp为例:

cd /home/wwwroot/xx.com/app
touch settings.php
chmod -R 777 settings.php



给TA打赏
共{{data.count}}人
人已打赏
cj

LNMP一键安装后Nginx不能自启的解决方法

2020-4-3 2:39:12

cj

给h5ai开启二维码、搜索、选择功能

2020-4-3 17:24:45

个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索