debian.ansible.nextcloud.se.../README.md

22 lines
689 B
Markdown
Raw Normal View History

2023-08-21 12:21:59 +02:00
# Ansible Playbook for running/installing Nextcloud via Docker
## Disclaimer
2023-08-21 12:27:13 +02:00
Use at your own risk.
Please look first at the playbooks downloaded and run by the nextcloud-install.sh to understand whats going on and then decide if it is fine for you to run on you system.
You also should test this on an non-productive Test-System to fit your needs.
2023-08-21 12:21:59 +02:00
## Quick-Install
Simply download an run nextcloud-install.sh and run it on you Debian(based) System:
2023-08-21 12:27:13 +02:00
2023-08-21 12:21:59 +02:00
1. Download
```
wget https://gitea.ds9.dedyn.io/olli/debian.ansible.nextcloud.server/raw/branch/main/nextcloud-install.sh
```
2023-08-21 12:27:13 +02:00
2. Run the Script
This runs some other Playbooks needed by this playbook.
2023-08-21 12:21:59 +02:00
```
bash nextcloud-install.sh
```