Skip to content

Instantly share code, notes, and snippets.

@dignifiedquire
Last active October 28, 2015 17:33
Show Gist options
  • Save dignifiedquire/88399ef7517545fed169 to your computer and use it in GitHub Desktop.
Save dignifiedquire/88399ef7517545fed169 to your computer and use it in GitHub Desktop.
git clone [email protected]:ipfs/node-ipfs-api.git
cd node-ipfs-api
git checkout solid-tests
# Ensure node@4 npm@3
npm install
# Update to ipfs master
cd node_modules/go-ipfs
# Edit install.js so that `var filename = 'ipfs_master'+'_' + goenv.GOOS + '-' + goenv.GOARCH + '.zip'`
node install.js
cd ../ipfsd-ctl/node_modules/go-ipfs
# Edit install.js same way as above
node install.js
cd ../../..
npm test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment