kshitijyelpale / blockchain-hyperledger-fabric-electronic-patient-records

GNU General Public License v3.0
49 stars 43 forks source link

Cu dyxzur add hosp3 to the network #46

Closed sjathin closed 3 years ago

sjathin commented 3 years ago

To add hospital 3

  1. Add two hospitals
  • ./network.sh up createChannel
  • ./network.sh deployCC
  1. Optional - start the frontend and backend - any changes can be made

  2. Add Hosp3

  • cd addHosp3
  • ./addHosp3 up
  • ./addHosp3 deployCC
  1. Enrol admin of Hospital 3
  • cd server
  • node addHosp3.js

Now all the previous data persists. And new changes can be made without any restart.

kshitijyelpale commented 3 years ago

Task linked: CU-dyxzur Add Hosp3 to the network