2018-02-20 22:33:30 +00:00
|
|
|
# Install IPFS as Daemon
|
|
|
|
|
2018-02-25 15:38:01 +00:00
|
|
|
|
2018-02-20 22:33:30 +00:00
|
|
|
used on Debian based Distros
|
|
|
|
|
2018-02-25 15:38:01 +00:00
|
|
|
apt-get install -y git wget tar gzip sudo
|
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-02-20 22:33:30 +00:00
|
|
|
sudo ./setup-ipfs-daemon
|
|
|
|
|
2018-02-25 17:10:47 +00:00
|
|
|
ipfs save files in /var/spool/ipfs/
|