The Basics
Most Elixir applications require additional setup beyond provisioning a Postgres database. These guides will help you get through the basics of setting up your Elixir application with pieces of infrastructure commonly found in medium-to-high complexity Elixir applications.
IEx into Your Running App
Get an IEx shell into your running production app on Fly!
Naming Your Elixir Node
Setup a consistent naming pattern that makes it easy to cluster Elixir nodes using DNS.
Clustering Your Application
Cluster your erlang nodes into a single distributed network!
Troubleshooting
Common troubleshooting issues and resources for getting unstuck.