1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-06-10 16:44:54 +02:00

Updated Requirements (markdown)

Nemo
2018-06-23 22:57:22 +05:30
parent 94dea94e7c
commit 65ecd1e6bd

@ -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)
- [`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`).
*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.