Commit d131176351405637fad99eabce8be015d4c006f8

Authored by Jacob Vosmaer
1 parent a31b23e9

Remove Vagrant documentation

We are not using Vagrant.
Showing 1 changed file with 0 additions and 48 deletions   Show diff stats
doc/build.md
... ... @@ -134,51 +134,3 @@ Full help for the Omnibus command line interface can be accessed with the
134 134 ```shell
135 135 $ bin/omnibus help
136 136 ```
137   -
138   -## Vagrant-based Virtualized Build Lab
139   -
140   -Every Omnibus project ships will a project-specific
141   -[Berksfile](http://berkshelf.com/) and [Vagrantfile](http://www.vagrantup.com/)
142   -that will allow you to build your projects on the following platforms:
143   -
144   -* CentOS 5 64-bit
145   -* CentOS 6 64-bit
146   -* Ubuntu 10.04 64-bit
147   -* Ubuntu 11.04 64-bit
148   -* Ubuntu 12.04 64-bit
149   -
150   -Please note this build-lab is only meant to get you up and running quickly;
151   -there's nothing inherent in Omnibus that restricts you to just building CentOS
152   -or Ubuntu packages. See the Vagrantfile to add new platforms to your build lab.
153   -
154   -The only requirements for standing up this virtualized build lab are:
155   -
156   -* VirtualBox - native packages exist for most platforms and can be downloaded
157   -from the [VirtualBox downloads page](https://www.virtualbox.org/wiki/Downloads).
158   -* Vagrant 1.2.1+ - native packages exist for most platforms and can be downloaded
159   -from the [Vagrant downloads page](http://downloads.vagrantup.com/).
160   -
161   -The [vagrant-berkshelf](https://github.com/RiotGames/vagrant-berkshelf) and
162   -[vagrant-omnibus](https://github.com/schisamo/vagrant-omnibus) Vagrant plugins
163   -are also required and can be installed easily with the following commands:
164   -
165   -```shell
166   -$ vagrant plugin install vagrant-berkshelf
167   -$ vagrant plugin install vagrant-omnibus
168   -```
169   -
170   -Once the pre-requisites are installed you can build your package across all
171   -platforms with the following command:
172   -
173   -```shell
174   -$ vagrant up
175   -```
176   -
177   -If you would like to build a package for a single platform the command looks like this:
178   -
179   -```shell
180   -$ vagrant up PLATFORM
181   -```
182   -
183   -The complete list of valid platform names can be viewed with the
184   -`vagrant status` command.
... ...