Last active
February 18, 2025 13:39
-
-
Save davidjenner/f745db7b2b2475f8d7a707950c53f077 to your computer and use it in GitHub Desktop.
Setting up Vagrant
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Setting up Vagrantup as a beginner on an M1 MacBook Air with Virtual Box - Notes as I learn, make stakes and fix errors as I go along to help myself and others if they encounter the same errors. Also, I like having notes to reference what I learned earlier! | |
---------------------- | |
What I'm learning | |
---------------------- | |
https://developer.hashicorp.com/vagrant/tutorials/get-started/development-environment | |
---------------------- | |
---------------------- | |
Notes | |
---------------------- | |
Thinks I missed first time | |
Add Vagrant to your path | |
Install Homebrew | |
---------------------- | |
---------------------- | |
Errors | |
---------------------- | |
david@Davids-MacBook-Air / % mkdir learn-vagrant-get-started | |
mkdir: learn-vagrant-get-started: Read-only file system | |
Fix | |
---------------------- | |
cd ~ | |
mkdir learn-vagrant-get-started | |
---------------------- | |
---------------------- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment