https://github.com/konstantinzolotarev/elixir_cluster_test
https://github.com/konstantinzolotarev/elixir_cluster_test
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/konstantinzolotarev/elixir_cluster_test
- Owner: konstantinzolotarev
- Created: 2018-01-29T21:29:39.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-30T14:32:33.000Z (over 7 years ago)
- Last Synced: 2025-01-02T02:26:17.117Z (6 months ago)
- Language: Elixir
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
```