Skip to content

Latest commit

 

History

History

vagrant

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Note: Vagrant file configured to use $HOME/workspace as a $GOPATH. Replace workspace with your value in Vagrantfile.

To develop or test Bravetools with Vagrant:

  1. Start Vagrant VM and ssh into running machine
$ vagrant up
$ vagrant ssh
  1. Build Bravetools for Ubuntu
$ sudo apt remove lxd
$ sudo apt autoremove
$ sudo snap install lxd

$ cd $HOME/workspace/src/github.com/bravetools/bravetools
$ make ubuntu
  1. Install Bravetools
$ cd $HOME/workspace/src/github.com/bravetools/bravetools/vagrant
$ brave init --config config.yml