2018-03-14 21:51:31 +00:00
|
|
|
# IPFS as Service / Daemon
|
2018-02-20 22:33:30 +00:00
|
|
|
|
2018-03-14 21:51:31 +00:00
|
|
|
## Requirement
|
2018-02-25 15:38:01 +00:00
|
|
|
|
2018-03-14 21:51:31 +00:00
|
|
|
on Debian based Distros install it with:
|
2018-02-20 22:33:30 +00:00
|
|
|
|
2018-02-25 15:38:01 +00:00
|
|
|
apt-get install -y git wget tar gzip sudo
|
2018-03-14 21:51:31 +00:00
|
|
|
|
|
|
|
## 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
|
|
|
|
|
2018-02-20 22:33:30 +00:00
|
|
|
git clone https://github.com/6543/ipfs_daemon
|
2018-02-25 15:38:01 +00:00
|
|
|
cd ipfs_daemon
|
2018-03-14 21:51:31 +00:00
|
|
|
sudo ./install
|
|
|
|
|
|
|
|
## Remove
|
|
|
|
|
|
|
|
sudo ./remove
|
|
|
|
|
|
|
|
## Purge
|
|
|
|
to delete all data use:
|
2018-02-20 22:33:30 +00:00
|
|
|
|
2018-03-14 21:51:31 +00:00
|
|
|
sudo ./purge
|