Runs a pre configured Stream Processor setup with Stream Processor editor, worker and dashboard nodes.
- Install Git, Docker and Docker 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
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.
- 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 and remove the
docker.wso2.com/
prefix from theimage
name In thedocker-compose.yml
. For example, change the lineimage: docker.wso2.com/wso2sp-manager:4.0.0
toimage: wso2sp-manager:4.0.0
.
-
Clone WSO2 Stream Processor Docker git repository.
git clone https://github.com/wso2/docker-sp
If you are to try out an already released zip of this repo, please ignore this 1st step.
-
Switch to the
docker-compose/editor-worker-dashboard
folder.cd [docker-sp]/docker-compose/editor-worker-dashboard
If you are to try out an already released zip of this repo, please ignore this 2nd step also. Instead, extract the zip file and directly browse to
docker-sp-<released-version-here>docker-compose/editor-worker-dashboard
folder.If you want to try out an already released tag, after executing 2nd step, checkout the relevant tag, i.e. for example: git checkout tags/v4.0.0.2 and continue below steps.
-
Execute the following Docker Compose command to start the deployment.
docker-compose up
-
Access management console via a web browser.
For Status dashboard - https://localhost:9390/monitoring For Editor - https://localhost:9743/editor