mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-02-23 17:22:41 +01:00
16 lines
443 B
YAML
Executable File
16 lines
443 B
YAML
Executable File
---
|
|
server:
|
|
install: '1'
|
|
packages: [vim, htop, iotop, bwm-ng]
|
|
timezone: UTC
|
|
locale: en_US.UTF-8
|
|
vagrant_local:
|
|
install: '1'
|
|
vm: { base_box: trusty64, hostname: design-patterns, ip: 192.168.11.2, sharedfolder: ./, enableWindows: '1', useVagrantCloud: '1', syncType: nfs }
|
|
php:
|
|
install: '1'
|
|
ppa: php5-5.6
|
|
packages: [php5-cli, php5-intl, php5-mcrypt, php5-mysql, php5-curl, php5-json]
|
|
xdebug:
|
|
install: '1'
|