Housekeeping (#100)

* Fix redis documentation link address

* Clean grammar and stray apostrophe characters
This commit is contained in:
Andrew Wong
2019-10-20 06:14:53 +11:00
committed by Kasra Bigdeli
parent 14ffb08e59
commit d605cd6b11
79 changed files with 118 additions and 118 deletions

View File

@@ -1,6 +1,6 @@
{
"captainVersion": "2",
"documentation": "Taken from https://docs.docker.com/compose/wordpress/ port mapping removed from WP as it's not needed",
"documentation": "Taken from https://docs.docker.com/compose/wordpress/. Port mapping removed from WP as it is no longer needed",
"dockerCompose": {
"version": "3.3",
"services": {
@@ -40,7 +40,7 @@
},
"instructions": {
"start": "WordPress is an online, open source website creation tool written in PHP. But in non-geek speak, its probably the easiest and most powerful blogging and website content management system (or CMS) in existence today.\n\n Enter your WordPress Configuration parameters and click on next. A MySQL (database) and a WordPress container will be created for you. The process will take about a minute for the process to finish.",
"end": "Wordpress is deployed and available as $$cap_appname-wordpress . \n\n IMPORTANT: It will take up to 2 minutes for wordpress to be ready. Before that, you might see 502 error page.\n"
"end": "Wordpress is deployed and available as $$cap_appname-wordpress . \n\n IMPORTANT: It will take up to 2 minutes for WordPress to be ready. Before that, you might see a 502 error page.\n"
},
"variables": [{
"id": "$$cap_db_user",
@@ -58,14 +58,14 @@
"id": "$$cap_wp_version",
"label": "WordPress Version",
"defaultValue": "4.9",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/",
"description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/",
"validRegex": "/^([^\\s^\\/])+$/"
},
{
"id": "$$cap_mysql_version",
"label": "MySQL Version",
"defaultValue": "5.7",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/",
"description": "Check out their Docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/",
"validRegex": "/^([^\\s^\\/])+$/"
}
]