mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-12-19 01:20:58 +03:00
b444fa71f5
This was forgotten in 8365a7a34d
.
1.2 KiB
1.2 KiB
RSS-Bridge requires either of the following:
A Web server* with:
- PHP 7.4 (or higher)
openssl
extensionlibxml
extension (enabled by default, see PHP Manual)mbstring
extensionsimplexml
extensioncurl
extensionjson
extensionfilter
extensionzip
(for some bridges)sqlite3
extension (only when using SQLiteCache)
Enable extensions by un-commenting the corresponding line in your PHP configuration (php.ini
).
A Linux server with:
- Docker server configured (Any recent version should do)
- 100MB of disk space
To setup RSS Bridge using Docker, see the Docker Guide on installing RSS Bridge.