


You should get the following success message: " Successfully added box 'precise32' with provider 'virtualbox'!". Run the following command to install the precise32 box from the Vagrant website: vagrant box add precise32 precise32.box This is done with the vagrant box add command. So let’s install a box that can be used by multiple Vagrant environments later on. Part of what this makes work are virtual images called boxes.

That means you can set up some basic configuration once and then you or your team members can quickly deploy virtual private machines with identical software and settings. The idea behind Vagrant is to be able to quickly deploy development environments. Then, reconfigure the VirtualBox DKMS: sudo dpkg-reconfigure virtualbox-dkmsĪnd now you are ready for the good stuff. First, install Kernel headers: sudo apt-get install linux-headers-$(uname -r) Next up, you’ll need to take care a couple of more things. Make sure you replace the file name above with the one that was downloaded before. Next, install the package with the following command: dpkg -i vagrant_1.2.4_b This will download Vagrant to your system. Replace the URL you see above (following the wget command) with the one you just copied. Then head back to your terminal and run the following command: wget Once you are looking at the different versions of the latest release, right click over the one with the. Go to the downloads page of Vagrant and check for the latest release. Before going further, be sure that you have dpkg and Virtual box installed: sudo apt-get install dpkg-dev virtualbox-dkms To install Vagrant on your cloud server, you need to download and run the installation kit. Moreover, it allows team members to run multiple environments with the same exact configuration. The good thing about Vagrant is that by using a central place for configuration, you can deploy virtual private machines packed with all you need. It works on Linux, Mac OS X, or Windows and although by default it uses VirtualBox for managing the virtualization, it can be used with other providers such as VMware or AWS. Vagrant is a great open source software for configuring and deploying multiple development environments. You can use the search functionality at the top of the page to find a more recent version. If available, we strongly recommend using a guide written for the version of Ubuntu you are using. This guide might still be useful as a reference, but may not work on other Ubuntu releases. Reason: Ubuntu 12.04 reached end of life (EOL) on Apand no longer receives security patches or updates. Migrate the server data to a supported version.Upgrade from Ubuntu 14.04 to Ubuntu 16.04.If you are currently operate a server running Ubuntu 12.04, we highly recommend upgrading or migrating to a supported version of Ubuntu:

This article covers a version of Ubuntu that is no longer supported.
