Skip to content

use vagrant and salt to make development, test and ci environment keep consistent

License

Notifications You must be signed in to change notification settings

coldfire-x/gmei-devops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

use vagrant and salt to make development, test and ci environment keep consistent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages