Move requirements to installation documentation

This commit is contained in:
Frederic Guillot 2017-01-02 17:29:18 -05:00
parent a7cbea3e02
commit 8fecda4283
2 changed files with 9 additions and 11 deletions

View File

@ -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)

View File

@ -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
------------