Change all instances of Sun to Oracle
This commit is contained in:
parent
1e8aa3a42f
commit
e051e00f9f
|
@ -93,7 +93,7 @@ If you're box is booted simply run `vagrant ssh` from the root of your project d
|
|||
<a name="vagrant-up"> </a>
|
||||
## vagrant up
|
||||
|
||||
This command builds the [Sun VirtualBox](http://www.virtualbox.org) and sets it up based
|
||||
This command builds the [Oracle VirtualBox](http://www.virtualbox.org) and sets it up based
|
||||
on the specifications of the `Vagrantfile`. This command requires that the `Vagrantfile`,
|
||||
in the very least, specify a box to use. The basic tasks handled by the up command are
|
||||
listed below, not in any specific order:
|
||||
|
|
|
@ -4,7 +4,7 @@ title: Getting Started
|
|||
---
|
||||
# Getting Started with Vagrant
|
||||
|
||||
Vagrant uses [Sun's VirtualBox](http://www.virtualbox.org)
|
||||
Vagrant uses [Oracle's VirtualBox](http://www.virtualbox.org)
|
||||
to build configurable, lightweight, and portable virtual machines dynamically.
|
||||
The first couple pages serve to introduce you to Vagrant and what it has
|
||||
to offer while the rest of the guide is a technical walkthrough for building a
|
||||
|
@ -14,7 +14,7 @@ so other developers can get up and running in just a couple commands.
|
|||
|
||||
## Get VirtualBox
|
||||
|
||||
Vagrant depends on [Sun's VirtualBox](http://www.virtualbox.org) to create all of
|
||||
Vagrant depends on [Oracle's VirtualBox](http://www.virtualbox.org) to create all of
|
||||
it's virtual environments. VirtualBox is a general-purpose full virtualizer for
|
||||
x86 hardware. Targeted at server, desktop and embedded use, it is now the only
|
||||
professional-quality virtualization solution that is also Open Source Software.
|
||||
|
@ -56,4 +56,4 @@ should get used to the above snippet of code. After the initial setup of
|
|||
any Vagrant environment, the above is all any developer will need to create
|
||||
their development environment! Note that the above snippet does actually
|
||||
create a fully functional 360MB virtual machine running Ubuntu in the
|
||||
background, although the machine doesn't do much in this state.
|
||||
background, although the machine doesn't do much in this state.
|
||||
|
|
|
@ -11,7 +11,7 @@ By providing easy to configure, lightweight, reproducible, and portable virtual
|
|||
development environments, Vagrant helps maximize your productivity and flexibility.
|
||||
|
||||
Vagrant is a development tool which stands on the shoulders of giants, using tried and
|
||||
proven technologies to achieve its magic. Vagrant uses [Sun's VirtualBox](http://www.virtualbox.org)
|
||||
proven technologies to achieve its magic. Vagrant uses [Oracle's VirtualBox](http://www.virtualbox.org)
|
||||
to create its virtual machines and then uses [Chef](http://www.opscode.com/chef) to provision them.
|
||||
|
||||
## Benefits of Vagrant
|
||||
|
|
6
index.md
6
index.md
|
@ -5,7 +5,7 @@ title: Welcome
|
|||
Vagrant is a tool for building and distributing virtualized development environments.
|
||||
|
||||
By providing automated creation and provisioning of virtual machines
|
||||
using [Sun's VirtualBox](http://www.virtualbox.org), Vagrant provides
|
||||
using [Oracle's VirtualBox](http://www.virtualbox.org), Vagrant provides
|
||||
the tools to create and configure lightweight, reproducible, and portable
|
||||
virtual environments. For more information, see the part of the
|
||||
getting started guide on "[Why Vagrant?](/docs/getting-started/why.html)"
|
||||
|
@ -33,11 +33,11 @@ featured web development environment running! This is all possible with Vagrant.
|
|||
This is a compact feature list of Vagrant. For more information on any of
|
||||
the specific features, read the [getting started guide](/docs/getting-started/index.html).
|
||||
|
||||
* Automated virtual machine creation using [Sun's VirtualBox](http://www.virtualbox.org)
|
||||
* Automated virtual machine creation using [Oracle's VirtualBox](http://www.virtualbox.org)
|
||||
* Automated provisioning of virtual environments using [chef](http://www.opscode.com/chef)
|
||||
* Forward ports to the host machine
|
||||
* Full SSH access to created environments
|
||||
* Shared folders allows you to continue using your own editor
|
||||
* Package environments into distributable boxes
|
||||
* Completely tear down environment when you're done
|
||||
* Easily rebuild a complete environment with a single command
|
||||
* Easily rebuild a complete environment with a single command
|
||||
|
|
Loading…
Reference in New Issue