Bash scripts to automate install of Docker and Hyperledger. Not necessary to running our Java application, but will be needed as system dependencies for deployment machines.
Related Issues/Tickets
QA Instruction, Screenshots etc...
To install Docker, execute install-docker.sh
To install Hyperledger and dependencies, execute install-hyperledger.sh (just a wrapper for the official install script so it doesn't have to be retrieved separately). This will also pull in sample code, binaries, containers, and scripts for use in running Hyperledger tutorials.
Added/updated tests?
[ ] Yes
[x] No: Bash utility scripts only, no code changes.
PR Checklist
[x] I have rebased this branch against develop/latest
PR type
Description
Bash scripts to automate install of Docker and Hyperledger. Not necessary to running our Java application, but will be needed as system dependencies for deployment machines.
Related Issues/Tickets
QA Instruction, Screenshots etc...
install-docker.sh
install-hyperledger.sh
(just a wrapper for the official install script so it doesn't have to be retrieved separately). This will also pull in sample code, binaries, containers, and scripts for use in running Hyperledger tutorials.Added/updated tests?
PR Checklist