2
0

README.md 471 B

SPRING

  • Install VirtualBox
  • Install Vagrant
  • Usage(RUN IN the spring FOLDER)

    # start virtual machine
    VAGRANT_EXPERIMENTAL="disks" vagrant up --provider=virtualbox
    # list boxes
    vagrant box list
    # ssh login to the virtual machine
    vagrant ssh
    # shutdown the virtual machine
    vagrant halt
    # show virtualbox machines
    vagrant status