Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Cook like a Chef

bdcravens
October 21, 2013

Cook like a Chef

Presented at the October Houston Ruby (Ruby Brigade) meetup. Covers Vagrant and Chef.

bdcravens

October 21, 2013
Tweet

Other Decks in Programming

Transcript

  1. Who Am I? • Billy Cravens • Director of Technology,

    Refund Retriever • Polyglot and general nerd • Manager, Houston ColdFusion Users Group • @bdcravens • www.billycravens.com www.billy.io Monday, October 21, 13
  2. Shameless Plug! • Audit late packages and incorrect charges •

    No risk refunds • Build e-commerce sites? Let’s talk! • www.RefundRetriever.com • www.Refund-Retriever.com Monday, October 21, 13
  3. Adding a vagrant box • Command line • vagrant box

    add name-of-box url-of-box • by URL of box • http://vagrantbox.es • http://cloud-images.ubuntu.com/vagrant/ Monday, October 21, 13
  4. Box commands • vagrant box list • vagrant box remove

    name [provider] Monday, October 21, 13
  5. Creating your own box • VeeWee • gem install veewee

    • github.com/jedi4ever/veewee • Packer.io • also by Mitchell • creates VM images • Vagrant post-processor Monday, October 21, 13
  6. vagrant Plugins • install, uninstall, list • berkshelf • librarian-chef

    • vbguest • many more: https://github.com/mitchellh/ vagrant/wiki/Available-Vagrant-Plugins Monday, October 21, 13
  7. Hosted chef • by OpsCode • self-hosted • written in

    Erlang (Erchef) Monday, October 21, 13