ha-handler/README.md

14 lines
245 B
Markdown
Raw Normal View History

2022-01-24 16:51:26 +01:00
# High Availability Handler
2022-01-24 14:03:10 +01:00
2022-01-24 16:51:26 +01:00
This software monitors and make decision in our High Availability environment.
2022-01-24 14:03:10 +01:00
2022-01-24 16:51:26 +01:00
## Development
2022-01-24 14:03:10 +01:00
2022-01-24 16:51:26 +01:00
You'll need the [elixir](https://elixir-lang.org/) toolchain available.
2022-01-24 14:03:10 +01:00
```
2022-01-24 16:51:26 +01:00
cd ha-handler/
mix deps.get
iex -S mix
```