Move requirements to installation documentation
This commit is contained in:
parent
a7cbea3e02
commit
8fecda4283
@ -30,21 +30,11 @@ Features
|
|||||||
- Multiple users
|
- Multiple users
|
||||||
- Image proxy to avoid mixed content warnings with HTTPS
|
- 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
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
- [ChangeLog](https://github.com/miniflux/miniflux/blob/master/ChangeLog)
|
- [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)
|
- [Upgrade to a new version](docs/upgrade.markdown)
|
||||||
- [Cronjob](docs/cronjob.markdown)
|
- [Cronjob](docs/cronjob.markdown)
|
||||||
- [Advanced configuration](docs/config.markdown)
|
- [Advanced configuration](docs/config.markdown)
|
||||||
|
@ -1,6 +1,14 @@
|
|||||||
Installation instructions
|
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
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user