1 00:00:02,420 --> 00:00:10,200 The next thing is installing Vagrant and its plug ins, a vagrant will give you the power to create 2 00:00:10,200 --> 00:00:12,520 the virtual machine from the ground up. 3 00:00:13,340 --> 00:00:16,970 So go to the Post page about metastable three again. 4 00:00:18,490 --> 00:00:21,010 Follow the vagrant link by clicking here. 5 00:00:22,580 --> 00:00:29,510 And from the above menu, click download to see the options now here, you can choose whatever version 6 00:00:29,510 --> 00:00:30,620 is right for you. 7 00:00:31,950 --> 00:00:37,460 And again, I'm going to download the 64 bit version of Vagrant for Windows, so I click here. 8 00:00:38,600 --> 00:00:44,510 But I don't want to wait for it to finish, so I'll cancel it because I've already downloaded it before 9 00:00:44,510 --> 00:00:47,360 and I know exactly where it is and my downloads folder. 10 00:00:48,700 --> 00:00:49,900 Insulation is easy. 11 00:00:51,800 --> 00:00:54,590 And I'll double click on the vagrant executable. 12 00:00:57,480 --> 00:01:00,080 Read the agreement and accept it. 13 00:01:03,300 --> 00:01:12,930 Next, you can but don't touch the default folders and paths while installing it's going to cause some 14 00:01:12,930 --> 00:01:14,020 headaches later, believe me. 15 00:01:14,460 --> 00:01:15,600 So next. 16 00:01:16,540 --> 00:01:17,290 Install. 17 00:01:18,940 --> 00:01:21,250 And then wait until the insulation finishes. 18 00:01:24,420 --> 00:01:29,430 Oh, it's finished, and click here to complete the insulation. 19 00:01:31,330 --> 00:01:34,570 Now, vagrant does require a restart after installation. 20 00:01:35,750 --> 00:01:41,930 So make sure that you save your work and any of the other windows and then restart your computer to 21 00:01:41,930 --> 00:01:45,230 complete the vagrant installation, and that's what I'm going to do here. 22 00:01:46,780 --> 00:01:49,030 OK, so I restarted my computer. 23 00:01:50,390 --> 00:01:55,130 Now, I'm going to open the command line again, and this time I'll type vagrant. 24 00:01:56,810 --> 00:02:02,810 Now, if you see the vagrant help menu on the screen like this, it means that you installed vagrant 25 00:02:02,810 --> 00:02:03,530 successfully. 26 00:02:04,500 --> 00:02:08,870 Now, I would want to say congratulations, but we haven't finished yet. 27 00:02:10,030 --> 00:02:12,460 You should install the vagrant plug in. 28 00:02:13,780 --> 00:02:21,130 So the first one is vagrant reload, plug in, so let's type in vagrant. 29 00:02:23,060 --> 00:02:28,670 Plug in, install vagrant reload. 30 00:02:30,730 --> 00:02:31,720 To the command line. 31 00:02:34,010 --> 00:02:34,810 A little bit. 32 00:02:38,000 --> 00:02:39,200 Allow the firewall. 33 00:02:42,870 --> 00:02:51,750 OK, so it's finished, and now I will look at the vagrant version by typing vagrant version. 34 00:02:52,920 --> 00:02:57,180 And as you can see here, my version is 2.0 2.0. 35 00:02:58,320 --> 00:03:02,830 So now this means that you need to install another additional plug in. 36 00:03:03,660 --> 00:03:05,940 So open up your browser and type. 37 00:03:07,810 --> 00:03:11,800 Vagrant Vehbi guest plugin. 38 00:03:13,280 --> 00:03:16,640 Now, if the vagrant version is greater than one point one. 39 00:03:17,610 --> 00:03:24,300 Then you should also install this plugin, which helps Vagrant to install a virtual box guest addition 40 00:03:24,330 --> 00:03:26,840 automatically on the guest system. 41 00:03:28,120 --> 00:03:29,320 Know it's just a little timesaver. 42 00:03:30,680 --> 00:03:34,250 So copy or memorize this command that I marked. 43 00:03:35,950 --> 00:03:44,170 And OK, so I'm going to open the Windows command line again and type in vagrant plug in. 44 00:03:45,990 --> 00:03:52,320 Install vagrant Vehbi guest and then hit enter to install it. 45 00:03:54,240 --> 00:03:57,390 And we'll wait a few minutes so that the installation finishes. 46 00:03:58,680 --> 00:04:07,170 OK, so now congratulations are in order because you have installed Vagrant and its plug ins, now you 47 00:04:07,170 --> 00:04:10,290 can create a virtual machine by using these tools. 48 00:04:10,500 --> 00:04:11,820 And you know what? 49 00:04:12,760 --> 00:04:13,870 Let's do that next.