Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen Revision Vorhergehende Überarbeitung Nächste Überarbeitung | Vorhergehende Überarbeitung |
| centos:web_c7:nextcloud [23.11.2018 09:53. ] – [Upgrade starten] django | centos:web_c7:nextcloud [10.01.2019 19:29. ] (aktuell) – Nextcloud unter CentOS 7.x installieren und betreiben django |
|---|
| |
| {{ :centos:web_c7:nextcloud_09.png?800 |Bild: Nextcloud Security Web-Scan}} | {{ :centos:web_c7:nextcloud_09.png?800 |Bild: Nextcloud Security Web-Scan}} |
| | |
| | /* |
| | cd /usr/local/src/packages/ |
| | wget https://download.nextcloud.com/server/releases/nextcloud-15.0.1.tar.bz2 |
| | wget https://download.nextcloud.com/server/releases/nextcloud-15.0.1.tar.bz2.sha512 |
| | sha512sum nextcloud-15.0.1.tar.bz2 > nextcloud-15.0.1.tar.bz2.sha512.local |
| | diff nextcloud-15.0.1.tar.bz2.sha512.local nextcloud-15.0.1.tar.bz2.sha512 |
| | sudo -u apache php /srv/www/html/cloud/occ maintenance:mode --on |
| | mv /etc/httpd/conf.d/3rd_cloud.conf /etc/httpd/conf.d/3rd_cloud.conf.deaktiviert |
| | apachectl -t |
| | systemctl restart httpd.service |
| | cp -ra /srv/www/html/cloud /srv/www/html/cloud.$(date +%y%m%d) |
| | tar -jxpvf /usr/local/src/packages/nextcloud-15.0.1.tar.bz2 -C /srv/www/html/ |
| | rm -rf /srv/www/html/cloud && mv /srv/www/html/nextcloud /srv/www/html/cloud |
| | chown -R apache:apache /srv/www/html/cloud |
| | cp -a /srv/www/html/cloud.$(date +%y%m%d)/config/config.php /srv/www/html/cloud/config/config.php |
| | mv /etc/httpd/conf.d/3rd_cloud.conf.deaktiviert /etc/httpd/conf.d/3rd_cloud.conf |
| | apachectl -t |
| | systemctl restart httpd.service |
| | sudo -u apache php /srv/www/html/cloud/occ upgrade |
| | sudo -u apache php /srv/www/html/cloud/occ maintenance:mode --off |
| | |
| | */ |
| | |
| | |
| |
| ====== Links ====== | ====== Links ====== |