Skip to content

Instantly share code, notes, and snippets.

@imranismail
Created December 18, 2014 14:04
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 imranismail/71524c0154531e9a6b8b to your computer and use it in GitHub Desktop.
Save imranismail/71524c0154531e9a6b8b to your computer and use it in GitHub Desktop.
Homestead.yaml
---
ip: "192.168.10.10"
memory: 2048
cpus: 1
hosts_file_additions: true
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: /Users/faiz/Projects
to: /home/vagrant/Projects
sites:
- map: iskandar-associates.app
to: /home/vagrant/Projects/iskandar-associates/web
hhvm: true
databases:
- iskandar_associates
variables:
- key: APP_ENV
value: local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment