Installation of IPFN client requires only Go compiler installed.
go get -u github.com/ipfn/ipfnIn the future relases will be available to download for all major platforms.
If you want to start IPFN core development you can give it a quick try with Vagrant or Docker:
git clone --recursive https://github.com/ipfn/ipfn.git && cd ipfnTo start development using Vagrant run following commands in source directory:
vagrant upThere is a prebuilt ipfn/dev Vagrant box.
NOTE: This may have parts missing or be outdated.
vagrant init ipfn/devTo start development using Docker you can download latest environment image:
docker pull ipfn/env:latestStart in IPFN source code directory or replace the $(pwd) with it's location:
docker run -it -v $(pwd):/src ipfn/env:latestThis is only required to work on IPFN and not to use it.