OS-level dependencies first, of course. ted@workstation:~$ sudo apt-get install python-dev libxml2-dev libxslt1-dev Works on My Machine Works on Our Machines Works in Production Wednesday, July 31, 13
My Machine Works on Our Machines Works in Production install_cmd = “apt-get update; apt-get install -y python-dev ”\ “libxml2-dev libxslt1-dev; pip install -r requirements.txt;” config.vm.provision :shell, :inline => install_cmd Wednesday, July 31, 13
11 Thing Under Test Database Container Integration Test Case Container Thing Serving HTTP Traffic Production Database Load Balancer Application Container Database Container Emacs My Workstation Jenkins Production Wednesday, July 31, 13