pull/636/head
Piero Toffanin 2019-03-20 14:58:49 -04:00
rodzic 9da64ea4a1
commit 777e417fed
1 zmienionych plików z 1 dodań i 17 usunięć

Wyświetl plik

@ -173,23 +173,7 @@ The password will be reset to `newpass`. The command will also tell you what use
### Manage Plugins
To list all available plugins type:
```bash
./webodm.sh plugin list
```
To enable/disable a plugin type:
```bash
./webodm.sh plugin enable <plugin name>
./webodm.sh plugin disable <plugin name>
./webodm.sh restart
```
On some platforms (eg. Windows), if you want to manage plugins, you will need to make sure that the `./plugins` directory can be mounted as a docker volume and then pass the `--mount-plugins-volume` flag to `webodm.sh`. Check the docker documentation.
If you are running WebODM natively, you'll need to restart your web server and gunicorn services.
Plugins can be enabled and disabled from the user interface. Simply go to Administration -- Plugins.
### Update