Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
vms:webdev:fabric [2017/03/17 03:48]
admin [Fabric Components]
vms:webdev:fabric [2017/03/17 03:52]
admin [Fabric Components]
Line 162: Line 162:
 > Cannot connect to the Docker daemon. Is the docker daemon running on this host? > Cannot connect to the Docker daemon. Is the docker daemon running on this host?
  
-This required to add the following in /​root/​.bashrc:​+This required to add the following in ''​/​root/​.bashrc''​:
 <​code>​ <​code>​
 export NVM_DIR="/​home/​sysadmin/​.nvm"​ export NVM_DIR="/​home/​sysadmin/​.nvm"​
 [ -s "​$NVM_DIR/​nvm.sh"​ ] && . "​$NVM_DIR/​nvm.sh" ​ # This loads nvm [ -s "​$NVM_DIR/​nvm.sh"​ ] && . "​$NVM_DIR/​nvm.sh" ​ # This loads nvm
 +</​code>​
 +
 +Also had to run a few commands //​manually//​ before I got it running (root in ''/​home/​sysadmin/​sample-applications/​packages/​getting-started''​):​
 +<​code>​
 +> docker pull hyperledger/​fabric-baseimage:​x86_64-0.1.0
 +> scripts/​download-hyperledger.sh
 +> scripts/​start-hyperledger.sh
 +> npm run deployNetwork /​home/​sysadmin/​sample-applications/​packages/​getting-started
 </​code>​ </​code>​