Re: cuttlefish

2015-11-09 Thread Michael L Martin
Thanks! I will look at this sometime this week, when I get a chance. On 11/08/2015 08:49 PM, Drew Kerrigan wrote: Hi Michael/Luke, This thread is old, but after fighting through similar issues with cuttlefish, clique, and node package, I put together a simple skeleton app using all of those

Re: cuttlefish

2015-11-08 Thread Drew Kerrigan
Hi Michael/Luke, This thread is old, but after fighting through similar issues with cuttlefish, clique, and node package, I put together a simple skeleton app using all of those for myself and others: https://github.com/drewkerrigan/erlang-app-skeleton Hopefully someone weekday finds it useful as

Re: cuttlefish

2015-10-29 Thread Michael Martin
It's not open source yet. It needs quite a bit more testing before I'm comfortable releasing it into the wild, but that will happen soon, I hope. On 10/29/2015 11:42 AM, Luke Bakken wrote: Hi Michael, Please use "Reply All" so that riak-users is included in this discussion. I am assuming tha

Re: cuttlefish

2015-10-29 Thread Luke Bakken
Hi Michael, Please use "Reply All" so that riak-users is included in this discussion. I am assuming that the important part, for Riak, is here: https://github.com/basho/riak/blob/develop/rel/vars.config#L55-L59 Is your application open-source? I would be interested in getting relx support into

Re: cuttlefish

2015-10-29 Thread Luke Bakken
Hi Michael, I'm figuring this out as I go as well. I searched for "riak.conf" (https://github.com/basho/riak/search?q=riak.conf) and got a hit here: https://github.com/basho/riak/blob/develop/rel/rebar.config I suspect this configuration is what causes "riak.conf" to be generated at build time,

Re: cuttlefish

2015-10-29 Thread Luke Bakken
Hi Michael, This wiki page may be of interest: https://github.com/basho/cuttlefish/wiki/Cuttlefish-for-Erlang-Developers After cuttlefish loads and processes your schemas, the variables and values are available via Erlang's standard application:get_env() function as though they were loaded from t