Commit f1cec40c authored by anand's avatar anand

Update README.md

parent fd940f34
......@@ -322,7 +322,7 @@ Setting up of hyperledger fabric cluster requires the following steps. Creating
- Set "INSTALL_BANK_CHAINCODE" in _"group_vars/all.yml"_ to **'n'**
- By default it is set to **'y'**
- **_Sample Bank App Chaincode Repository :_** https://github.com/bityoga/articonf-bank-chaincode.git
- **_Sample Bank App Chaincode Repository :_** [articonf-bank-chaincode](../articonf-bank-chaincode)
**b) Deploying Demo Bank App Application**
......@@ -330,5 +330,5 @@ Setting up of hyperledger fabric cluster requires the following steps. Creating
- Execute: `ansible-playbook -v 105.deploy_bank_app.yml --flush-cache -u root`
- Deploys the sample bank app as a docker service as a demo prototype
- The service will be exposed in **port : 3000**.
- **_App Repository :_** https://github.com/bityoga/articonf-bank-app
- **_App Repository :_** [articonf-bank-app](../articonf-bank-app)
- The playbook clones the github repository and runs the app as a docker service in port 3000
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment