From 8fecda4283d0bd49247083167f78a25880b8aab6 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Mon, 2 Jan 2017 17:29:18 -0500 Subject: [PATCH] Move requirements to installation documentation --- README.markdown | 12 +----------- docs/installation.markdown | 8 ++++++++ 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/README.markdown b/README.markdown index 0cf542d..a7f8e24 100644 --- a/README.markdown +++ b/README.markdown @@ -30,21 +30,11 @@ Features - Multiple users - Image proxy to avoid mixed content warnings with HTTPS -Requirements ------------- - -- Recent version of libxml2 >= 2.7.x (version 2.6.32 on Debian Lenny is not supported anymore) -- PHP >= 5.3.3 -- PHP XML extensions (SimpleXML and DOM) -- PHP Sqlite extension -- cURL extension for PHP or Stream Context with `allow_url_fopen=On` -- Iconv and mbstring extensions - Documentation ------------- - [ChangeLog](https://github.com/miniflux/miniflux/blob/master/ChangeLog) -- [Installation](docs/installation.markdown) +- [Installation and Requirements](docs/installation.markdown) - [Upgrade to a new version](docs/upgrade.markdown) - [Cronjob](docs/cronjob.markdown) - [Advanced configuration](docs/config.markdown) diff --git a/docs/installation.markdown b/docs/installation.markdown index f7ef988..747b069 100644 --- a/docs/installation.markdown +++ b/docs/installation.markdown @@ -1,6 +1,14 @@ Installation instructions ========================= +Requirements +------------ + +- PHP >= 5.3.3 (PHP 7.x recommended) +- PHP extensions: ctype, dom, hash, iconv, json, xml, mbstring, pdq_sqlite/pdo_pgsql, pcre, session, SimpleXML (curl is recommended or set `allow_url_fopen=On`) +- Sqlite 3 or Postgres >= 9.3 +- libxml2 >= 2.7.x + Installation ------------