From 835eff9a9e340e15285bd252a7d49f523631a7b5 Mon Sep 17 00:00:00 2001 From: "J. King" Date: Fri, 26 May 2017 12:08:56 -0400 Subject: [PATCH] Readme: fill in expected requirements --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 3e0ec202..ad10dde1 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,27 @@ Arsse: Advanced RSS Environment TODO: Fill in stuff +Requirements +------------ + +Arsse has the following requirements: + +- A Web server; example configuration currently exists for: + - nginx + - Apache 2 +- PHP 7.0 or newer +- One of the following supported databases, and the PHP extension to use it: + - SQLite 3.8.3 or newer + - PostgreSQL 8.4 or newer + - MySQL 8.0.1 or newer + - MariaDB 10.2.2 or newer +- The ability to run background services on the server; service files currently exist for: + - systemd + - launchd + - sysvinit + +**FIXME:** The requirements listed are prospective and not representative of the actual requirements as of this writing. Currently only SQLite is supported, no Web server configuration has yet been written, and no background process yet exists, never mind service files to run it. + License -------