forked from wycks/WordPhing
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.properties
More file actions
130 lines (92 loc) · 4.08 KB
/
build.properties
File metadata and controls
130 lines (92 loc) · 4.08 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Property files contain key/value pairs
#
#----------------------------------------------
# WordPress stuff
#----------------------------------------------
#Full path directory where you want to install WordPress
#Required
build.dir.wp=D:/Sites/bar42
#The database name you want to create or are using.
#Required
build.db.name= bar42
#This is your actual working URL based on your own config/hosts file (http://localhost or ..)
#If you mess this up it will still install WP but you will have to fix it in the database!
#This example is the same as above only for organization it does not have to be the same name.
#Recommended you change this each new install
build.dir.actual=http://dev.local/bar42
build.dt.buildformat = %a, %d %b %Y, %H:%M
build.dt.fileformat = %Y-%m-%d-%H-%M
#----------------------------------------------
#Database info - this will auto create a database.
#This will also be entered into the wp-config.php.
#Errors handled my mySQL
build.db.url= mysql:host=localhost;
build.db.userid= root
build.db.password=
build.db.wp.host= localhost
#Login info - this is normaly set during WordPress install
build.wp.title = site title
build.wp.user = admin
build.wp.password = admin
build.wp.email = email@example.com
#zip file location of wordpress download
build.download.wp.url=http://wordpress.org/latest.tar.gz
#comma delimited list of zip downloads of wordpress Plugins (optional)
#build.download.plugin.urls=http://downloads.wordpress.org/plugin/debug-bar.0.8.zip,http://downloads.wordpress.org/plugin/wordpress-seo.1.2.8.4.zip
#comma delimited list of zip downloads of wordpress Themes (optional)
#build.download.themes.urls=http://wordpress.org/extend/themes/download/toolbox.1.4.zip
#set the db prefix other than wp_ for wp-config.php here if you want (recommended)
build.wp.config.db.prefix=wp_
#if you want to enable WP_DEBUG in wp-config.php set to true
build.wp.config.debug=false
#if you want to enable SAVEQUERIES in wp-config.php set to true
build.wp.config.savequeries=false
#insert contents of a file into wp-config.php; file must live in same directory as build/props (ie - custom user tables, define statements, etc)
#build.wp.config.append.filename=
#----------------------------------------------
# Tarballs
#
#----------------------------------------------
#tarball names , this is set to the blog title + time stamp by default
build.wp.tarball.name = ${build.wp.title}-${filestamp}
#tarball dir you want to package , this is set to the build dir by default
build.wp.tarball.location = ${build.dir.wp}
#where are we sending the tarball? this is set to the build dir by default
build.wp.tarball.send = ${build.dir.wp}
#----------------------------------------------
# PHP Documentor 2
# see http://www.phpdoc.org/
#---------------------------------------------
# Change this to your plugin / theme or if you want document all of wordpress!
# Set to twentyeleven by default so ya change it
build.wp.docs.dir = ${build.dir.wp}\wp-content\themes\twentyeleven
# Name of you Documentation - change this it appears in the html ouptut
build.wp.docs.name = TwentyEleven Theme
# The output directory for Documentor 2 files, default is base wp url /docs
build.wp.doc.output = ${build.dir.wp}\docs
#----------------------------------------------
# JsMin
# Minifying js is build into phing
# Basic stuff, might want to use node instead.
#---------------------------------------------
#directory with your js files in it (change this to your theme or plugin)
build.wp.jsmin.dir = ${build.dir.wp}\wp-content\themes\twentyeleven\js
#output will go in here with -min suffix
build.wp.jsm.output = ${build.dir.wp}\wp-content\themes\twentyeleven\js\min
#----------------------------------------------
#not yet built
build.environment = dev
db.backup.dir = ${build.dir.wp}/backup
#----------------------------------------------
# FTP
#
#
#---------------------------------------------
ftp.host=ftp.example.com
ftp.port=21
ftp.username=username
ftp.password=password
ftp.dir=/public_html/example
#set to twentyeleven by default
ftp.source=${build.dir.wp}\wp-content\themes\twentyeleven
#app.home=${ftp.host}/myapp