

The comments in the Vagrantfile as well as documentation on Ready to `vagrant up` your first virtual environment! Please read Or create a new box in a new folder using a command like vagrant init makker/CO78SwGUI -box-version 1, continued by vagrant up: d:\Projects\vagrant\co78>vagrant init makker/CO78SwGUI -box-version 1Ī `Vagrantfile` has been placed in this directory. You can get there from the main page of. But let me go through the process my self.įirst you'll need an account on the Vagrant Cloud. I found this step by step article that guided me through the process. So I distributed the vagrant project with all the installers including the box on a stick.īut now, preparing for my laptop switch and distributing it for my colleagues, it seems a good idea.

And to simultaneously download the same box by every participant, did not seem a good idea. And it is surprisingly easy, of course! Why I didn't do that before? Well, actually, I started with this by preparing a workshop for colleagues. This morning I decided to figure out how to publish them on the Vagrant cloud. So if you wanted to use my projects that I posted on GitHub, you had not only to have the install binaries in a certain folder structure, but also the particular box downloaded in the particular boxes folder. Up till now I used local file based boxes. Also others will going to use my vagrant project. And for that I'll be going to switch laptops. This week I was busy creating a new box with Oracle Linux, later switching to CentOS and installing several IDE's in it. Last year I wrote about how I created a seemless desktop using Vagrant, VirtualBox en MobaXterm.
