From b7b0bbcca89e4929f10befac205ba08d978f85eb Mon Sep 17 00:00:00 2001 From: ctienshi Date: Tue, 20 Mar 2018 19:03:17 +0530 Subject: [PATCH 1/3] Update readme --- .../editor-worker-dashboard/README.md | 23 ++++++++----------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/docker-compose/editor-worker-dashboard/README.md b/docker-compose/editor-worker-dashboard/README.md index cd8f7c3..9a53fcd 100644 --- a/docker-compose/editor-worker-dashboard/README.md +++ b/docker-compose/editor-worker-dashboard/README.md @@ -4,13 +4,12 @@ Runs a pre configured Stream Processor setup with Stream Processor editor, worke ## Prerequisites - * [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git), [Docker](https://www.docker.com/get-docker) and [Docker Compose](https://docs.docker.com/compose/install/#install-compose) are required for running this Docker Compose template. - * In order to run the Docker Compose configuration, you will need an active subscription from WSO2 since the - Docker images hosted at docker.wso2.com contains the latest updates and fixes to WSO2 Stream Processor. You can - sign up for a Free Trial Subscription [here](https://wso2.com/free-trial-subscription). + * [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git), [Docker](https://www.docker.com/get-docker) and [Docker Compose](https://docs.docker.com/compose/install/#install-compose) are required for running this Docker Compose template.

+ * In order to run this Docker Compose setup, you will need an active [Free Trial Subscription](https://wso2.com/free-trial-subscription) + from WSO2 since the referring Docker images hosted at docker.wso2.com contains the latest updates and fixes for WSO2 Stream Processor. You can sign up for a Free Trial Subscription [here](https://wso2.com/free-trial-subscription).

* If you wish to run the Docker Compose configuration using Docker images built locally, build the Stream Processor editor, worker and dashboard images using [SP Dockerfiles](../../dockerfiles/README.md) and remove the `docker.wso2.com/` prefix - from the `image` name In the `docker-compose.yml`. For example, change the line `image: docker.wso2.com/wso2sp-manager:4.0.0` to `image: wso2sp-manager:4.0.0` + from the `image` name In the `docker-compose.yml`. For example, change the line `image: docker.wso2.com/wso2sp-manager:4.0.0` to `image: wso2sp-manager:4.0.0`.

## How to deploy @@ -30,11 +29,9 @@ Runs a pre configured Stream Processor setup with Stream Processor editor, worke docker-compose up ``` - 4. Add the following host entry for Stream Processor dashboard component; - ``` - 127.0.0.1 wso2sp-dashboard - ``` - > The Stream Processor dashboard can be accessed using the following URL - ``` - https://wso2sp-dashboard:9643/monitoring/ - ``` + 4. Access management console via a web browser : + ``` + For Status dashboard - https://localhost:9390/monitoring + For Editor - https://localhost:9743/editor + ``` + From 99e946f60a3acd424435a093d068ef698a86b35b Mon Sep 17 00:00:00 2001 From: ctienshi Date: Tue, 20 Mar 2018 19:13:53 +0530 Subject: [PATCH 2/3] Update readme --- docker-compose/editor-worker-dashboard/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose/editor-worker-dashboard/README.md b/docker-compose/editor-worker-dashboard/README.md index 9a53fcd..58a2a80 100644 --- a/docker-compose/editor-worker-dashboard/README.md +++ b/docker-compose/editor-worker-dashboard/README.md @@ -4,7 +4,8 @@ Runs a pre configured Stream Processor setup with Stream Processor editor, worke ## Prerequisites - * [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git), [Docker](https://www.docker.com/get-docker) and [Docker Compose](https://docs.docker.com/compose/install/#install-compose) are required for running this Docker Compose template.

+ * Install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git), [Docker](https://www.docker.com/get-docker) and [Docker Compose](https://docs.docker.com/compose/install/#install-compose) + in order to run the steps provided in following Quick start guide.

* In order to run this Docker Compose setup, you will need an active [Free Trial Subscription](https://wso2.com/free-trial-subscription) from WSO2 since the referring Docker images hosted at docker.wso2.com contains the latest updates and fixes for WSO2 Stream Processor. You can sign up for a Free Trial Subscription [here](https://wso2.com/free-trial-subscription).

* If you wish to run the Docker Compose configuration using Docker images built locally, build the Stream Processor editor, worker and From 7d5a3898ea5506a9e3aaa2aab8a7edf9b275020a Mon Sep 17 00:00:00 2001 From: ctienshi Date: Tue, 20 Mar 2018 19:28:28 +0530 Subject: [PATCH 3/3] Update readme --- docker-compose/editor-worker-dashboard/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker-compose/editor-worker-dashboard/README.md b/docker-compose/editor-worker-dashboard/README.md index 58a2a80..740723b 100644 --- a/docker-compose/editor-worker-dashboard/README.md +++ b/docker-compose/editor-worker-dashboard/README.md @@ -20,17 +20,17 @@ Runs a pre configured Stream Processor setup with Stream Processor editor, worke ``` > Note that the local copy of `docker-sp` repository will be referred to as `[docker-sp]` from this point onwards. - 2. Switch to the docker-compose/editor-worker-dashboard folder: + 2. Switch to the `docker-compose/editor-worker-dashboard` folder. ``` cd [docker-sp]/docker-compose/editor-worker-dashboard ``` - 3. Execute the following Docker Compose command to start the deployment: + 3. Execute the following Docker Compose command to start the deployment. ``` docker-compose up ``` - 4. Access management console via a web browser : + 4. Access management console via a web browser. ``` For Status dashboard - https://localhost:9390/monitoring For Editor - https://localhost:9743/editor