roshan
I'm looking for a book on Phoenix hosting/deployment
Hi everyone,
I’m looking for a book on Phoenix server hosting / deployment like the following books for Rails,
or
Reliably Deploying Rails Applications
Phoenix is not that young. I expected at least one dedicated book and one dedicated video course on this topic. And as Phoenix also differs from Rails/Django/Laravel in it’s fault-tollerance and hot reload stuff etc, its deployment must be complicated and it should have more learning material.
thank you!
Most Liked
lpil
Elixir deployment can be complex, but there’s no reason why you cannot deploy it in a simple fashion similar to Java or Ruby.
You don’t have to use hot code reloading, and if you don’t have a clear reason why it would be beneficial to your business I would suggest you probably should not ![]()
sanswork
The guides section here https://hexdocs.pm/distillery/home.html is about as close as you’re going to get at the moment.
For videos https://alchemist.camp/episodes has a number on deployment.
AstonJ
Also check out the threads here on the forum - loads tagged deployment ![]()
I’m pretty sure Programming Elixir and Elixir in Action also cover deploying an Elixir app, but IIRC they don’t go too deep into the topic. Adopting Elixir goes more into detail I think:
There was also this screencast that may be of help:
Finally… you may want to add your thoughts in this thread:
![]()







