Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 734 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 734 Bytes
  • instalar na máquina principal, pois a vagrant irá iniciar uma nova VM

vagrant - http://www.vagrantup.com

virtual box - http://www.virtualbox.org

  • Para criar (e iniciar) a VM execute o comando
vagrant up
  • Para fazer login na nova VM do ubuntu execute
vagrant ssh
  • DESLIGAR a VM
exit
vagrant halt

- O novo ambiente foi criado para todos rodarem os testes e realizarem as validações do código

  • Conectar ao postgres pelo linux
psql -W -d artmanager_development -U vagrant -h localhost

password: ***