Skip to content
Matt Misbach edited this page Apr 13, 2017 · 4 revisions

github clones

File format options:

Steps to run the IPFS server/client

  1. Install IPFS (https://ipfs.io/docs/install/)
  2. run: ipfs init
  3. Add CORS headers
    • ipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["*"]'
  • ipfs config --json API.HTTPHeaders.Access-Control-Allow-Methods '["PUT", "GET", "POST"]'
  • ipfs config --json API.HTTPHeaders.Access-Control-Allow-Credentials '["true"]'
  1. Run: ipfs daemon
  2. Go to http://localhost:5001/webui/
Clone this wiki locally