OwnCloud: Unterschied zwischen den Versionen

Aus Shea Wiki
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(5 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
__NOTOC__
__NOTOC__
= Infos zu ownCloud =
= Infos zu NextCloud =


[https://download.owncloud.org/download/repositories/stable/owncloud/ ownCloud Repositories für Fedora]
== Update per Komandozeile ==


== Aktionen nach einem ownCloud-Update ==
<pre>
 
<pre><nowiki>
su -s /bin/bash - apache
su -s /bin/bash - apache
/var/www/html/owncloud/occ upgrade
php /data/nextcloud/updater/updater.phar
/var/www/html/owncloud/occ maintenance:mode --off
</pre>
/var/www/html/owncloud/occ app:enable calendar
/var/www/html/owncloud/occ app:enable contacts
/var/www/html/owncloud/occ app:enable documents
/var/www/html/owncloud/occ app:enable music
</nowiki></pre>
 
 

Aktuelle Version vom 27. Januar 2023, 12:42 Uhr

Infos zu NextCloud

Update per Komandozeile

su -s /bin/bash - apache
php /data/nextcloud/updater/updater.phar