This docker setup demonstrate the EI quick start guide setup.
- v1.0.0 - Setup using EI 6.1.1
- Documentations: EI Quick Start Guide
- Install docker into your setup environment
- Clone this Git repository. If you need to download only this demo scenario follow this blog.
- Depending on the demo version you choose to run, download the desired wso2ei-x.x.x.zip
- Copy the wso2ei-x.x.x.zip file into presales-demos/ei-quick-start-guide/vX.X.X/ei-setup/ location
- Copy the wso2ei-x.x.x.zip file into presales-demos/ei-quick-start-guide/vX.X.X/bps-setup/ location
- Copy the wso2ei-x.x.x.zip file into presales-demos/ei-quick-start-guide/vX.X.X/ei-analytics-setup/ location
- Go to presales-demos/ei-quick-start-guide/vX.X.X/ location and run the following commands.
Optional
## Below command will build and run the full setup. docker-compose build docker-compose up
If you need to start the services as background processes execute the following command.If you need to build the images individually you can execute the commands in-order as following.docker-compose up -d
To run the services individually you can execute the commands in-order as following.docker-compose build analytics-service docker-compose build bps-service docker-compose build ei-service
docker-compose up analytics-service docker-compose up bps-service docker-compose up ei-service
- To stop the services execute the following command.
docker-compose down