Skip to content

Instantly share code, notes, and snippets.

@yongjun823
Last active October 27, 2018 04:06
Show Gist options
  • Select an option

  • Save yongjun823/352622ee74722f82b46bf2ac1f1cd2ec to your computer and use it in GitHub Desktop.

Select an option

Save yongjun823/352622ee74722f82b46bf2ac1f1cd2ec to your computer and use it in GitHub Desktop.
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