Skip to content

ExpressionDetection/vagrant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Vagrant setup

This is the setup repository for the ExpressionDetection project. It contains a Vagrantfile with the VM setup for this system.

Getting Started

  • Install Virtual Box version 6.0 or greater

  • Install Vagrant

  • For Windows users only

    • Disable Hyper-V by running bcdedit /set hypervisorlaunchtype off as administrator
    • Reboot your machine
  • Run mkdir ~/ExpressionDetectionChromeExtension to create a folder to host all repositories

    • This folder will be in sync with the VM
  • Run vagrant up --provision

    • This will build your development VM
  • Run vagrant ssh to get inside of it afterwards

    • Password is vagrant
  • Clone Compose by:

Configuring Visual Code Remote

  • Execute vagrant ssh-config

    • Change User to root and PasswordAuthentication to yes
  • Add the configuration to your ~/.ssh/config file

  • Install VS Code Remote - SSH extension

  • Click on the extension menu and enjoy!

    • Password is vagrant

Helpful commands

  • Turn off the VM: vagrant halt
  • Turn on the VM: vagrant up
  • Turn provision VM resources: vagrant up --provision
  • Destroy a VM: vagrant destroy

About

Vagrant setup to spin a Linux VM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published