Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 454 Bytes

File metadata and controls

34 lines (22 loc) · 454 Bytes

Vagrant setup for building MapMap on different operating systems

Basic usage

cd ubuntu-20.04/
vagrant up
vagrant halt

Setup

You might want to enable virtualization in your BIOS.

Setup on Ubuntu

sudo apt-get update
sudo apt-get install virtualbox vagrant

Setup on Windows

Download and install VirtualBox

Download and install vagrant.

Setup on macOS

brew install vagrant
brew cask install virtualbox