####Requirements
The gestao-ti/console has a few system requirements.
- PHP >= 5.5.9
- Vagrant >= 1.7.4
- Virtualbox >= 5.0.0
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 thegestao
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