Last active
October 27, 2018 04:06
-
-
Save yongjun823/352622ee74722f82b46bf2ac1f1cd2ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sudo apt-get update | |
| curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash | |
| sudo apt-get install -y build-essential | |
| sudo npm install -g node-gyp | |
| sudo apt-get install -y python2.7 | |
| export PYTHON=/usr/bin/python2.7 | |
| sudo chown -R $USER /usr/local | |
| npm uninstall -g composer-cli | |
| npm install -g composer-cli@0.19.5 generator-hyperledger-composer@0.19.5 composer-rest-server@0.19.5 yo@2.0.0 composer-playground@0.19.5 | |
| # docker & docker-compose install | |
| # https://gist.github.com/audzms2776/2f805cbaa66fc85d5656890334e402f1 | |
| npm rebuild --unsafe-perm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment