Skip to content

Instantly share code, notes, and snippets.

@RicardoR
Last active October 25, 2015 09:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RicardoR/77f8260fae5387f7a526 to your computer and use it in GitHub Desktop.
Save RicardoR/77f8260fae5387f7a526 to your computer and use it in GitHub Desktop.
Try to create a gist. Homestead example
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: /mnt/discoCompartido/Trabajo/Desarrollos/Personal/Laravel
to: /home/vagrant/Laravel
sites:
- map: tutorial.app
to: /home/vagrant/Laravel/Tutorial/public
- map: l5beauty.app
to: /home/vagrant/Laravel/l5beauty/public
databases:
- turorial
- l5beauty
variables:
- key: APP_ENV
value: local
# blackfire:
# - id: foo
# token: bar
# client-id: foo
# client-token: bar
# ports:
# - send: 93000
# to: 9300
# - send: 7777
# to: 777
# protocol: udp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment