Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revisionBoth sides next revision
hyperledger [2018/12/01 12:10] yairhyperledger [2018/12/01 12:19] yair
Line 3: Line 3:
 https://hyperledger.github.io/composer/latest/integrating/getting-started-rest-api https://hyperledger.github.io/composer/latest/integrating/getting-started-rest-api
  
 +follow install section
 make sure you install with node v8.9 use  make sure you install with node v8.9 use 
   nvm install v8.9 && nvm use v8.9   nvm install v8.9 && nvm use v8.9
   npm install composer-cli@0.20 composer-rest-server@0.20 composer-hyperledger-generator@0.20 yo   npm install composer-cli@0.20 composer-rest-server@0.20 composer-hyperledger-generator@0.20 yo
 +
 +add yourself to the docker group before continuing
 +  sudo usermod -a -G docker $USER
 +  #to get access to that group in your current shell.
 +  newgrp docker
 +