ipfs daemon &
, or whatever method you're using to run IPFS.ipfs-deploy
with Fission support that you may need to increase the number of open files that your operating system supports. This could also occur with fission watch
.fission up
calls your locally installed ipfs
command to add files to IPFS. We can see that it's using the 0.4.22 version of ipfs, installed using Homebrew in the "Cellar" where brew keeps installed items./etc/init.d/ipfs start/status/stop
to control the IPFS daemon.