Skip to content

Instantly share code, notes, and snippets.

@ShrwdFlrst
Created May 4, 2018 13:13
Show Gist options
  • Select an option

  • Save ShrwdFlrst/ae81572616d97dc4224e07c58a3e1512 to your computer and use it in GitHub Desktop.

Select an option

Save ShrwdFlrst/ae81572616d97dc4224e07c58a3e1512 to your computer and use it in GitHub Desktop.
Used for installing Pimcore with php 7.0
---
ip: "192.168.10.10"
memory: 4096
cpus: 1
provider: virtualbox
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
- map: ~/code
to: /home/vagrant/code
type: "nfs"
options:
linux__nfs_options: ['async','rw','no_subtree_check','all_squash']
sites:
- map: pimcore.free
to: /home/vagrant/code/pimcore/web
type: pimcore
php: "7.0"
databases:
- pimcore
# blackfire:
# - id: foo
# token: bar
# client-id: foo
# client-token: bar
# ports:
# - send: 50000
# to: 5000
# - send: 7777
# to: 777
# protocol: udp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment