Differences

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

Link to this comparison view

Next revision
Previous revision
Last revisionBoth sides next revision
hyperledger [2018/12/01 12:10] – created yairhyperledger [2018/12/01 12:26] 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+  npm install -g composer-cli@0.20 composer-rest-server@0.20 generator-hyperledger-composer@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 
 +