nextcloud:installation
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| nextcloud:installation [2026/08/06 11:22] – created 10.254.49.90 | nextcloud:installation [2026/08/07 07:33] (aktuell) – mda | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | Für Installation brauche ich drei wichtige Dinge | + | ====== Installation ====== |
| + | |||
| + | Für Installation brauche ich drei wichtige Dinge: | ||
| + | |||
| + | -Apache 2: apt install apache2 | ||
| + | |||
| + | -Maria DB: apt install mariadb-server | ||
| + | |||
| + | -php: apt update && sudo apt install php php-fpm php-cli php-common php-mysql php-gd php-curl php-xml php-mbstring php-zip php-intl php-bcmath php-gmp | ||
| + | |||
| + | |||
| + | Die Datei von Nextcloud kann ich direkt durch ein Befehl installieren: | ||
| + | |||
| + | wget https:// | ||
| + | |||
| + | Diese Datei wird mit einem entsprechenden Befehl entpackt: | ||
| + | |||
| + | |||
| + | tar -xvgf latest.tar.bz2 | ||
| + | |||
| + | x → entpacken | ||
| + | |||
| + | v → Ausgabe anzeigen | ||
| + | |||
| + | g → gzip-komprimiertes Archiv öffnen | ||
| + | |||
| + | f → diese Datei verwenden | ||
nextcloud/installation.1786015375.txt.gz · Zuletzt geändert: von 10.254.49.90
