From 65ecd1e6bd10d6582c01537ec88a90bfcc4e5773 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 23 Jun 2018 22:57:22 +0530 Subject: [PATCH] Updated Requirements (markdown) --- Requirements.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Requirements.md b/Requirements.md index d30bcfe..62bb28f 100644 --- a/Requirements.md +++ b/Requirements.md @@ -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 @@ -10,4 +12,11 @@ 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. \ No newline at end of file +*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. \ No newline at end of file