From 956d791dfa644d2a61e4cb7daf641fb0b3ce99cb Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Wed, 14 Oct 2020 14:09:01 +0200 Subject: [PATCH] Add admin occ app installation docs Signed-off-by: Christoph Wurst --- admin_manual/configuration_server/occ_command.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst index 7f68e0756..165450dcc 100644 --- a/admin_manual/configuration_server/occ_command.rst +++ b/admin_manual/configuration_server/occ_command.rst @@ -201,6 +201,14 @@ The ``app`` commands list, enable, and disable apps:: app:update update an app or all apps app:remove disable and remove an app +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::