Skip to content

gustavolc84/console

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latest Stable Version Total Downloads Latest Unstable Version

####Requirements

The gestao-ti/console has a few system requirements.

First, download the console using composer:

$ composer global require gestao-ti/console

Note: Make sure to place the ~/.composer/vendor/bin directory in your PATH so the gestao executable can be located by your system.

# on your linux/MAC terminal:
$ export PATH="$PATH:~/.composer/vendor/bin"

#Command

Once installed, the simple gestao vm command will manage virtual machine in the directory ~/.gestao. For instance, gestao vm:up machine will run a virtual machine named machine. This method of manage is much faster to run virtual machine the gestao-ti.

  • gestao vm:init <machine> # Init virtual machine
  • gestao vm:up <machine> # Start virtual machine
  • gestao vm:halt <machine> # Turning off virutal machine
  • gestao vm:destroy <machine> # Destroy the virtual machine
  • gestao vm:status <machine> # Get the status of the virtual machine
  • gestao vm:update <machine> # Update the virtual machine
  • gestao vm:provision <machine> # Re-provisions the virtual machine

About

Console to gestao

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 99.5%
  • Shell 0.5%