-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Matt Misbach edited this page Apr 13, 2017
·
4 revisions
- GEDCOM X https://github.com/FamilySearch/gedcomx/blob/master/specifications/file-format-specification.md
- GEDCOM X https://github.com/FamilySearch/gedcomx/blob/master/specifications/json-format-specification.md
- JSON-LD https://en.wikipedia.org/wiki/JSON-LD
- STEMMA http://www.familyhistorydata.parallaxview.co/
- Install IPFS (https://ipfs.io/docs/install/)
- run: ipfs init
- 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"]'
- Run: ipfs daemon
- Go to http://localhost:5001/webui/