Skip to content

artmanager/artmanager-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • 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: ***

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published