forked from Eslamalfannan/php-magento
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBoxfile
52 lines (47 loc) · 848 Bytes
/
Boxfile
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
40
41
42
43
44
45
46
47
48
49
50
51
52
build:
type: php
after_exec:
# Run script that will generate local.xml config file and place it in app/etc/
- "php pagoda/local_xml_generator.php"
web1:
name: mag-app
type: php
version: 5.6
network_dirs:
storage1:
- media
- var
php_extensions:
- pdo_mysql
- mysql
- simplexml
- mcrypt
- hash
- gd
- dom
- iconv
- curl
- soap
- apc
- redis
httpd_static_expire: 31536000
before_deploy:
- "cp pagoda/media/.htaccess media/"
- "cp pagoda/var/.htaccess var/"
after_deploy:
- "php index.php > /dev/null"
php_max_execution_time: 100
cron:
- "*/15 * * * *": "php cron.php"
database1:
name: mag-db
type: mysql
cache1:
name: mag-cache
type: redis
cache2:
name: mag-session
type: redis
storage1:
name: mag-writables
type: nfs