gestao-ti / console
Gestao TI console.
Installs: 95
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/gestao-ti/console
Requires
- symfony/console: ~2.3
- symfony/process: ~2.3
- dev-master
- 0.3.14
- 0.3.13
- 0.3.12
- 0.3.11
- 0.3.10
- 0.3.9
- 0.3.8
- 0.3.7
- 0.3.6
- 0.3.5
- 0.3.4
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.0
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.0.17
- 0.0.16
- 0.0.15
- 0.0.14
- 0.0.13
- 0.0.12
- 0.0.11
- 0.0.10
- 0.0.9
- 0.0.8
- 0.0.7
- 0.0.6
- 0.0.5
- 0.0.4
- 0.0.3
- 0.0.2
- 0.0.1
- dev-analysis-XkA1Az
- dev-analysis-z9vK58
- dev-analysis-z39Y5X
This package is not auto-updated.
Last update: 2025-10-21 09:09:41 UTC
README
#Requirements
The gestao-ti/console has a few system requirements.
| Required | Version |
|---|---|
| PHP | >= 5.5.9 |
| Vagrant | >= 1.7.4 |
| Virtualbox | >= 5.0.0 |
First, download the console using composer:
$ composer global require gestao-ti/console
Second, 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: $ echo "export PATH='$PATH:~/.composer/vendor/bin'" >> ~/.bashrc && source ~/.bashrc
#Settings
--- ip: "192.168.0.100" memory: 512 cpus: 1 name: gestao-ti/mapa provider: virtualbox #version: "0.0.1" authorize: ~/.ssh/id_rsa.pub keys: - ~/.ssh/id_rsa folders: - map: ~/ to: /home/vagrant/gestao owner: www-data group: www-data mount_options: - dmode: 775 fmode: 664 sites: - map: gestao.app to: /home/vagrant/gestao type: apache #variables: # - key: 'APP_ENV' # value: 'local' # ports: # - send: 93000 # to: 9300 # - send: 7777 # to: 777 # protocol: udp
#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.
vm:destroy Destroy the virtual machinevm:build Create new package to update versionvm:edit Edit settings of virtual machinevm:halt Turning off virutal machinevm:init Init virtual machinevm:provision Re-provisions the virtual machinevm:reload Reload the virtual machinevm:resume Resume the suspended virtual machinevm:run Run commands through the virtual machine via SSHvm:ssh Login to the Homestead machine via SSHvm:status Get the status of the virtual machinevm:up Start virtual machinevm:update Update the gestao machine image