roshan
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!
Trending in Chat/Questions
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security










Showing Posts 1 to 7- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
sanswork
The guides section here Home - Distillery Documentation is about as close as you’re going to get at the moment.
For videos Elixir-learning screencasts | Alchemist Camp 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:
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
PragTob
iirc it doesn’t go into terrible detail, it’s more high level like red/green deployment and the tools to use etc. - which is cool to share but mostly what turns out to be problematic are the nitty gritty details (at least that’s what it was mostly for me) - a book isn’t necessary the best source there as these details change and are also application dependent.
roshan
That shouldn’t be a problem. I follow a Leanpub book about Elm + Phoenix at Github which is updated constantly. Not many people use this combination (Elm + Phoenix) but he is still updating is regularly, but every web developer needs to learn some level of deployment, so many will buy this book, and the author will be happy to update it time by time.
roshan
…updating it…
maz
https://www.shanesveller.com/blog/2018/10/28/kubernetes-native-phoenix-apps-part-1/
If kubernetes is “overkill”, you can go up to the second part in the series and stop there.