Jeremy Zheng 34b0ab97c1 :bug: resize vm disk & fix php.ini hace 1 año
..
mnt e5f8b449b0 :hammer: add vagrant env hace 1 año
.gitignore e5f8b449b0 :hammer: add vagrant env hace 1 año
README.md 34b0ab97c1 :bug: resize vm disk & fix php.ini hace 1 año
Vagrantfile 34b0ab97c1 :bug: resize vm disk & fix php.ini hace 1 año

README.md

Spring development

Usage

  • ONLY for windows

    setx VAGRANT_HOME "/d/.vagrant.d/" # change the mox storage location
    
  • Vagrant commands

    vagrant up # start the virtual machine    
    vagrant ssh # connect to the virtual machine    
    vagrant status # check the virtual machine's status    
    vagrant halt # showdown the virtual machine    
    vagrant suspend # suspend the virtual machine    
    vagrant destroy # destroy the virtual machine
    
    vagrant box list # list all the boxes
    
  • Setup ssh by key

    cat /mnt/id_ed25519.pub >> ~/.ssh/authorized_keys
    

Documents