Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
Add output from ipfs daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardLitt authored and Lars Gierth committed Nov 14, 2016
1 parent 29f6009 commit 4af0012
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions src/2-run-ipfs-on-a-vps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,21 @@ Now you're ready to start IPFS!

ipfs daemon &

This should output the following into your terminal:

[1] 16252
Initializing daemon...
Adjusting current ulimit to 1024.
> Swarm listening on /ip4/127.0.0.1/tcp/4001
Swarm listening on /ip4/172.20.20.20/tcp/4001
Swarm listening on /ip4/73.114.34.208/tcp/37131
Swarm listening on /ip6/::1/tcp/4001
API server listening on /ip4/127.0.0.1/tcp/5001
Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8080
Daemon is ready

Note that this will in the background, so you won't need to switch to a new window. You can make sure it is running using the `jobs` command.

Give it a minute to connect to some other IPFS nodes, and then test that it's working by running a quick test:

echo "hello world" | ipfs add
Expand Down

0 comments on commit 4af0012

Please sign in to comment.