Skip to content

Latest commit

 

History

History
43 lines (37 loc) · 1.21 KB

README.md

File metadata and controls

43 lines (37 loc) · 1.21 KB

Pixel Cookbook

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.

Requirements

  • 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:

Usage

pixel::default

Just include pixel in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[pixel]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Test your change
  5. Submit a Pull Request using Github

License and Authors

Authors: Ian Clark
License: MIT. Be free!