Skip to content

Instantly share code, notes, and snippets.

@tsloughter
Last active August 29, 2015 14:06
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 tsloughter/5526383c86def77208b5 to your computer and use it in GitHub Desktop.
Save tsloughter/5526383c86def77208b5 to your computer and use it in GitHub Desktop.
λ rebar3 new rel myrelease
===> Writing apps/myrelease/src/myrelease_app.erl
===> Writing apps/myrelease/src/myrelease_sup.erl
===> Writing apps/myrelease/src/myrelease.app.src
===> Writing rebar.config
===> Writing relx.config
===> Writing config/sys.config
===> Writing config/vm.args
===> Writing .gitignore
===> Writing LICENSE
===> Writing README.md
λ cd myrelease
λ rebar3 compile
===> Compiling myrelease
λ rebar3 release
===> Compiling myrelease
===> Starting relx build process ...
===> Resolving OTP Applications from directories:
/home/tristan/Devel/rebar/priv/templates/myrelease/apps
/usr/lib/erlang/lib
===> Resolving available OTP Releases from directories:
/home/tristan/Devel/rebar/priv/templates/myrelease/apps
/usr/lib/erlang/lib
===> Resolved myrelease-0.1.0
===> Dev mode enabled, release will be symlinked
===> release successfully created!
λ _rel/myrelease/bin/myrelease console
....
=PROGRESS REPORT==== 16-Sep-2014::19:39:01 ===
application: sasl
started_at: 'myrelease@leon.localhost'
Eshell V6.1 (abort with ^G)
(myrelease@leon.localhost)1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment