文章详情
一、放开PHP禁用函数:shell_exec
打开宝塔 -> 软件商店 -> PHP -> 禁用函数 -> 删除shell_exec,然后重启一下PHP服务
二、调整PHP脚本内存限制
调整成1280M(比这大也行),见下图
三、安装LibreOffice
为了在前端预览文件内容,也方便后续开发更多的功能,我们需要将用户上传的文档转换为PDF格式。LibreOffice是开源的办公软件套件,转换效果较好。
我们写了安装脚本,在服务器SSH终端执行以下命令即可全自动安装:
CentOS / OpenCloud / Alibaba 系统:
wget -N -O install.sh https://console.ttk.ink/static/libreoffice/install_centos.sh && bash install.sh
Ubuntu / Deepin 系统:
wget -N -O install.sh https://console.ttk.ink/static/libreoffice/install_ubuntu.sh && sudo bash install.sh
Debian 系统:
wget -N -O install.sh https://console.ttk.ink/static/libreoffice/install_debian.sh && bash install.sh
windows / 其他系统:联系客服指导
宝塔操作示意图:
最后出现下图内容表示安装成功 ↓
四、安装完之后,重启php服务
===========================
常见问题1:遇到yum网络不通
解决方法:切换国内源
依次执行下面命令
sudo cp /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup
sudo curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo
yum clean all && yum makecache
常见问题2:遇到 Another app is currently holding the yum lock;
解决方法:
rm -f /var/run/yum.pid
版权:
转载请注明出处:https://www.zhikefa.com/765.html
还没有评论呢,快来抢沙发~