Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| hyperledger [2018/12/01 12:10] – yair | hyperledger [2018/12/01 12:55] (current) – yair | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| https:// | https:// | ||
| + | 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 | + | npm install |
| + | 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 | ||
| + | |||
| + | stop at [[https:// | ||