Paul Schoenfelder

Results 323 comments of Paul Schoenfelder

@Lazarus404 `ERTS_LIB_DIR` is usually set via `-boot_var ERTS_LIB_DIR "some/path"` in the various scripts, this is a flag for `erl` specifically. If you are getting an unrecognized option error like that,...

@happysalada There is some information there that will need to be updated, but it's definitely a solid guide for Docker. If you are interested in making that part of the...

While `docker-compose` works fine for small projects, it's really intended to be a development tool, not a orchestration tool for production (in my opinion). Using `restart: on_failure` or `restart: always`...

My thoughts: * I'm generally +1 on the sub-section for release configuration as you've described it, but I think `vm.args` should probably be mentioned there, but have it's main document...

@happysalada Definitely, it's a section that does need some treatment, unfortunately it's been pretty low on the priority list. I'd certainly welcome PRs in that direction though.

What is `$NODE_NAME` in this case?

Is there an actionable fix/documentation update that we've arrived at here? It seems like the issue is that there are missing `$HOME` directories, when no cookie is otherwise specified, which...

Could you show me a page where this is happening?

Something doesn't look quite right with the log output there, so you may be missing context. In general the most common issue is running the release on a platform that...

The reason is to make sure that any paths in the management scripts are relative to the release root, rather than somewhere else on the file system. I think this...