Vagrant Crash Course

Поділитися
Вставка
  • Опубліковано 14 гру 2024

КОМЕНТАРІ • 248

  • @wiki79
    @wiki79 Місяць тому

    The best intro to Vagrant, thank you. Everything is clear and to the point.

  • @TheSerphmx
    @TheSerphmx 5 років тому +9

    This is one of the best explanations of how to use Vagrant, thank you very much for sharing this lesson.

  • @bidam1984
    @bidam1984 6 років тому +6

    not only you know every programming language possible, but you also read mind ??? i was looking for vagrant not half an hour ago and tadaaaaaaa , thank you very much

  • @rajtheo
    @rajtheo 5 років тому

    Excellent tutorial. I spent much time without success to get php7.2 going. eventually I did upgrade it to 16.04
    with the commands I looked up
    sudo apt-get update
    sudo apt-get upgrade
    sudo do-release-upgrade -f DistUpgradeViewNonInteractive
    once it was all done. changed the bootstrap.sh lines to reflect php7.3 and it all ended up good.

  • @YonasBehailu
    @YonasBehailu 3 роки тому

    This was what I need. thank you. Keep up the good work.
    I was on Windows so I need to give you this confirmation that NFS is not working on Windows.
    it will give this error while I reload the box.
    "It appears your machine doesn't support NFS, or there is not an
    adapter to enable NFS on this machine for Vagrant. Please verify
    that `nfsd` is installed on your machine, and try again. If you're
    on Windows, NFS isn't supported. If the problem persists, please
    contact Vagrant support."

  • @giangbioinformatics
    @giangbioinformatics 2 роки тому

    You make my day. Somehow, your tuturial is better than the official document with only less than 1 hour I can get the fundamental of Vagrant.

  • @dedpossum66
    @dedpossum66 3 роки тому

    Thank you so much! Any time there is a Brad Traversy video on a topic I must learn I let out a sigh of relief.

  • @rockthemic12
    @rockthemic12 Рік тому

    Thanks for the great tutorial! Very practical and clear. I've gone through multiple Vagrant tutorials over the past few weeks, and this has been the most helpful.

  • @DanielK48
    @DanielK48 6 років тому +112

    Brad's mind has more information than Wikipedia!

    • @TraversyMedia
      @TraversyMedia  6 років тому +79

      It may seem that way but trust me, I have A TON of docs, tutorials, blog posts, snippets that I constantly need to refer to. A person can only hold so much in their mind. Programming is not about memorization, it's about knowing how to figure stuff out and where to look :)

    • @albertgalvez2556
      @albertgalvez2556 6 років тому +8

      Bradepedia*

    • @meharsingh9725
      @meharsingh9725 6 років тому +2

      Traversy Media This should get pinned as it gives so much confidence 👏👏

    • @rebeka1212100
      @rebeka1212100 6 років тому +1

      Traversy Media yessss i agree with you👍

    • @TraversyMedia
      @TraversyMedia  6 років тому +1

      Richard Dale thanks for your input. Very helpful lol. I don’t think he really meant it, he was just referring to the vast amount of tutorials that i put out, so relax.

  • @ekrresa
    @ekrresa 4 роки тому

    Thank you Brad. Just started a job where they use vagrant. This has cleared a lot of things for me

  • @ricardocolares716
    @ricardocolares716 6 років тому +9

    Brad always knows what i'm trying to learn. This is awesome!

  • @kaustavganguly8071
    @kaustavganguly8071 4 роки тому +2

    This is a really simple and straightforward lesson for vagrant. Thank you Brad

  • @SweetieOranges
    @SweetieOranges Рік тому

    Thank you for the lesson. I am totally an newbies on this kind of environment, the lesson is simple and straightforward, it helps me a lot. Thank You for the sharing.

  • @liuhongqian
    @liuhongqian 5 років тому

    Best IT tutorial on youtube so far. Both course structure and pronunciations are clear. Thank you!

  • @andrewhollister9967
    @andrewhollister9967 5 років тому +1

    Thanks for this content boss! I'm doing a vagrant project rn and went from knowing very little to confident. Had to watch on 2x but this was very useful, thank you again!

  • @OladipupoPopoola
    @OladipupoPopoola 6 років тому

    I can't believe I just overcame a knowledge I have been procrastinating for so long!!! Thank you man.

  • @Carl-yu6uw
    @Carl-yu6uw 6 років тому +3

    Great crash course, thanks. I'm always impressed with your presentations - it's like you reinforce every detail you touch upon with examples so people aren't left wondering. Must take a lot of time to prepare.

  • @rossgeography
    @rossgeography 2 роки тому +1

    When the student is ready, the master appears :)
    Late to the vagrant party but this is ideal for a newbie that doesn’t want to screw up their own os - esp trying to learn apache httpd (so many conf options!)

  • @bogdanM29
    @bogdanM29 5 років тому

    for those using ubuntu on windows, before running vagrant commands, you should add: export VAGRANT_WSL_ENABLE_WINDOWS_ACCESS="1"
    and in the synced folder edit the values to: config.vm.synced_folder ".", "/vagrant", disabled:true

  • @nikzim2132
    @nikzim2132 2 роки тому

    the best tutorial for beginners in youtube ! Good work!) thanks )

  • @warchild2726
    @warchild2726 6 років тому +5

    Literally today I was trying to make lamp stack working with vagrant, but I was failing, thanks for video! Also big fan of your courses

  • @edgardo8929
    @edgardo8929 6 років тому

    Brad, you are the light at the end of the tunnel! Seriously thanks a lot!

  • @yosephbirhanu9838
    @yosephbirhanu9838 2 роки тому

    the best explanation about vagrant.

  • @brandymedia
    @brandymedia 5 років тому

    Thanks again Brad. I've been watching your videos now for a couple of years and you've taught me so much. Thanks mate.

  • @JorgeAmengol
    @JorgeAmengol 3 роки тому

    Thanks for putting together this crash course! I was asked to use Vagrant in a CS class and had no clue about it until now.

  • @grahamhardie7847
    @grahamhardie7847 3 роки тому

    Great practical into to Vagrant. Really help me to frame where Vagrant sits in the automation stack.

  • @KelvinChuchu17
    @KelvinChuchu17 9 місяців тому

    Great content even today. Thank you so much for sharing.

  • @SaurabhModh
    @SaurabhModh 6 років тому

    28:32 if your facing issue with nfsd, Try following command on ubuntu 17.10
    sudo apt-get install nfs-common nfs-kernel-server

  • @indianocean29
    @indianocean29 6 років тому

    Simply awesome video on setting up LAMP stack on a Virtual machine. Many kudos !!!

  • @kchausheva
    @kchausheva 2 роки тому

    Brad, you are a legend!

  • @saltdomeguy
    @saltdomeguy 2 роки тому

    This is really great and thorough explanation. Makes me want to check out more classes. Thanks!

  • @MoatazMohamady
    @MoatazMohamady 5 років тому +1

    Thanks, Traversy I enjoyed this lecture. I'm going to install lamp also I will use homestead for travel.

  • @RuqiRevolt
    @RuqiRevolt 5 років тому

    i was only here just to learn briefly about vagrant and only sticks for around 5 mins when i clicked this video, and then i ended sticking for the whole 46 mins and learned a lot more lol

  • @abidalica
    @abidalica 3 роки тому

    Loved it , just loved your work man, thanks

  • @Mostaqmahmud
    @Mostaqmahmud 6 років тому +84

    waiting for docker

    • @XilumX1
      @XilumX1 6 років тому +1

      Mostaq mahmud me too! ;)

    • @fvgoya
      @fvgoya 6 років тому

      Is docker better?

    • @sh1k4maru
      @sh1k4maru 6 років тому

      docker would be great dude

    • @sh1k4maru
      @sh1k4maru 6 років тому +2

      I wouldnt say its better, it really depends on what you are trying to use it for. Docker/Kubernetes is more widely used in my opinion and is more useful in environments that need a few hundred vms

    • @ishan101
      @ishan101 6 років тому

      docker would be much better !!

  • @arunganesan8559
    @arunganesan8559 3 роки тому

    Found this pretty useful today to just catch up. Thanks Brad. You rock!

  • @mustafaomar9192
    @mustafaomar9192 6 років тому

    No wasting time, greate tutorial BRAD!

  • @jaimsseuma4022
    @jaimsseuma4022 6 років тому

    You are the best, Brad!

  • @sagarmaheshwary3150
    @sagarmaheshwary3150 6 років тому +17

    Nice, I wanted to learn vagrant.

  • @rafdnaah6078
    @rafdnaah6078 5 років тому

    Excellent explanation. This got me educated on this new technology. You are the best.

  • @stepnforlife7948
    @stepnforlife7948 Рік тому

    Great explaining! Ty for your work! Got my subscription!

  • @chrisliddiard725
    @chrisliddiard725 4 роки тому

    To save time. Anyone using vagrant for the Github virtual environment should place a copy of cmd.exe in the github project folder they downloaded. Then its as simple as double clicking cmd, and typing "vagrant up", This will download the virtualbox environments. The github project folder will already have the vagrantfile configured.

  • @macaronivirus5913
    @macaronivirus5913 6 років тому +2

    Hi Brad, can you make a video about how do you manage to find a time to learn all this stuff, or how some busy person can optimize his daily routine to find a time to learn, or how learn efficiently. For example I have problem with interest/motivation, i'm starting to learn one stuff and then suddenly get interested in another stuff, thus never learn anything deep enough

    • @SneakPeak
      @SneakPeak 4 роки тому

      Yo, maybe you have problems with Dopamine? I have same issues, diagnozed with ADHD soo.. Check that out

  • @Codeytek
    @Codeytek 5 років тому

    Awesome tutorial as always.I am one of your fans

  • @djspacetooth
    @djspacetooth 2 роки тому

    2022 and still a very helpful video 👍 Thanks Brad

  • @pesiok
    @pesiok 6 років тому

    Docker+Kubernetes+Terraform bundle crash course(s) would be great!

  • @Cronofear
    @Cronofear 3 роки тому

    Beautifully explained tutorial, subscribed just 5 minutes in the video. I would have only added a way to visualize the permissions and file synchronization with something like an ftp client, but apart from that it's perfect.

  • @rotinaindependente
    @rotinaindependente 6 років тому +1

    Excellent work Brad, but please, the next video could be about docker, here in Brazil I see a lot of enterprises using docker more than vagrant.

  • @robitops1547
    @robitops1547 4 роки тому

    Your Tutorial is always awesome.

  • @vincentpham7445
    @vincentpham7445 5 років тому

    your script save so much time, man

  • @JasonWierakaJDub
    @JasonWierakaJDub 6 років тому

    Dude you rock. (side note) I like watching your videos on my system that as the sub woofer! Great info!

  • @izharkazmi
    @izharkazmi 5 років тому

    Thanks Brad.
    Learnt a lot from this video. You explained it well.

  • @cancer10in
    @cancer10in 6 років тому

    Brad, thanks for this video. I am waiting for the docker video. many thanks

  • @rabrahierpa
    @rabrahierpa 6 років тому

    Very nice Brad. I like what your are doing and I am waiting for the docker tutorial :)

  • @donschlock1638
    @donschlock1638 5 років тому +6

    Installation of PHP 7.x is not working for me because "bootstrap.sh" runs into errors. When I search apt-cache there is no PHP 7. Seems like PHP 7.x is no longer available in package repositories for Ubuntu 14.04. I figured out how to make your example work (with PHP 7.3) using another box based on Ubuntu 18.04: github.com/DonHanso/vagrant_lamp_poc

  • @prabeen90
    @prabeen90 6 років тому

    this was a surprise. I have never heard of it before. thank you

  • @trustmub1
    @trustmub1 6 років тому

    nice, just what i wanted for my LPI DevOps tools Engineer, we need more og these

  • @Yogesh_Kushwaha
    @Yogesh_Kushwaha Рік тому

    Thanks Brad!!!!

  • @ArenitaHernandez
    @ArenitaHernandez Рік тому

    Loved it! Thanks!

  • @laurentiudaniel3075
    @laurentiudaniel3075 3 роки тому

    Great video!

  • @priyankamahadevu3830
    @priyankamahadevu3830 3 роки тому

    Awesome professor :)

  • @vincentricci445
    @vincentricci445 3 роки тому

    Thanks! Very nice and helpful.

  • @user-gb6xdwgzdtq4
    @user-gb6xdwgzdtq4 4 роки тому

    Спасибо за крутое видео про Vagrant! Thanks for the cool video about Vagrant!

  • @kamalhm-dev
    @kamalhm-dev 6 років тому +10

    Next : docker, ci/cd, and tdd

  • @SirxMMPD
    @SirxMMPD 5 років тому

    Thanks for the tutorial video on vagrant. I was able to get Ubuntu 18.04 with LAMP running with vmware with a few tweaks! :)

  • @Super_Cool_Guy
    @Super_Cool_Guy 6 років тому +1

    Hi Brad , Brilliant video man , but we need more .... and for docker too ! ☺☺☺

  • @a.s.5986
    @a.s.5986 6 років тому

    Really appreciate this. +1 for Docker

  • @taariqq
    @taariqq 5 років тому

    You've got this covered too. Nice! My vagrant setup is giving me trouble, on linux. Not serving PHP. Hope I find some solution here.

    • @taariqq
      @taariqq 5 років тому

      upgraded the vagrant from 1.9 to latest and the homestead from 4.4 to 7 and I got everything working again. I do believe my trying to get vscode to play nice with php might have something to do with it. maybe.

  • @sorcererstone3303
    @sorcererstone3303 5 років тому

    @10:36, if I am using a local loopback and not communicating with other system, should I un-comment line 26, 31 & 35 and key in the local IP of my computer in line35 instead? Or just leave these commented lines alone. Also, what if I plug my computer into another network, say a school, what should line 35 be modified to meet this location requirement.

  • @orhanahmadov9381
    @orhanahmadov9381 6 років тому

    Laravel Homestead with Vagrant is awesome.

  • @satheshkumar5906
    @satheshkumar5906 3 роки тому

    have you released the vagrant deployment video? and docker video?

  • @osamaa.h.altameemi5592
    @osamaa.h.altameemi5592 6 років тому

    Neat as usual. Thx a ton, waiting for docker :)

  • @mohamedbensalah7169
    @mohamedbensalah7169 4 роки тому

    Thank you Brad,,, you are a savior ;)

  • @SivakD
    @SivakD 5 років тому +1

    It's good, but it seems like PHP is unable to be installed. I use the same bootstrap.sh file and also tried doing some manual commands. I have Vagrant on Windows 10. Have there been any updates since this video?
    *UPDATE: It looks like the support for the version of Ubuntu shown in this video has ended, hence why I was unable to install PHP.

  • @akashdubey.consultant
    @akashdubey.consultant 5 років тому +1

    this was a beautiful course, thanks for putting it together. loved the explanation sir, you have a great weekend :-)

  • @pabloruiz577
    @pabloruiz577 5 років тому +1

    If I simply add the line of vm.synced_folder when I run vagrant ssh I receive a vagrant@127.0.0.1: Permission denied (publickey). Anyone else?

  • @juliemoore728
    @juliemoore728 6 років тому

    Great tutorial! You have the Midas touch!!!

  • @soycloud
    @soycloud 6 років тому

    Hey Brad, a little request, a video with what OS is the best for developer and a little introduction to tell us what have that OS that make you decided, something like Linux/Debian and what tools Debian has for a developer of 2018. Hope you can make a video with this

  • @chandrasekhar-gp8cf
    @chandrasekhar-gp8cf 6 років тому +1

    Very nicely explained ... but expected bit more introduction for Vagrant, uses and its pros and cons and how it differ from other alternatives...... Anyway Thank-you.

  • @danielbenson2856
    @danielbenson2856 6 років тому

    awesome course man!

  • @ErnestoBarreto
    @ErnestoBarreto 6 років тому

    Well done my friend !

  • @OMNS777
    @OMNS777 3 роки тому

    Thank you so much for the video!

  • @crudolph1573
    @crudolph1573 4 роки тому

    Hi
    Thank You for the video.
    What font are you using in the VS Code text editor ?
    At 13:05 minute, how did you uncomment multiple lines in a single stroke ?

  • @giovanigenerali
    @giovanigenerali 6 років тому

    Thanks Brad!

  • @hammertonmwawuda2837
    @hammertonmwawuda2837 5 років тому

    Thanks for the tutorial. You really simplied things for me.

  • @cocoadevnoob
    @cocoadevnoob 5 років тому

    I really like the clean start page you have on your browser, I know it's not the point of the video but could you point me to what you have installed, linked to (ie GitHub Page)?

  • @mohammadakbar32
    @mohammadakbar32 6 років тому +2

    thanks Brad, love u bro!

  • @m19i93
    @m19i93 5 років тому

    Hi!
    I would have a question!
    If I have synced folder, what is for example 100MB. Will it use double place on my physical drive (200MB), or just 100MB. So use it place in the virtual machine and in the host too, or just once?
    Thanks!

  • @rajpreetkaur-e7g
    @rajpreetkaur-e7g Рік тому

    Each time I run the vagrant up command in the vs code terminal I get the timeout error, can you help me to solve this error as I have been struggling a lot correct it.

  • @mstafadev6729
    @mstafadev6729 6 років тому

    As usual , the great content.
    I hope one day you make a video where you share with us your daily routine as a programmer.

  • @Chriptus
    @Chriptus 5 років тому

    Very good tutorial! Well done and thanks!

  • @emanoelnascimento9496
    @emanoelnascimento9496 5 років тому

    Great tutorial as always!! Your tutorials are so easy to understand without being too long or packed with excessive/useless information
    Quick question: does Vagrant download the OS files every time you create a new box or it keeps them locally after you create the first one? Something like saving the Docker image

  • @faharanoeliahjohnson3619
    @faharanoeliahjohnson3619 4 роки тому

    Nice video, I learned a lot from it. Vagrant is very interesting . I have a question, if for example I finished my web development like you did in index.html and I do vagrant destroy. Is there a way not losing the content of my index.html, I mean all my previous coding after I do vagrant up? thanks in advance

  • @mdiazftw
    @mdiazftw 4 роки тому

    This was so helpful thanks for making it!

  • @aligeshani410
    @aligeshani410 3 роки тому

    I have problem with Private Network Section, I don't know what Ip address should i place there ,I tried many Ip addresses but doesn't work, terminal show me an error and my vm can not boot

  • @Rise2Fate
    @Rise2Fate 3 роки тому

    Heyo, great video but quick question.
    Everytime I try vagrant up, eventhough i have virtual box as provider
    It tells me" The Hyper V cmdlets for Powershell are not available! Vagrant requires these to control Hyper-V Please enable them in the "Windows features" control panel and try again.
    What can I do, i have Windows 10 home, so no Hyper V?
    Thanks in Advance!

  • @KeeganGeorge
    @KeeganGeorge 4 роки тому +1

    I hope I can help someone with this problem I was having. If you are on macOS Catalina or higher and you've run into the issue of the shared folders not working/having access to it. I found out that this was because my project was located in the Documents folder of the Mac. But since, Catalina, I guess there is some new write permissions changes so it is causing the error. If you move your vagrant folder to a folder outside of your Documents folder it should solve the problem.

  • @koukiadem
    @koukiadem 6 років тому

    Nice Tutorial ♥ I want to what is the difference between Docker and Vargant ?

  • @AbhishekKumar-mq1tt
    @AbhishekKumar-mq1tt 6 років тому

    Thank u for this awesome video, U r awesome Brad

  • @AnilNayak-Maddy
    @AnilNayak-Maddy 5 років тому

    Hi can you export the full box with the file so that i can share same environment with the file which i have created.