Vagrant Crash Course

preview_player
Показать описание
In this crash course we will dive into Vagrant which is used to create isolated & portable development environments. We will go into each part of the Vagrantfile, do some exploring via SSH and create a LAMP stack box (Linux, Apache, MySQL, PHP).

💖 Become a Patron: Show support & get perks!

Website & Udemy Courses

Follow Traversy Media:
Рекомендации по теме
Комментарии
Автор

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

wiki
Автор

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

TheSerphmx
Автор

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.

rajtheo
Автор

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.

rockthemic
Автор

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.

dedpossum
Автор

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

bidam
Автор

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.

riverxdata
Автор

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.

SweetieOranges
Автор

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."

YonasBehailu
Автор

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.

Carl-yuuw
Автор

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

ekrresa
Автор

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!

andrewhollister
Автор

Brad's mind has more information than Wikipedia!

DanielK
Автор

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

ricardocolares
Автор

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

kaustavganguly
Автор

for those using ubuntu on windows, before running vagrant commands, you should add: export

and in the synced folder edit the values to: config.vm.synced_folder ".", "/vagrant", disabled:true

bobylikescars
Автор

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!)

rossgeography
Автор

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

liuhongqian
Автор

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 <3

warchild
Автор

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

OladipupoPopoola