summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..7123393
--- /dev/null
+++ b/README.md
@@ -0,0 +1,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`