0.0.131 • Published 6 years ago

@alchmy/librarian v0.0.131

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
6 years ago

Installing an IPFS Node to serve your files locally or globally

For quickly setting up IPFS redundancy servers for serving your data. There is really no more than a simple install here. Running the script will download an IPFS Daemon from http://dist.ipfs.io/ , It will then install the daemon, and add it as a service. Then using the two systemctl commands below will turn on the service and set it to automatically turn on at startup.

Installation

chmod +x ./ipfs-linux-install.sh
systemctl start ipfs.service
systemctl enable ipfs.service
0.0.131

6 years ago

0.0.12

6 years ago

0.0.11

6 years ago