Skip to content

Instantly share code, notes, and snippets.

@NTCoding
Created March 13, 2013 09:43
Show Gist options
  • Select an option

  • Save NTCoding/5150616 to your computer and use it in GitHub Desktop.

Select an option

Save NTCoding/5150616 to your computer and use it in GitHub Desktop.
riak_reltool_overlays
{overlay_vars, "vars.config"}.
{overlay, [
{mkdir, "data/ring"},
{mkdir, "log"},
{copy, "files/erl", "{{erts_vsn}}/bin/erl"},
{template, "files/app.config", "etc/app.config"},
{template, "files/nodetool", "{{erts_vsn}}/bin/nodetool"},
{template, "files/riak", "bin/riak"},
{template, "files/riak-admin", "bin/riak-admin"},
{template, "files/search-cmd", "bin/search-cmd"},
{template, "files/vm.args", "etc/vm.args"},
{template, "files/cert.pem", "etc/cert.pem"},
{template, "files/key.pem", "etc/key.pem"},
{mkdir, "lib/basho-patches"},
{copy, "../ebin/etop_txt.beam", "lib/basho-patches"}
]}.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment