diff --git a/README.md b/README.md index a153ced62..2993530f4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Once you have explored this the next step is to create your own Workspace and Pr # Quickstart Instructions -These instructions will spin up an instance in a single server in AWS (for evaluation purposes). Please check the [prerequisites](https://accenture.github.io/adop-docker-compose/docs/prerequisites/). +These instructions will spin up an instance in a single server in AWS ([for **_evaluation_** purposes](https://accenture.github.io/adop-docker-compose/docs/evaluation-mode)). Please check the [prerequisites](https://accenture.github.io/adop-docker-compose/docs/prerequisites/). NB. the instructions will also work in anywhere supported by [Docker Machine](https://docs.docker.com/machine/), just follow the relevant Docker Machine instructions for your target platform and then start at step 3 below and (you can set the AWS_VPC_ID to NA). diff --git a/quickstart.sh b/quickstart.sh index 0ce5517ea..79bb04ebd 100755 --- a/quickstart.sh +++ b/quickstart.sh @@ -10,6 +10,20 @@ echo ' ## ## ######## ####### ## ' +echo ' +***************************************************** +* EVALUATION MODE * +***************************************************** +* Quickstart is designed to get you up and running * +* with the DevOps Platform as quickly as possible. * +* As such it is not a "production" ready deployment * +* and therefore we brand it as "evaluation mode". * +* In using quickstart you are acknowledging this, * +* along with the lack of proper security, backups, * +* patching, and other operational considerations. * +***************************************************** +' + usage(){ cat <