Re: nodejs reactive layer

2015-10-20 Thread Charles Butler
Greetings Adam, Replies inline - and to keep things consistent, I will be referring to the newer nomenclature of the charm build process/tooling: On Mon, Oct 19, 2015 at 9:23 AM, Adam Stokes wrote: > 'm looking to get my nodejs layer[1] included at >

nodejs reactive layer

2015-10-19 Thread Adam Stokes
I'm looking to get my nodejs layer[1] included at http://interfaces.juju.solutions and wanted to make sure that this charm can be properly tested. I noticed that a Makefile is generated during `charm-compose` and was curious how I can utilize that with amulet or whatever the preferred way to test

Re: nodejs reactive layer

2015-10-19 Thread Adam Stokes
Additionally I was hoping I could just layer my application on top of the nodejs layer and have my node version available to the application layer so it would look like: - base layer - node layer - application api layer The application api layer would then have access to node/npm during charm