环境需求
Software | Recommended | Works also with |
---|---|---|
Web server | Apache2 | Nginx, Lighttpd |
PHP | PHP 7+ | older PHP versions*: 5.6+ |
PHP modules | Required: libxml, cURL, DOM PDO_MySQLRecommended: JSON, GMP, Zlib, IDN, mbstring, iconv, ZipFor whole modules list see Dockerfile | Database: PDO_SQLite or PDO_PGSQL |
Database | MySQL 5.7+ | older MySQL versions*: 5.6+, 5.5.3+ other engines: SQLite 3.7.4+, PostgreSQL |
Web browser | Firefox | Chrome, Opera, Safari, Edge or IE 11+ |
PHP
需要安装Fileinfo
扩展
安装
Github
下载源码
https://github.com/FreshRSS/FreshRSS/releases
上传源码网站根目录,解压,输入网址进行安装
安装过程中出现错误
Warning: openlog() has been disabled for security reasons in /www/wwwroot/rss.baidu.com/lib/lib_rss.php on line 15
需要把禁用函数 openlog
删掉
输入数据库名称和密码
Docker安装方法看官网
https://freshrss.org/#requirements