Tong Li

Results 68 comments of Tong Li
trafficstars

@itaru2622 The issue is that using that path, minifabric knows what language the app is using, without it, you need another parameter. I would prefer not to adding another parameter....

hmmm. then you need to specify how to get it started, right? currently we have this script to kick off either go or node, assuming that main.js or main.go available...

@itaru2622 I do not really feel very comfortable asking user to author a yaml file in addition to their own application. what we can do to remove this will be...

@itaru2622 I think that is what I am saying, user can do whatever they want to do with startapp.sh, we mount a directory /vars/app directory and call startapp.sh. that is...

@vipinsun the reason for stopapp.sh is to kill the application? are you saying that some of the apps are more like a server programs and wont finish on its own?...

Thinking about more of this, I would really prefer just one script for user to be able to write or overwrite. The script can be really simple or complex which...

@jsolderitsch jim, down is basically kills the containers (nodes), it will not remove any data such as ledger, so when you try to bring things up again, it should fail...

You were not using minifabric, right? Or you were using minifabric for the process? If you were, try to install the chaincode comes with minifabric, if it works then most...

Probably try using the go chain code to see the results. If go chain code goes well, the problem must be in the chain code. Thanks for trying. On Jul...

Jacques, Very nice. Glad that you think that Minifabric is helpful and to is a fan of it. If you can manage fixing the node chain code (it is probably...