mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Add admin occ app installation docs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
parent
2cb2845fb3
commit
82fd32430a
@ -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::
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user