Created
February 18, 2019 01:51
-
-
Save israel-dv/394e33f7dfb951b006eb8f884742d1f2 to your computer and use it in GitHub Desktop.
Configuration of Homestead
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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