-
Notifications
You must be signed in to change notification settings - Fork 490
Install on Linux
Thndr edited this page Jan 19, 2017
·
16 revisions
- git, g++
sudo apt-get install git build-essential g++- NodeJS (node(4, 5, or 6), npm)
sudo apt-get install nodejs npmRecommended: Node v5
If you wish you can use Node Version Manager instead of basic Apt-Get nodejs
sudo apt-get install software-properties-common
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereumnpm install -g embarkSee the Quick Guide
Recommended: @2.0.9
npm install -g [email protected]- GO-IPFS
You will need to install GO and build IPFS locally to ensure it's using the latest features
You would want to launch it with: ipfs daemon --enable-pubsub-experiment
- JSIPFS - Uses port 5002 by default
While it's not 100% on parity with GO-IPFS, it seems to work and supports orbit.
To launch you would need to use jsipfs instead
npm i -g ipfsnpm i --save mocha