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

@ -24,13 +24,13 @@
},
"instructions": {
"start": "Minio is an object storage server released under Apache License v2.0. It is compatible with Amazon S3 cloud storage service. It is best suited for storing unstructured data such as photos, videos, log files, backups and container / VM images. Size of an object can range from a few KBs to a maximum of 5TB. Minio server is light enough to be bundled with the application stack, similar to NodeJS, Redis and MySQL. \n This one click app deploy one single instance of minio. If you are deploying minio in a high demand production environment, you should consider deploying multiple instances of minio. See minio docs for more details. https://www.minio.io/",
"end": "'Minio is deployed and available as $$cap_appname"
"end": "Minio is deployed and available as $$cap_appname"
},
"variables": [{
"id": "$$cap_minio_version",
"label": "Minio Version",
"defaultValue": "latest",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/minio/minio/tags/",
"description": "Check out their Docker page for the valid tags https://hub.docker.com/r/minio/minio/tags/",
"validRegex": "/^([^\\s^\\/])+$/"
},
{