mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-06-12 09:31:36 +02:00
Updated Requirements (markdown)
@ -1,4 +1,6 @@
|
|||||||
**RSS-Bridge** requires a Web server* with:
|
**RSS-Bridge** requires either of the following:
|
||||||
|
|
||||||
|
## A Web server* with:
|
||||||
|
|
||||||
- PHP 5.6 (or higher) => (Read [this](RSS-Bridge-on-PHP-5.4) for PHP 5.4)
|
- PHP 5.6 (or higher) => (Read [this](RSS-Bridge-on-PHP-5.4) for PHP 5.4)
|
||||||
- [`openssl`](https://secure.php.net/manual/en/book.openssl.php) extension
|
- [`openssl`](https://secure.php.net/manual/en/book.openssl.php) extension
|
||||||
@ -11,3 +13,10 @@
|
|||||||
Enable extensions by un-commenting the corresponding line in your PHP configuration (`php.ini`).
|
Enable extensions by un-commenting the corresponding line in your PHP configuration (`php.ini`).
|
||||||
|
|
||||||
*If you do not have your own web server, you can [create one](Web-server-links) in about five minutes for free.
|
*If you do not have your own web server, you can [create one](Web-server-links) in about five minutes for free.
|
||||||
|
|
||||||
|
## 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](Docker) on installing RSS Bridge.
|
Reference in New Issue
Block a user