This Week's Trending
This Month's Trending
This Year's Trending
I used mix release for deployment. After building a new version with mix release , I started the system as a daemon with IEx attached (da...
New
I have the following list of apps in my extra_applications field in mix.exs:
def application do
[
mod: {Core.Application, []...
New
I’m using the standard Dockerfile generated by mix phx.gen.release --docker with a small change:
# Compile the release
ARG APP_VERSION
R...
New
Hello !
Mix release with NIF in a containser crashes … I can’t find why.
If I run the project locally (mix phx.serve) it works.
When I...
New
I have a large number of images and also allow uploads. It seems mix release is geared toward storing everything in a CDN. Is there no wa...
New
Last Three Year's Trending
I made an Elixir app with mix release that runs on Windows as a service.
Because of a erlsrv bug (Windows service fails to start on OS (...
New
Hi, this is the first time I migrated the release system for a distributed app from Distillery to Elixir releases.
I’m building a docker...
New
Background
I am creating a simple Phoenix umbrella application to run on a client’s Windows 11 machine and my objective is to have somet...
New
Im receiving this error when try to deploy to digital ocean as production(Please don’t ask to use gigalixir / fly as this is client requi...
New
say I have a module attribute like
@priv :code.priv_dir(:my_app)
or sth else that gets compiled, like
~H"""<%= :code.priv_dir(:my_a...
New
I’m trying to build a Phoenix app using Docker, to later deploy it to dedicated servers
I followed this tutorial but used centos:7 as a ...
New
Are there any known working resources to package using nix and deploy it?
I’ve tried:
But the basic liveview(mix phx.new) uses heroico...
New
After generating a Dockerfile with mix release, and build it with docker build, I am unable to start elixir in the container:
=INFO RE...
New
We have a Elixir Phoenix application currently deployed in a highly available configuration on AWS. We use a application load balancer (...
New
Hello,
I am a bit confused with the release process with mix.
I want to deploy my release on a server with erlang installed, but when I...
New
I have a small web application here – Lexin Mobi (https://lexin.mobi, GitHub - cr0t/lexin: Swedish Dictionary App) – which I deploy via D...
New
Background
I have an umbrella project with several apps inside. I want to create a special release that will have additional files inside...
New
How to execute custom task in mix releases step?
In mix.exs:
releases: [
myapp: [
overwrite: true,
in...
New
The Mix Release documentation states the following with regards to rpc commands:
Another way to run commands is with rpc , which will c...
New
Hey,
I am trying to set up mnesia in my project.
I am using 2 deps.
Everything works fine locally, but when I build a release I get th...
New
Trending Over Three Years
Background
I am using elixir 1.9 with erlang 22.0 and I am using the command mix release. However when I try to run my app with _build/de...
New
Hello,
When one is within the Mix context it’s possible to run
$ mix run priv/repo/seeds.exs
Which will evaluate code like the followi...
New
Hi,
Is it possible to somehow limit the memory usage of the Erlang virtual machine? I’m on a shared server and I don’t have root access....
New
I’m following these two tutorials:
And I can create a release without so much effort, however, creating a .env file and then sour...
New
Am trying to deploy a phoenix app using mix releases on gigalixir. I was following these instructions in their docs but when I reach thi...
New
Hi all! I haven’t worked with Elixir since v1.7. I was just checking out the new mix release functionality and I was thinking about how I...
New
Hello I’am trying to do a mix release with elixir version Elixir 1.10.2 (compiled with Erlang/OTP 22).
The Application compiles normally...
New
Good afternoon folks
I’ve been playing around with LiveView for a few days now and I have to admit it’s changing my approach to many use...
New
Distillery has Boot Hooks, which can be utilized to e.g. run ecto migration scripts before application startup during deployment.
I am b...
New
I’ve done this a lot when using distillery - for example, bundling a script which will execute an ecto.migration task.
Here’s an examp...
New
I’m quite new to Elixir (and programming in general), so apologies if the fault turns out to be a simple one, and one of my doing:
tl:dr...
New
Ok, I’ve an app that I intend to use releases on future, so I decided to create a runtime.exs, that means: generic configuration file tha...
New
erlang 22.0.7
elixir 1.9.1
I am trying to test release.
I can success with build. but, It can not start with some error messages.
{"i...
New
Hello,
We are working in a pretty big Elixir application (at the moment of writing, 1 minute of compilation in an i5 processor and ~930...
New
Hi,
I have one phoenix app that I need to run in multiple locations on the same server.
For ex lets say the server is app.example.com
...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Sub Categories:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







