1. 源码拉取
1 | #Install Nginx/PHP and Module |
2.配置源码自动更新
1 | mkdir -p /var/scripts |
cat /var/scripts/auto_updater.sh
1 |
|
supervisor启动
1 | [program:update_librex] |
3. Web配置
1 | #PHP |
Nginx
1 | $ cd /usr/local/etc/nginx/conf.d/ |
1 | server { |
1 | $ cat /etc/rc.conf |
4. 访问
附:错误解决
现象:当删除刚刚搜索过的字符后按回车键-出现错误
1 | Error: Warning: Cannot modify header information - headers already sent by (output started at /var/www/librex/misc/header.php:1) in /var/www/librex/search.php on line 15) |
解决方案
1 | $ php --ini |
GitHub项目:https://github.com/hnhx/librex
- 本文作者: GaryWu
- 本文链接: https://garywu520.github.io/2022/08/01/私有部署Librex元搜索引擎-FreeBSD/
- 版权声明: 本博客所有文章除特别声明外,均采用 MIT 许可协议。转载请注明出处!