Skip to content

Instantly share code, notes, and snippets.

@tsloughter
Created May 30, 2016 17:12
Show Gist options
  • Save tsloughter/d62aad6d67b263e69275376b1c80320d to your computer and use it in GitHub Desktop.
Save tsloughter/d62aad6d67b263e69275376b1c80320d to your computer and use it in GitHub Desktop.

Install makeself:

apt-get install makeself

or

brew install makeself

Example using chatterbox_tiles release:

git clone https://github.com/tsloughter/chatterbox_tiles
cd chatterbox_tiles
rebar3 as prod release
cd _build/prod/rel/chatterbox_tiles
makeself --bzip2 ./ chatterbox_tiles "Chatterbox Tiles" ./bin/chatterbox_tiles

Now you can copy the executable chatterbox_tiles to any compatible node and run it:

./chatterbox_tiles console
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment