Fork do ricbra.
Um exemplo simples de máquina virtual baseada no Debian Linux, com Apache e PHP 5.4.
A documentação do Vagrant está disponível em português e em inglês.
- instale o Ruby
- instale o VirtualBox
- instale o Vagrant
- clone esse repositório
- no terminal, execute
vagrant up
- pronto!
O webroot do Apache será a pasta www
da raiz do seu projeto. Essa pasta é
compartilhada com a máquina virtual, e você cria e edita os arquivos a partir
da sua máquina local (não é preciso entrar na VM para ver as coisas
acontecendo).
Mesmo assim, se precisar, você pode acessar a máquina das seguintes formas:
- Via SSH, usando o comando
vagrant ssh
, e fazer tudo a partir do seu terminal - Acessando a VM pela tela, usuário
vagrant
e senhavagrant
, e usar o terminal da própria VM
#en - English Forked from ricbra.
A simple example of VM based on Debian Linux, that comes with Apache and PHP 5.4.
Documentation of Vagrant is available in Brazilian Portuguese and in English.
- install Ruby
- install VirtualBox
- install Vagrant
The Apache webroot points to www directory in your project root. This folder is shared with VM and you can create and edit your files directly on your local/host machine (you don't need to access the VM for seeing things working).
Nevertheless, if you need, you can access the VM in this ways:
- Via SSH, running
vagrant ssh
, doing everything you need from your terminal - Accessing the VM via "gui", user
vagrant
and passwordvagrant
, and working on VM terminal