51 lines
964 B
Markdown
51 lines
964 B
Markdown
# xo-server-audit [](https://travis-ci.org/vatesfr/xen-orchestra)
|
|||
|
|
|
||
|
|
> **TODO**
|
||
|
|
|
||
|
|
## Install
|
||
|
|
|
||
|
|
Installation of the [npm package](https://npmjs.org/package/xo-server-audit):
|
||
|
|
|
||
|
|
```
|
||
|
|
> npm install --global xo-server-audit
|
||
|
|
```
|
||
|
|
|
||
|
|
## Usage
|
||
|
|
|
||
|
|
Like all other xo-server plugins, it can be configured directly via
|
||
|
|
the web interface, see [the plugin documentation](https://xen-orchestra.com/docs/plugins.html).
|
||
|
|
|
||
|
|
## Development
|
||
|
|
|
||
|
|
```
|
||
|
|
# Install dependencies
|
||
|
|
> yarn
|
||
|
|
|
||
|
|
# Run the tests
|
||
|
|
> yarn test
|
||
|
|
|
||
|
|
# Continuously compile
|
||
|
|
> yarn dev
|
||
|
|
|
||
|
|
# Continuously run the tests
|
||
|
|
> yarn dev-test
|
||
|
|
|
||
|
|
# Build for production
|
||
|
|
> yarn build
|
||
|
|
```
|
||
|
|
|
||
|
|
## Contributions
|
||
|
|
|
||
|
|
Contributions are _very_ welcomed, either on the documentation or on
|
||
|
|
the code.
|
||
|
|
|
||
|
|
You may:
|
||
|
|
|
||
|
|
- report any [issue](https://github.com/vatesfr/xen-orchestra/issues)
|
||
|
|
you've encountered;
|
||
|
|
- fork and create a pull request.
|
||
|
|
|
||
|
|
## License
|
||
|
|
|
||
|
|
AGPL3 © [Vates SAS](http://vates.fr)
|