Skip to content

Commit

Permalink
feat(content): included most recent requirements from agentejo/cockpi…
Browse files Browse the repository at this point in the history
  • Loading branch information
jankal committed Feb 5, 2019
1 parent 370775e commit 0f85ed2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,16 @@ Cockpit is focusing just on the back-end work to manage content. Rather than wor
## Requirements

- **PHP >= 7.1**
- PDO with **SQLite** support (or MongoDB)
- (optional: Redis)
- GD, Zip extension enabled
- **Apache** (with mod_rewrite enabled) or **nginx**
- Any modern browser
- PHP extensions enabled:
- iconv
- gd
- pdo
- zip
- opcache
- pdo_sqlite
- SQLite or MongoDB (needs mongodb from PECL besides)
- **Apache** (with mod_rewrite and mod_expires) or **nginx**
- Any modern Browser

---

Expand Down

0 comments on commit 0f85ed2

Please sign in to comment.