This cookbook prepares an Ubuntu 14.04 server for Pixel deployment. It
installs the necessary packages and creates a user (complete with authorized_keys file) to use for deploying and
running the application. I personally use Capistrano to deploy Pixel, and as soon as I figure out a good place
for it I'll share my deploy.rb
.
- Only tested on Ubuntu 14.04
- You must create your own files/default/authorized_keys until I get around to making it an attribute or template.
- Requires the following cookbooks:
Just include pixel
in your node's run_list
:
{
"name":"my_node",
"run_list": [
"recipe[pixel]"
]
}
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Test your change
- Submit a Pull Request using Github
Authors: Ian Clark
License: MIT. Be free!