Skip to content

Commit

Permalink
Merge pull request #16 from ctienshi/master
Browse files Browse the repository at this point in the history
Update readme
  • Loading branch information
DilanUA authored Mar 20, 2018
2 parents 51d982a + 7d5a389 commit 7247940
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions docker-compose/editor-worker-dashboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ 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).
* 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. <br><br>
* 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). <br><br>
* 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`. <br><br>

## How to deploy

Expand All @@ -20,21 +20,19 @@ 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. 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
```

0 comments on commit 7247940

Please sign in to comment.