How to start releases and connect them together?

I have Phoenix application. I make releases using edeliver, and deploy to one node. All works fine.

I am going to make this application distributed. I will change my code for this purpose.

How can I start releases and connect them together (i.e. Node.connect)? I want nodes to be connected together when started, perfably.

1 Like