- erlang 20 or greater
- elixir 1.5 or greater
mix deps.get && mix test
- Open a node on host1: iex --name primary@host1 -S mix
- Open another node on hostx: iex --name primary@hostx -S mix
NOTE: at least one of those nodes should be listed in the config/config.exs file
as: config :es3alpha, nodes: [:"[email protected]",:"[email protected]"]
- Navigate to http://localhost:8080 for further instructions