From 6d2eb805c778a1189e804ccd757cdc021856d72c Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Mon, 8 May 2017 18:42:26 +0200 Subject: [PATCH] Add more FAQ stuff --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index b312d90b..7ce12ea7 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,36 @@ Keep asking questions so that we can add them here.
**A:** Just submit your report here: https://github.com/nextcloud/vm/issues/new +**Q:** How to update Nextcloud VM? +
+**A:** You can not use the built in updater in Nextcloud GUI due to secure permissions on this VM. Use the built in script instead: +`sudo bash /var/scripts/update.sh` + +**Q:** How to install options if not selected during first install? - Collabora/Nextant/... +
+**A:** Go to the apps folder in this repo and download the script in raw format and run them. For the calendar: +`wget https://raw.githubusercontent.com/nextcloud/vm/master/apps/calendar.sh && sudo bash calendar.sh` + +**Q:** How to continue from partially installed system? - You got the FQDN wrong/You put in a bad password/... +
+**A:** Extract the VM again and start over. The script can not be run twice in a row. + +**Q:** Does automatic update update Ubuntu and Nextcloud? +
+**A:** if you want automatic updates of both Ubuntu and Nextcloud then check out this blog post: https://www.techandme.se/nextcloud-update-is-now-fully-automated/ + +**Q:** Can I enable-disable automatic update later of OS/Nextcloud? +
+**A:** Yes, it's controlled by a cronjob. Just disable the cronjob to disable automatic updates. + +**Q:** How to backup? +
+**A:** There afre several ways. We recomend rsync to a NAS or similar. You can find a script here: https://www.techandme.se/rsync-backup-script/ + +**Q:** Can I install in a VM with a NAT and port redirection of port 443 & 10000 & 22? +
+**A:** Yes, check this out: https://www.techandme.se/publish-your-server-online/ + ## First look ![alt tag](https://raw.githubusercontent.com/nextcloud/screenshots/master/vm/first-look.jpg)