Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 772 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 772 Bytes

using vagrant and virtualbox to keep our dev environment consistent.

preposition

. virtualbox-4.3.26 . vagrant-1.72.

cmd helps

init vm

initial environment, using an exist virtualbox image to create a virtual machine, and save that virutal machine related resources at working directory. and it will create a vagrant folder beside the vm under the same directory.

gmei init --vbox /path/to/vbox --working /path/to/working/dir

vbox should use the prepared one, with required tools, packages installed

manage vm

start, stop, upgrade and ssh into virtual machine

gmei vm up|down|update|ssh