https://github.com/mraerino/vagrant-workshop
Use this repo to follow a workshop I'm doing about Vagrant
https://github.com/mraerino/vagrant-workshop
Last synced: about 1 month ago
JSON representation
Use this repo to follow a workshop I'm doing about Vagrant
- Host: GitHub
- URL: https://github.com/mraerino/vagrant-workshop
- Owner: mraerino
- Created: 2016-07-06T19:33:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T16:09:05.000Z (almost 9 years ago)
- Last Synced: 2025-03-25T02:41:38.645Z (about 2 months ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vagrant Workshop
## Installieren
### MacOS
```bash
# Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"# Virtualbox
brew cask install virtualbox# Vagrant
brew cask install vagrant
```### Linux
```bash
# Virtualbox
sudo apt-get install virtualbox virtualbox-dkms# Vagrant
sudo apt-get install vagrant
```Falls kein aktuelles System (Ubuntu 16.04) lieber Paket herunterladen: https://www.vagrantup.com/downloads.html
### Windows
#### Ruby
http://rubyinstaller.org/#### Virtualbox
https://www.virtualbox.org/wiki/Downloads#### Vagrant
https://www.vagrantup.com/downloads.html