Minimal README

This commit is contained in:
Timothée Floure 2022-01-24 16:51:26 +01:00
parent f7cf0fa968
commit 410c409f71
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
1 changed files with 8 additions and 16 deletions

View File

@ -1,21 +1,13 @@
# HAHandler
# High Availability Handler
**TODO: Add description**
This software monitors and make decision in our High Availability environment.
## Installation
## Development
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ha_handler` to your list of dependencies in `mix.exs`:
You'll need the [elixir](https://elixir-lang.org/) toolchain available.
```elixir
def deps do
[
{:ha_handler, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/ha_handler](https://hexdocs.pm/ha_handler).
cd ha-handler/
mix deps.get
iex -S mix
```