packer-cn/website/source/index.html.erb

74 lines
1.9 KiB
Plaintext

<div class="home">
<header class="dark-background">
<div class="container hero">
<div class="row">
<div class="span6 offset1">
<h2>
<span class="text-green">Packer</span> is a tool for creating identical machine images for multiple platforms from a single source configuration.
</h2>
</div>
</div>
</div>
</header>
<section class="belt download">
<div class="container">
<div class="download-container">
<h2 class="uppercase"><a href="#">Download v0.1</a></h2>
<small class="uppercase mono">
<a href="#">
Release Notes
<!-- {{releasedate}} -->
<span>06/17/13</span>
</a>
</small>
</div>
</div>
</section>
<section class="about padded-lg">
<div class="container">
<div class="row">
<div class="span6">
<img src="/images/screenshots/vmware_and_virtualbox.png">
</div>
<div class="span6">
<h2 class="text-green">Modern, Automated</h2>
<p>
Packer is easy to use and automates the creation of any type
of machine image. It embraces modern configuration management by
encouraging you to use automated scripts to install and
configure the software within your Packer-made images.
Packer brings machine images into the modern age, unlocking
untapped potential and opening new opportunities.
</p>
</div>
</div>
</div>
</section>
<section class="vendors padded-lg">
<div class="container">
<div class="row">
<div class="span6">
<h2 class="text-green text-center">Works Great With</h2>
<p>
Out of the box Packer comes with support to build images for
Amazon EC2, DigitalOcean, VirtualBox, and VMware. Support for
more platforms is on the way, and anyone can add new platforms
via plugins.
</p>
</div>
<div class="span6">
<img src="/images/screenshots/works_with.png">
</div>
</div>
</div>
</section>
</div> <!-- /.home -->