Skip to content

Instantly share code, notes, and snippets.

@mcqueenorama
Created July 19, 2014 06:41
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 mcqueenorama/da248802df24e1f41f30 to your computer and use it in GitHub Desktop.
Save mcqueenorama/da248802df24e1f41f30 to your computer and use it in GitHub Desktop.
starting the release
{paths, ["apps", "deps"]}.
{default_release, jammer, "0.1.0"}.
%% comment this line for a release that ships its own Erlang VM
%%{include_erts, true}.
%% uncomment this line to ship a release without the source code included
{include_src, false}.
{release, {jammer, "0.1.0"},
%% list of apps to include
[jammer, amqp_client, rabbit_common, jsx]}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment