mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
how to CLI
This commit is contained in:
parent
c80b08ab36
commit
b8c87fdcec
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
### How to use CLI commande
|
||||||
|
|
||||||
|
`sudo -u __APP__ php__YNH_PHP_VERSION__ --define apc.enable_cli=1 __INSTALL_DIR__/occ ...`
|
||||||
|
|
||||||
### Configure ONLYOFFICE integration
|
### Configure ONLYOFFICE integration
|
||||||
|
|
||||||
#### With Nextcloud App (no ARM support, lower performance)
|
#### With Nextcloud App (no ARM support, lower performance)
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
### Comment utiliser la commande CLI
|
||||||
|
|
||||||
|
`sudo -u __APP__ php__YNH_PHP_VERSION__ --define apc.enable_cli=1 __INSTALL_DIR__/occ ...`
|
||||||
|
|
||||||
### Configurer l'intégration d'ONLYOFFICE
|
### Configurer l'intégration d'ONLYOFFICE
|
||||||
|
|
||||||
#### Avec l'application Nextcloud (pas de support ARM, performances limitées)
|
#### Avec l'application Nextcloud (pas de support ARM, performances limitées)
|
||||||
|
|
Loading…
Add table
Reference in a new issue