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

Developing for multi-component environments while keeping your sanity

Developing for multi-component environments while keeping your sanity

A session at 33rd Degree 2013

Managing a modern multi-component application in a continuous integration/deployment environment can be very tricky. In this session we will concentrate on two of the aspects - environment setup, showcasing tools like Vagrant, Chef and Puppet for creating and controlling development, testing, staging, production and other environments and pushing the deliverables through those environments, using tools like Gradle, Jenkins and Artifactory. Join us and get all the little tips and tricks that will help you rule your development world.

Baruch Sadogursky

March 14, 2013
Tweet

More Decks by Baruch Sadogursky

Other Decks in Technology

Transcript

  1. 1. Vagrant boots centos on virtualbox 2. Chef install s

    all db and service rpms from private YUM repo
  2. 1. Vagrant boots centos on virtualbox 2. Chef install s

    all db and service rpms from private YUM repo 3. Profit!
  3. The good 1. Easy setup 2. Same setup ( inc.

    Ci ) 3.changes provisioning
  4. The good 1. Easy setup 2. Same setup ( inc.

    Ci ) 3.changes provisioning 4.Kill instead of fix