Chevereto install

相册的安装,参照:
https://blog.tearth.me/chevereto/
下载文件:
wget https://github.com/Chevereto/Chevereto-Free/archive/1.1.3.zip
解压文件,然后进入:
cd app
touch settings.php
chown -R www:www /home/wwwroot/photo.wutan.cn
chattr -i /home/wwwroot/photo.wutan.cn/.user.ini
chmod 777 images content

vi photo.wutan.cn.conf
location / {
try_files $uri $uri/ /index.php?$query_string;
}

/etc/init.d/nginx restart
#设置附件大小
vi /usr/local/nginx/conf/nginx.conf
/etc/init.d/nginx {start|stop|reload|restart}


文章作者: 物探网
版权声明: 本博客所有文章除特別声明外,均采用 CC BY 4.0 许可协议。转载请注明来源 物探网 !
 上一篇
Geoscience Open-source software Geoscience Open-source software
GemPy pip install gempyA software for 3D structural geologic implicit modeling in Python GemPy is an open-source tool f
下一篇 
SED原理 SED原理
概述 AWK的类型 AWK的典型用途 工作流 程序结构 BEGIN 语句块 BODY 语句块 END 语句块 基础语法 AWK命令行 AWK程序文件 AWK标准选项 -v 变量赋值选项 –dump-variables[=fil
2019-07-10 物探网
  目录