You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
```--extra-php``` is supported with the ```WP_EXTRA_PHP``` environment variable. E.g.
42
+
`--extra-php` is supported with the `WP_EXTRA_PHP` environment variable. E.g.
54
43
55
44
WP_EXTRA_PHP: |
56
45
define('DISABLE_WP_CRON', true);
57
46
58
47
## Installation
59
48
60
-
The initial DB is installed, if not already installed in the DB, using the variables; each has a useless default value, so make sure you set them:
61
-
-```WP_LOCALE``` (default ```en_NZ```)
62
-
-```WP_URL```
63
-
-```WP_TITLE```
64
-
-```WP_ADMIN_USER```
65
-
-```WP_ADMIN_PASSWORD```
66
-
-```WP_ADMIN_EMAIL```
67
-
68
-
## Themes and Plugins
69
-
70
-
Themes and plugins can be installed from the WordPress.org repository, from a URL to the theme's or plugin's ZIP file. I.e.:
71
-
72
-
Each theme or plugin is on its own line.
73
-
74
-
WP_THEMES: |
75
-
theme-slug
76
-
http://theme.domain/theme-url.zip
77
-
78
-
WP_PLUGINS: |
79
-
plugin-slug
80
-
https://plugin.domain/plugin-url.zip
49
+
The initial DB is installed, if not already installed in the DB, using the
50
+
following variables; the setup script will complain if any are unset.
81
51
82
-
Themes and plugins can also be installed from [Bitbucket] (OAuth 1.0a supported for private repositories) and [GitHub] (HTTP Basic Auth using personal access tokens for private repositories):
52
+
-`WP_LOCALE` (default `en_NZ`)
53
+
-`WP_URL`
54
+
-`WP_TITLE`
55
+
-`WP_ADMIN_USER`
56
+
-`WP_ADMIN_PASSWORD`
57
+
-`WP_ADMIN_EMAIL`
83
58
84
-
BB_KEY: "BitBucket API OAuth Key"
85
-
BB_SECRET: "BitBucket API OAuth Secret"
86
-
BB_PLUGINS: |
87
-
account/repo [tag]
88
-
BB_THEMES: |
89
-
account/repo [tag]
90
-
GH_TOKEN: username:token
91
-
GH_THEME: |
92
-
CherryFramework/CherryFramework
93
-
94
-
[Bitbucket]: https://bitbucket.com"Bitbucket"
95
-
[GitHub]: https://github.com"GitHub"
96
-
97
-
## Options
98
-
99
-
Any WordPress options can be set as JSON using ```WP_OPTIONS```. E.g.
0 commit comments