When deploying a ready to use erlang application I don't want the user to
- Find the right erl release on the internet.
- Install the erl vm
- unzip and decide a location for the beam files (with the application)
- read a readme
- modify anything that even looks like a config file
I have a couple of ideas of what could be a way but I would like to get some input.