github.com/phobos182/packer@v0.2.3-0.20130819023704-c84d2aeffc68/website/source/index.html.erb (about) 1 <div class="home"> 2 3 <header class="dark-background"> 4 <div class="container hero"> 5 <div class="row"> 6 <div class="span6 offset1"> 7 <h2> 8 <span class="text-green">Packer</span> is a tool for creating identical machine images for multiple platforms from a single source configuration. 9 </h2> 10 </div> 11 </div> 12 </div> 13 </header> 14 15 <section class="belt download"> 16 <div class="container"> 17 <div class="row download-row"> 18 <div class="download-container"> 19 <h2 class="uppercase"><a href="/downloads.html">Download v<%= latest_version %></a></h2> 20 </div> 21 </div> 22 </div> 23 </div> 24 </section> 25 26 <section class="marketting padded-lg"> 27 <div class="container"> 28 <div class="row"> 29 <div class="span6"> 30 <img src="/images/screenshots/vmware_and_virtualbox.png"> 31 </div> 32 33 <div class="span6"> 34 <h2 class="text-green text-center">Modern, Automated</h2> 35 <p> 36 Packer is easy to use and automates the creation of any type 37 of machine image. It embraces modern configuration management by 38 encouraging you to use automated scripts to install and 39 configure the software within your Packer-made images. 40 41 Packer brings machine images into the modern age, unlocking 42 untapped potential and opening new opportunities. 43 </p> 44 </div> 45 </div> 46 </div> 47 </section> 48 49 <section class="marketting padded-lg"> 50 <div class="container"> 51 <div class="row"> 52 <div class="span6"> 53 <h2 class="text-green text-center">Works Great With</h2> 54 <p> 55 Out of the box Packer comes with support to build images for 56 Amazon EC2, DigitalOcean, VirtualBox, and VMware. Support for 57 more platforms is on the way, and anyone can add new platforms 58 via plugins. 59 </p> 60 </div> 61 62 <div class="span6"> 63 <img src="/images/screenshots/works_with.png"> 64 </div> 65 </div> 66 </div> 67 </section> 68 69 </div> <!-- /.home -->