Merge pull request #5252 from nextcloud/backport/5249/stable18

[stable18] Add admin occ app installation docs
This commit is contained in:
Morris Jobke 2020-10-14 15:32:15 +02:00 committed by GitHub
commit d0c595e2eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -200,6 +200,14 @@ The ``app`` commands list, enable, and disable apps::
app:list list all available apps
app:update update an app or all apps
Download and install an app::
sudo -u www-data php occ app:install twofactor_totp
Install but don't enable::
sudo -u www-data php occ app:install --keep-disabled twofactor_totp
List all of your installed apps, and show whether they are
enabled or disabled::