# kosmos-parity Cookbook This cookbook installs [Parity](https://parity.io/) nodes ## Requirements ### Platforms - Ubuntu ### Chef - Chef 12.1 or later ## Attributes ### kosmos-parity::default
Key Type Description Default
['kosmos-parity']['home_path'] String The parity user's home path /home/parity
## Usage ### kosmos-parity::default ### kosmos-parity::node_dev Sets up a parity node running on the dev chain on port 8545 (behind nginx, with HTTPS) ### kosmos-parity::node_testnet Sets up a parity node running on the testnet chain on port 8546 (behind nginx, with HTTPS) ## License and Authors Authors: * Greg Karékinian