资源算法flair-tools

flair-tools

2020-04-09 | |  42 |   0 |   0

Flair Tools

Tools needed for simulating flair application

Steps to follow

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

Cleaning up the environment

Run the following commands

docker-compose -f flair-app.yml down
docker-compose -f traefik.yml down

Deleting old images

For fetching the latest docker images please fo the following

docker rmi <image you want to delete>

Access

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 

上一篇:flair-notifications

下一篇:flair-query-language

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • shih-styletransfer

    shih-styletransfer Code from Style Transfer ...