Update the README

This commit is contained in:
Greg Karékinian 2019-07-05 15:58:06 +02:00
parent 0c6416f9c7
commit 79a12165a2

View File

@ -1,23 +1,23 @@
# ipfs Cookbook # IPFS Cookbook
This cookbook installs ipfs and starts it as a daemon This cookbook installs go-ipfs and starts it as a daemon
## Requirements ## Requirements
### Platforms ### Platforms
This cookbook is tested on Ubuntu 16.06, 14.04 and Debian 8 using Test Kitchen. This cookbook is tested on Ubuntu 18.06, 16.04 and Debian 9 using Test Kitchen.
It currently only supports 64bit platforms It currently only supports 64bit platforms
### Chef ### Chef
- Chef 12.5 or later (we are providing a - Chef 12.5 or later (the cookbook provides a
[Custom Resource](https://docs.chef.io/custom_resources.html) to configure [Custom Resource](https://docs.chef.io/custom_resources.html) to configure
IPFS) go-ipfs)
### Cookbook dependencies ### Cookbook dependencies
- `ark` to download and uncompress the Go IPFS package - `ark` to download and uncompress the go-ipfs package
## Usage ## Usage
@ -36,7 +36,7 @@ Just include `ipfs` in your node's `run_list`:
## Attributes ## Attributes
- `node.['ipfs']['version']` - the Go IPFS version to download from the official - `node['ipfs']['version']` - the go-ipfs version to download from the official
site (64bit) site (64bit)
- `node['ipfs']['checksum']` - the SHA256 checksum for the package - `node['ipfs']['checksum']` - the SHA256 checksum for the package
- `node['ipfs']['config']` - a hash of config options - `node['ipfs']['config']` - a hash of config options