Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 530 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 530 Bytes

ipfs-demo

A offline, mesh-networking demo of IPFS, originally for use by tomesh.net

WIP

Notes

  • Add nginx script so that it reverse proxies the flask server over IPv6 to port 80
  • It will be on /demo - an index file or something will redirect there from /
  • Install script involves importing demo key file
  • It's assumed that nodes 1 and 2 are peered over IPFS, and have the daemon started already
  • make /tmp/ipfs-demo folder as part of install
  • install flask and flask-socketio, eventlet too - with sudo -H I guess