ha-handler/README.md
Timothée Floure 410c409f71
Minimal README
2022-01-24 16:51:26 +01:00

13 lines
245 B
Markdown

# High Availability Handler
This software monitors and make decision in our High Availability environment.
## Development
You'll need the [elixir](https://elixir-lang.org/) toolchain available.
```
cd ha-handler/
mix deps.get
iex -S mix
```