Skip to content

Instantly share code, notes, and snippets.

@tsloughter
Created May 30, 2016 17:12
  • Star 5 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?

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