vagrant/website/source/index.html.erb

113 lines
3.3 KiB
Plaintext
Raw Normal View History

---
description: |-
2016-01-19 19:54:13 +00:00
Vagrant enables users to create and configure lightweight, reproducible, and
portable development environments.
---
2013-09-03 20:48:55 +00:00
<div class="page home">
2016-01-19 19:54:13 +00:00
<section class="hero">
<div class="container">
<div class="hero-content">
2013-09-03 20:48:55 +00:00
2016-01-19 19:54:13 +00:00
<div class="row">
<div class="col-md-8 col-md-offset-2">
<hgroup>
<h1>Development<br>environments<br>made easy.</h1>
<h2>Create and configure lightweight, reproducible, and portable development environments.</h2>
</hgroup>
</div>
</div>
2013-09-03 20:48:55 +00:00
2016-01-19 19:54:13 +00:00
<div class="row">
<a href="/downloads.html" class="no-hover-underline">
<div id="button-download" class="button col-md-3 col-md-offset-3">
<span>Download</span>
</div>
</a>
2013-09-03 20:48:55 +00:00
2016-01-19 19:54:13 +00:00
<a href="/docs/getting-started/" class="no-hover-underline">
<div id="button-get-started" class="button button col-md-3">
<span>Get Started</span>
</div>
</a>
</div>
</div>
</div>
</section>
2013-09-03 20:48:55 +00:00
2016-01-19 19:54:13 +00:00
<section class="why-vagrant">
<div class="container">
<div class="row">
<h1 class="col-md-12">
Vagrant will change how you work
</h1>
</div>
<div class="row">
2016-01-20 02:12:18 +00:00
<div class="col-sm-8 col-sm-offset-2">
2016-01-19 19:54:13 +00:00
<hgroup>
<h3>Set Up</h3>
<h4>
Download and install Vagrant within minutes on Mac OS X, Windows, or a popular distribution of Linux. No complicated setup process, just a simple to use OS-standard installer.
</h4>
</hgroup>
2016-01-19 19:54:13 +00:00
<hgroup>
<h3>Configure</h3>
<h4>
Create a single file for your project to describe the type of machine you want, the software that needs to be installed, and the way you want to access the machine. Store this file with your project code.
</h4>
</hgroup>
2016-01-19 19:54:13 +00:00
<hgroup>
<h3>Work</h3>
<h4>
Run a single command &mdash; "vagrant up" &mdash; and sit back as Vagrant puts together your complete development environment. Say goodbye to the "works on my machine" excuse as Vagrant creates identical development environments for everyone on your team.
</h4>
</hgroup>
</div>
</div>
</div>
</section>
2013-09-03 20:48:55 +00:00
2016-01-19 19:54:13 +00:00
<section class="get-started">
<div class="container">
<div class="row">
<div class="col-md-12">
2013-09-03 20:48:55 +00:00
2016-01-19 19:54:13 +00:00
<h1 class="all-caps">
See how easy it is
</h1>
<pre>
$ vagrant init hashicorp/precise64
2013-09-03 20:48:55 +00:00
$ vagrant up
2016-01-19 19:54:13 +00:00
</pre>
</div>
</div>
<div class="row">
<a href="/docs/getting-started/" class="no-hover-underline">
<div class="button white-button with-carat col-md-6 col-md-offset-3">
<span>get started&raquo;</span>
</div>
</a>
</div>
</div>
</section>
2013-09-03 20:48:55 +00:00
2016-01-19 19:54:13 +00:00
<section class="customers black">
<div class="container">
<div class="row">
<div class="customers-content col-md-12">
<h1 class="all-caps">
Trusted by
</h1>
<div class="customer-logos">
<%= image_tag "customers.png", alt: "customers", width: 941, height: 111 %>
</div>
</div>
</div>
</div>
</section>
2013-09-03 20:48:55 +00:00
2016-01-19 19:54:13 +00:00
</div>