Skip to content

Instantly share code, notes, and snippets.

@ixmatus
Created December 10, 2014 23:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ixmatus/828abd42de02b43f7b27 to your computer and use it in GitHub Desktop.
Save ixmatus/828abd42de02b43f7b27 to your computer and use it in GitHub Desktop.
{relx,
[ {extended_start_script, false}
, {include_src, false}
, {vm_args, "./config/vm.args"}
, {sys_config, "./config/sys.config"}
, {root_dir, "/opt/arm/lib/erlang"}
, {lib_dirs, ["./apps/*/ebin"]}
, {include_erts, "/opt/arm/lib/erlang"}
, {release, {lightpad, "1.0.0"},
[ "plumlog>=1.0.0"
, "bluetooth=1.0.0"
, "plumapi=1.0.0"
, "wifi=1.0.0"
, "amqp_api=1.0.0"
, "http_api=1.0.0"
]
}
]
}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment