forked from ProcessMaker/processmaker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHomestead.yaml
39 lines (37 loc) · 868 Bytes
/
Homestead.yaml
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
29
30
31
32
33
34
35
36
37
38
39
ip: 192.168.10.10
memory: 2048
cpus: 1
provider: virtualbox
box: laravel/homestead
version: 9.6.1
authorize: ~/.ssh/id_rsa.pub
keys:
- ~/.ssh/id_rsa
folders:
-
map: '.'
to: /home/vagrant/processmaker
# Uncomment and modify the following if you want to
# link a local directory for package development
# -
# map: '../processmaker-plugins'
# to: /home/vagrant/processmaker-plugins
#
# Uncomment and modify the following if you want to
# link a local directory for nayra (workflow engine) development
# -
# map: '../nayra'
# to: /home/vagrant/nayra
sites:
-
map: processmaker.local.processmaker.com
to: /home/vagrant/processmaker/public
php: "7.4"
schedule: true
features:
- mysql: true
databases:
- processmaker
- test
name: processmaker
hostname: processmaker