0.1.2 • Published 7 years ago

ipfs-pub v0.1.2

Weekly downloads
3
License
CC0-1.0
Repository
github
Last release
7 years ago

IPFS Pub

A service for publishing files to IPFS.

Install

Install the IPFS command-line daemon:

# Grab the latest version from here: https://dist.ipfs.io/#go-ipfs
curl -O https://dist.ipfs.io/go-ipfs/v0.4.8/go-ipfs_v0.4.8_linux-amd64.tar.gz

# Unpack the tarball.
tar xvfz go-ipfs.tar.gz

# Open the extracted directory.
cd go-ipfs

# Run the install script (which simply moves the `ipfs` binary to the `/usr/local/bin` directory).
./install.sh

Install the Node dependencies:

npm install

Usage

From one tab in the command line, start the IPFS daemon:

ipfs daemon

From another tab in the command line, start the local Node development server:

npm start

License

CC0 1.0 Universal (CC0 1.0) — Public Domain Dedication

0.1.2

7 years ago

0.1.1

7 years ago