Last active
October 28, 2015 17:33
-
-
Save dignifiedquire/88399ef7517545fed169 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
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