Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit daf240e

Browse files
committed
Commit project.sample.json
1 parent d294989 commit daf240e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

project.sample.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"readme": [
3+
"This is just a sample.",
4+
"WPLib Box will create the working project.json for you on your initial `vagrant up`.",
5+
"If you rename to project.json and modify it WPLib Box will your modifications instead.",
6+
"Find available components by typing `vagrant ssh` followed by `box component available`."
7+
],
8+
"stack" : {
9+
"wordpress/dbserver": "wplib/mysql:5.5.60",
10+
"wordpress/webserver": "wplib/nginx:1.14.0",
11+
"wordpress/processvm": "wplib/php:7.1.18",
12+
"wordpress/cacheserver": "wplib/redis:4.0.9",
13+
"wordpress/cliapp": "wplib/wp-cli:1.5.1",
14+
"pressboxx/mailsender": "wplib/mailhog:1.0.0",
15+
"pressboxx/webproxy": "wplib/proxy:1.15.0",
16+
"pressboxx/sqladmin": "wplib/adminer:4.6.2"
17+
}
18+
}

0 commit comments

Comments
 (0)