forked from marmaladeDE/Development-VM
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample_config.yaml
More file actions
28 lines (28 loc) · 1.04 KB
/
example_config.yaml
File metadata and controls
28 lines (28 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
config:
# hostname setting
hostname: 'my.project'
# project folder that is linked to docroot
webroot: 'web'
# php-version possible options ['5.3'|'5.4'|'5.5'|'5.6']
php-version: '5.5'
# should zend guard loader be installed [true|false]
install-zendguardloader: true
# should ioncube loader be installed [true|false]
install-ioncubeloader: true
# should elasticsearch be installed [true|false]
install-elasticsearch: true
# which version of elastic should be installed [0.90 up to current, defaults to 1.4]
# ATTENTION: If you've a tailing null you must put the version into single quotes!
elastic-version: '1.4'
# create symlink from shared folder for webroot [true|false]
use-shared-folder: true
vm:
# vm provider ['virtualbox'|'vmware_workstation'|'vmware_fusion']
provider: 'virtualbox'
# memory assigned to vm
memory: '1024'
# cpus assigned to vm
cpus: '1'
# customize network ip default is 192.168.42.100 for virtualbox and 192.168.33.100 for vmware
private_network_ip: 192.168.42.110