Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| en:howtos:owncloud [2022/02/18 08:09] – Externe Bearbeitung 127.0.0.1 | en:howtos:owncloud [2022/02/18 08:45] (aktuell) – morquai | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| - | ====== Owncloud | + | ====== Owncloud |
| - | Wer nutzt nicht Dienste wie DropBox, Google Drive, OneDrive | + | Who doesn' |
| - | Ich möchte dies nicht und habe lieber selbst die Kontrolle über meine Daten und darüber, wer darauf Zugriff hat. Eine komplette Cloud Lösung wird vom [[https:// | + | I don't want that and prefer to be in control of my data and who has access to it. A complete cloud solution is provided by the [[https:// |
| - | ===== Vorbereitungen | + | ===== Preparations |
| - | Eine Cloud zu Hause ist ja schön, der Raspberry | + | A cloud at home is nice, the Raspberry |
| - | Wir benötigen einen funktionierenden | + | We need a working |
| - | mycloudex2ultra.fritz.box:/ | + | mycloudex2ultra.fritz.box:/ |
| | | ||
| - | Vor der erstmaligen Benutzung | + | Before using Owncloud for the first time (i.e. before installing |
| sudo mkdir -p / | sudo mkdir -p / | ||
| sudo chown -R www-data: | sudo chown -R www-data: | ||
| | | ||
| - | Der Befehl | + | The command |
| - | sudo mount / | + | sudo mount / |
| - | hängt das Laufwerk Ins Dateisystem ein. | + | mounts the drive to the file system. |
| - | Da Owncloud | + | Since Owncloud |
| sudo apt-get install mariadb-server | sudo apt-get install mariadb-server | ||
| | | ||
| - | Damit sind die Vorarbeiten erledigt und Owncloud | + | This completes the preparatory work and Owncloud |
| ===== Installation ===== | ===== Installation ===== | ||
| - | Ich habe die Version | + | I used owncloud version |
| deb http:// | deb http:// | ||
| - | Die Befehle | + | The commands |
| sudo apt-get update | sudo apt-get update | ||
| sudo apt-get upgrade | sudo apt-get upgrade | ||
| sudo apt-get dist-upgrade | sudo apt-get dist-upgrade | ||
| - | aktualisieren die Paketdatenbank und bringen unser System auf den neuesten Stand. | + | update the package database and bring our system up to date. |
| - | Die installation | + | The installation |
| sudo apt-get install owncloud | sudo apt-get install owncloud | ||
| | | ||
| - | Unser Owncloud Server steht nun unter [[http://< | + | Our owncloud server is now available at [[http://< |
| - | + | ||
| - | + | ||
| - | + | ||