and practices for collaboration between • software development and • IT operations (systems administration) professionals.“ (http://en.wikipedia.org/wiki/Devops)
practices for collaboration between • software development and • IT operations (systems administration) professionals.“ (http://en.wikipedia.org/wiki/Devops) DevOps?
\ http://files.vagrantup.com/lu cid32.box $ vagrant init $ vagrant up • Installiert Vagrant • Lädt vorkonfektionierte „Box“ herunter, also ein tar-File mit Image und Konfiguration • Erstellt das Vagrantfile • Fährt die Vagrant-Umgebung hoch
configure the chef solo provisioner config.vm.provision :chef_solo do |chef| # We're going to download our cookbooks from the web chef.recipe_url = "http://files.vagrantup.com/getting_started/cookbooks.tar.gz" chef.cookbooks_path = "cookbooks" # Tell chef what recipe to run chef.add_recipe("vagrant_main") end end