Discussions
How to protect my source code project which is built with rebar3 ?
almost 2 years ago by Astrolab
Hi,
I have built a project using:
$ rebar3 new app myhello
Now, everytime I want to run my project, I need to run:
$ rebar3 shell
I want to deploy my project on an external server, without sharing my source code .erl.
How to do this please?
Thanks