From 507a418c6c4bdaf3856bee59130502485c735e9d Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 13 Dec 2024 16:16:48 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- nextcloud/README.md | 14 ++++++++++++++ nextcloud/make.sh | 1 + 2 files changed, 15 insertions(+) create mode 100644 nextcloud/README.md diff --git a/nextcloud/README.md b/nextcloud/README.md new file mode 100644 index 0000000..3c66247 --- /dev/null +++ b/nextcloud/README.md @@ -0,0 +1,14 @@ + + +## Post install steps: + +- Open Administration settings -> Office -- this will initialize the office; + To check see if the /Templates directory is populated. +- Update Nextcoud to the latest version via Administration settings, this + can take more than one run +- Apply the recommended occ commands, usually: + - `turnkey-occ maintenance:repair --include-expansive` + - `turnkey-occ db:add-missing-indices` + + + diff --git a/nextcloud/make.sh b/nextcloud/make.sh index 5c82ca8..22e45a4 100755 --- a/nextcloud/make.sh +++ b/nextcloud/make.sh @@ -229,6 +229,7 @@ echo "# Traefik config..." traefikPushConfig showNotes +echo "# NOTE: nextcloud may take a few minutes to load and initialize all components." echo "# Done."