blob: 71233937894c0a949fcfcf0dea91f6afeeaef2b2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Macon Nextcloud Deployment
## Apps:
- News
- Talk
- Passwords
- Photos
- Contacts
- Calendar
- Notes
## PHP 7.3 and required modules
`php73 php73-ctype php73-curl php73-dom php73-gd php73-hash php73-iconv php73-json php73-xml php73-mbstring php73-openssl php73-posix php73-session php73-simplexml php73-xmlreader php73-xmlwriter php73-zip php73-zlib`
## Recommended packages
- fileinfo: enhances file analysis performance
- bz2: required for app extraction
- intl: translation and non-ASCII sorting
`php73-fileinfo php73-bz2 php73-intl`
|