Merge pull request #160 from owncloud/update-readme-single-services

Update README to clarify how to run single extensions
This commit is contained in:
Michael Barz
2020-03-20 14:58:40 +01:00
committed by GitHub

View File

@@ -56,6 +56,17 @@ marie:radioactivty
richard:superfluidity
```
## Running single extensions
The list of available extensions can be found in the "Extensions" section when running `./bin/ocis`.
For example to run the "phoenix" extension:
```console
./bin/ocis --log-level debug phoenix
```
⚠ do not use the **run** subcommand for running extensions
## Security
If you find a security issue please contact security@owncloud.com first.