User login

Vagrant and Virtual Machine Creation

Hi, Romy here, making my first post to Open Data, sharing snippets of resources and information I come across as I venture into the fascinating world that is command line.

This was shared to me via IRC by Sam Kottler, whom you should google and be jealous.

Vagrant is a Ruby-based tool for rapidly building and distributing virtualized development environments.

http://vagrantup.com/

Their website states, "By providing automated creation and provisioning of virtual machines using Oracle’s VirtualBox, Vagrant provides the tools to create and configure lightweight, reproducible, and portable virtual environments."

Take note, that one's first script can look like:

$ gem install vagrant
$ vagrant box add base http://files.vagrantup.com/lucid32.box
$ vagrant init
$ vagrant up

I hope you understand how this could really r0x0rz your s0x0rz, because to go about creating a virtual environment manually can take a few hours. Even Stefan Freudenberg at one point took an hour recently, to set up a virtual machine.

<3 <3 Vagrant

Searched words: 
Vagrant, Virtual Machine, Linux, Command Line, Terminal, Ruby,

Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <img> <blockquote> <small> <h2> <h3> <h4> <h5> <h6> <sub> <sup> <p> <br> <strike> <table> <tr> <td> <thead> <th> <tbody> <tt> <output>
  • Lines and paragraphs break automatically.

More information about formatting options

By submitting this form, you accept the Mollom privacy policy.