An open API service indexing awesome lists of open source software.

https://github.com/konstantinzolotarev/elixir_cluster_test


https://github.com/konstantinzolotarev/elixir_cluster_test

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# Cluster

```bash
$ mix compile
$ iex --sname a -pa _build/dev/lib/cluster/ebin --app cluster --erl "-config ./config/a.config"
$ iex --sname b -pa _build/dev/lib/cluster/ebin --app cluster --erl "-config ./config/b.config"
$ iex --sname c -pa _build/dev/lib/cluster/ebin --app cluster --erl "-config ./config/c.config"
```