Skip to content

Instantly share code, notes, and snippets.

@israel-dv
Created February 18, 2019 01:51
Show Gist options
  • Save israel-dv/394e33f7dfb951b006eb8f884742d1f2 to your computer and use it in GitHub Desktop.
Save israel-dv/394e33f7dfb951b006eb8f884742d1f2 to your computer and use it in GitHub Desktop.
Configuration of Homestead
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa #Key para ssh
folders:
- map: ~/code/ # Esta carpeta la debemos crear en nuestro Home y se compartira con la maquina de Vagrant
to: /home/vagrant/code # Esta es la ruta en la que aparecerá nuestra carpeta code en la máquina de vagrant
sites:
- map: homestead.test
to: /home/vagrant/code/proyecto/public
databases:
- homestead
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment