From f723cf793dbd04582be3abdd60e4173e8fcae519 Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 21 Aug 2023 12:21:59 +0200 Subject: [PATCH] README.md aktualisiert --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/README.md b/README.md index e69de29..5c5e297 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,22 @@ +# Ansible Playbook for running/installing Nextcloud via Docker + +## Disclaimer +Use at your own risk. You should test this on an non-productive Test-System to fit your needs + +## Quick-Install +Simply download an run nextcloud-install.sh and run it on you Debian(based) System: +1. Download +``` +wget https://gitea.ds9.dedyn.io/olli/debian.ansible.nextcloud.server/raw/branch/main/nextcloud-install.sh +``` +1.1. Optional: verify downloaded File with Version on the Server: +- Open https://gitea.ds9.dedyn.io/olli/debian.ansible.nextcloud.server/src/branch/main/nextcloud-install.sh in a Webbrowser and +``` +cat nextcloud-install.sh +``` +in Terminal. + +2. Run the Script: +``` +bash nextcloud-install.sh +``` \ No newline at end of file