Skip to content

This tool help you setup and debug global search in creatio application.

License

Notifications You must be signed in to change notification settings

Advance-Technologies-Foundation/globalsearch-cli

Repository files navigation

globalsearch cli

example

Description

This tool help you setup global search in creatio application.
It is has GUI for interactive setup step by step. Besides it has methods for debug setup process.

Get started

Important

This utils work with gs version >= 2.0.2

Run on client linux server with global search services with version >= 2.0.2

docker run -it --rm \
    -v /tmp/gs-out:/app/out \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -e SERVER_IP=$(hostname -I | awk '{print $1}') \
    bpmonlinebuild/globalsearch-cli:0.0.3

For developers

Setup development

npm install

npm i
# or yarn

npm run

npm run build
node build/bundle.js

Docker

build

docker build -f install/Dockerfile -t globalsearch-cli .

run from dockerhub

docker run -it --rm \
    -v /tmp/gs-out:/app/out \
    -v /var/run/docker.sock:/var/run/docker.sock \
    -e SERVER_IP=$(hostname -I | awk '{print $1}') \
    bpmonlinebuild/globalsearch-cli:0.0.3

User workflow docs

Changelog

Changelog

Links

Create .gif

OS X Screencast to animated GIF

About

This tool help you setup and debug global search in creatio application.

Resources

License

Stars

Watchers

Forks

Packages

No packages published