Skip to content

Latest commit

 

History

History
 
 

ei-quick-start-guide

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

EI Quick Start Guide setup

This docker setup demonstrate the EI quick start guide setup.

Versions

How to run

  1. Install docker into your setup environment
  2. Clone this Git repository. If you need to download only this demo scenario follow this blog.
  3. Depending on the demo version you choose to run, download the desired wso2ei-x.x.x.zip
  4. Copy the wso2ei-x.x.x.zip file into presales-demos/ei-quick-start-guide/vX.X.X/ei-setup/ location
  5. Copy the wso2ei-x.x.x.zip file into presales-demos/ei-quick-start-guide/vX.X.X/bps-setup/ location
  6. Copy the wso2ei-x.x.x.zip file into presales-demos/ei-quick-start-guide/vX.X.X/ei-analytics-setup/ location
  7. Go to presales-demos/ei-quick-start-guide/vX.X.X/ location and run the following commands.
    ## Below command will build and run the full setup.
    docker-compose build
    docker-compose up
    Optional
    If you need to start the services as background processes execute the following command.
    docker-compose up -d
    If you need to build the images 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
    To run the services individually you can execute the commands in-order as following.
    docker-compose up analytics-service
    docker-compose up bps-service
    docker-compose up ei-service
  8. To stop the services execute the following command.
    docker-compose down

Setup

Sequence Diagram