python-pip
python-dev
nodejs
- git clone
git clone https://github.com/hkiridera/IPFS-SecletSharing.git
cd IPFS-SecletSharing/PKG
- pipの依存パッケージインストール
pip install -r requirements.txt
- IPFSのインストール
raspberrypiにipfsをインストールするansible
git clone https://github.com/hkiridera/ansible.git
cd ansible
ansible-playbook -i inventory/hosts rpi-ipfs.yml
- npmのパッケージのインストール
npm install
- parity
$ bash <(curl https://get.parity.io -kL)
- IPFS
IPFS/start.bat
- IPFS-SecletSharing
python api.py
http://localhost:18000/upload
http://localhost:18000/download
http://localhost:18000/metadatalist
http://localhost/IPFS-SecletSharing/html/upload.html
http://localhost/IPFS-SecletSharing/html/download.html
http://localhost/IPFS-SecletSharing/html/metadata.html
http://localhost/IPFS-SecletSharing/html/ipfs.html
準備中