Skip to content

Latest commit

 

History

History

vagrant

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Vagrant

Prerequisites

Please install the following:

MacOS

brew cask install virtualbox
brew cask install vagrant
vagrant plugin install vagrant-disksize

Setting up

You can set up the Vagrant environment with just one command:

vagrant up

After successfull installation you can ssh to the virtual machine with:

vagrant ssh

NOTICE: The directory with sumologic-otel-collector repository on the host is synced with /sumologic/ directory on the virtual machine.