hyperledger-archives / avalon

Hyperledger Avalon enables privacy in blockchain transactions, moving intensive processing from a main blockchain to improve scalability and latency, and to support attested Oracles
https://wiki.hyperledger.org/display/avalon/Hyperledger+Avalon
Apache License 2.0
136 stars 93 forks source link

Move the mywork directory used by Fabric proxy model #688

Closed ikegawa-koshi closed 4 years ago

ikegawa-koshi commented 4 years ago

Currently, when I try the Fabric proxy model, the "mywork" directory is created in my home directory (/home/ubuntu). I execute "sudo docker-compose -f ...... up --build"; but, it cannot be executed correctly. Because "volumes" in the docker-compose file ("avalon-fabric.yaml") are specified by the path using the tilde("~"). I think the "mywork" directory should be created in $TCF_HOME and should not be created in the home directory. This pull request changes the default location of the "mywork" directory from home directory to $TCF_HOME. And I change the path of "volume" in the docker-compose.yaml file.

Signed-off-by: ikegawa-koshi koshi.ikegawa.mf@hitachi.com