nexcloud..installation
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| nexcloud..installation [2026/08/06 14:43] – angelegt mda | nexcloud..installation [2026/08/06 14:45] (aktuell) – gelöscht mda | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ====== 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 | ||
