Yt

Results 108 comments of Yt

Actually, it's funny, I'm running into a similar problem. Here is the additional check I performed. - If you are making a release, verify that in the rel/config.exs you have...

Ok After some more research on this looking into my release directory, there is a sys.config file that has the missing env variables `/test/union/releases/0.0.23+7cce925-staging/sys.config` But when I start my app...

@brandonparsons so in the distillery library it talks about several environment variables that you can configure (stuff like [RELEASE_CONFIG_DIR](https://hexdocs.pm/distillery/runtime-configuration.html#content), find some more [here](https://github.com/bitwalker/distillery/blob/master/docs/shell_scripts.md)). I tried changing some of them but...

I have written [this guide on deploying with docker](https://github.com/happysalada/phoenix-the-unoffcial-guide/blob/master/deployment/docker.md) before. I'm thinking a lot can be re-used, since that's what I use to deploy to Digital Ocean. The only thing...

If it's not urgent, I'll make a PR this weekend with a couple of questions, on things I wasn't so sure of. I don't mind having the information here, as...

One potential improvement also would be to have a section on NIFs. There is a [great project](https://github.com/hansihe/rustler) to make NIFs in rust. It works great with mix, unfortunately there is...

@PlumpMath I made a pull request on your repo. Just so you know next time. If you have a not found error, it's probably a missing library. If you look...

@kolloch you mentioned that this was not working with recent nixpkgs and darwin. Was that the issue you were talking about? I searched the repo for a relevant macos issue...

What command are you running? I cloned your repo and did `nix-build` it worked for me. Do you have the command and the exact output? I use the latest master...