Gabriel Hartmann

Alles von diesem Author

How To Administrate Nextcloud Using CLI

With Nextcloud you can configure almost everything using the Webinterface. But you may do updates and configuration also via CLI. In this How To I'll go over some common use-cases for the Nextcloud CLI. Update / Upgrade Let's start with upgrading to the newest version. Go to the directory where your nextcloud is located - there should be a folder called 'updater'. [root@nc-vm ~]# cd /var/www/nextcloud/updater [root@nc-vm ~]# ls index.php updater.phar Inside the updater folder is a file called...