Installieren Sie Ihren eigenen Nextcloud-Server in weniger als 15 Minuten.
- Debian 11+
- Ubuntu 20.04+
sudo -s
mkdir /nextcloud-installation && cd /nextcloud-installation
git clone https://github.com/criegerde/nextcloud-installationsskripte.git
cp nextcloud-installationsskripte/ubuntu-install.sh /nextcloud-installation/install.sh
oder
cp nextcloud-installationsskripte/debian-install.sh /nextcloud-installation/install.sh
chmod +x /nextcloud-installation/install.sh
/nextcloud-installation/install.sh
Sofern Sie das Skript erneut ausführen möchten, so führen Sie bitte zuerst die Deinstallation aus:
/nextcloud-installation/uninstall.sh
Dabei werden alle Softwarepakete sowie Verzeichnisse und Daten aus vorherigen Installationen entfernt. Im Anschluss daran kann die Installation erneut durchgeführt werden.
sudo -s
/nextcloud-installation/install.sh
Weitere Optimierungs-, Härtungs- und Erweiterungsmöglichkeiten werden unter https://www.c-rieger.de/nextcloud-installationsanleitung/ beschrieben. Viel Spaß.
Carsten Rieger IT-Services