+-----------------------------------------------------------------------
| Running go-ipfs on OpenBSD
+-----------------------------------------------------------------------

First Run
=========

If you are running go-ipfs for the first time, you will have to initialize
its database first.

Run as root:

	# su -l -s /bin/sh _go-ipfs -c \
	    "IPFS_PATH=/var/go-ipfs /usr/local/bin/ipfs init"

File Descriptors
================

go-ipfs needs a lot of file descriptors. You will need an entry like this in
your login.conf(5):

	go_ipfs:\
		:openfiles=2048:\
		:tc=daemon:

Don't forget to rebuild the login.conf.db file (if necessary):

	# [ -f /etc/login.conf.db ] && cap_mkdb /etc/login.conf

Web Interface
=============

go-ipfs serves up a web interface on:

	 http://localhost:5001/webui/
