Change all instances of Sun to Oracle

This commit is contained in:
Cory Flanigan 2010-03-15 22:16:13 -04:00 committed by Mitchell Hashimoto
parent 1e8aa3a42f
commit e051e00f9f
4 changed files with 8 additions and 8 deletions

View File

@ -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> <a name="vagrant-up"> </a>
## vagrant up ## 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`, 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 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: listed below, not in any specific order:

View File

@ -4,7 +4,7 @@ title: Getting Started
--- ---
# Getting Started with Vagrant # 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. to build configurable, lightweight, and portable virtual machines dynamically.
The first couple pages serve to introduce you to Vagrant and what it has 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 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 ## 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 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 x86 hardware. Targeted at server, desktop and embedded use, it is now the only
professional-quality virtualization solution that is also Open Source Software. professional-quality virtualization solution that is also Open Source Software.

View File

@ -11,7 +11,7 @@ By providing easy to configure, lightweight, reproducible, and portable virtual
development environments, Vagrant helps maximize your productivity and flexibility. development environments, Vagrant helps maximize your productivity and flexibility.
Vagrant is a development tool which stands on the shoulders of giants, using tried and 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. to create its virtual machines and then uses [Chef](http://www.opscode.com/chef) to provision them.
## Benefits of Vagrant ## Benefits of Vagrant

View File

@ -5,7 +5,7 @@ title: Welcome
Vagrant is a tool for building and distributing virtualized development environments. Vagrant is a tool for building and distributing virtualized development environments.
By providing automated creation and provisioning of virtual machines 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 the tools to create and configure lightweight, reproducible, and portable
virtual environments. For more information, see the part of the virtual environments. For more information, see the part of the
getting started guide on "[Why Vagrant?](/docs/getting-started/why.html)" getting started guide on "[Why Vagrant?](/docs/getting-started/why.html)"
@ -33,7 +33,7 @@ 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 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). 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) * Automated provisioning of virtual environments using [chef](http://www.opscode.com/chef)
* Forward ports to the host machine * Forward ports to the host machine
* Full SSH access to created environments * Full SSH access to created environments