This docker setup demonstrate a DLC and analytics capabilities of using an EI-MB-Analytics setup.
- v1.0.0 - Setup using EI 6.1.1
- 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-mb-analytics/vX.X.X/ei-setup/ location
- Copy the wso2ei-x.x.x.zip file into presales-demos/ei-mb-analytics/vX.X.X/ei-mb-setup/ location
- Copy the wso2ei-x.x.x.zip file into presales-demos/ei-mb-analytics/vX.X.X/ei-analytics-setup/ location
- Go to presales-demos/ei-mb-analytics/vX.X.X/ location and run the following commands.
Optional If you need to start the services as background processes execute the following command.
## Below command will build and run the full setup. docker-compose up
docker-compose up -d
- To stop the services execute the following command.
docker-compose down