Go to file
6543 1841508b68 create remove and purge script
rename install script
2018-03-14 22:51:31 +01:00
LICENSE LICENSE: GPL3 2018-02-20 22:29:13 +01:00
README.md create remove and purge script 2018-03-14 22:51:31 +01:00
ToDo.md gen ToDo 2018-02-25 18:07:19 +01:00
install create remove and purge script 2018-03-14 22:51:31 +01:00
ipfs.initd create remove and purge script 2018-03-14 22:51:31 +01:00
purge create remove and purge script 2018-03-14 22:51:31 +01:00
remove create remove and purge script 2018-03-14 22:51:31 +01:00
setup-ipfs-daemon * write env vars in init.d script 2018-02-25 18:03:55 +01:00

README.md

IPFS as Service / Daemon

Requirement

on Debian based Distros install it with:

apt-get install -y git wget tar gzip sudo

Install

ipfs will save files in /var/spool/ipfs/ and run as "ipfs" if you like to change this, edit Settings section in "./install" before execution

git clone https://github.com/6543/ipfs_daemon
cd ipfs_daemon
sudo ./install

Remove

sudo ./remove

Purge

to delete all data use:

sudo ./purge