mirror of
https://code.mensbeam.com/MensBeam/Arsse.git
synced 2024-12-22 13:12:41 +00:00
Readme: fill in expected requirements
This commit is contained in:
parent
9c65e31457
commit
835eff9a9e
1 changed files with 21 additions and 0 deletions
21
README.md
21
README.md
|
@ -3,6 +3,27 @@ Arsse: Advanced RSS Environment
|
||||||
|
|
||||||
TODO: Fill in stuff
|
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
|
License
|
||||||
-------
|
-------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue