Tools needed for simulating flair application
Optional
: Start the reverse proxy by running the below command. This step is required
if SSL gRPC connection is required between services.
docker-compose -f traefik.yml pull
docker-compose -f traefik.yml up -d
Mandatory
: Start the flair application by running the following command
docker-compose -f flair-app.yml pull
docker-compose -f flair-app.yml up -d
Wait approximately 5 minutes before all containers start.
Note: The
latest
tag is pulled down for each docker image
Run the following commands
docker-compose -f flair-app.yml down
docker-compose -f traefik.yml down
For fetching the latest docker images please fo the following
docker rmi <image you want to delete>
If the application is started with the reverse proxy, app will be available at: https://localhost/flairbi/#/, if not at http://localhost:8002/#/
Credentials:
Username: flairadmin
Password: admin
Note: If the application dosent seem to show up, please check if the docker containers are working as expected. If any of them are down, please raise an ISSUE in github and we will fix it for you as always 😄 You can also contact us at [email protected]
It is possible to enable SSL connection between services that use gRPC, such as bi - engine - cache. In order
to do so, please enable GRPC_SSL_ENABLED
properties to true
in flair-app.yml
.