2017-02-27 18:45:18 +01:00

34 lines
420 B
Markdown

# ipfs Cookbook
This cookbook installs ipfs and starts it as a daemon
## Requirements
### Platforms
This cookbook is tested on Ubuntu 16.06, 14.04 and Debian 8 using Test Kitchen
### Chef
- Chef 12.0 or later
## Usage
### ipfs::default
Just include `ipfs` in your node's `run_list`:
```json
{
"name":"my_node",
"run_list": [
"recipe[ipfs]"
]
}
```
## License and Authors
Authors: Greg Karékinian