Skip to content

axelssonHakan/core-assisted-prescription-gateway

 
 

Repository files navigation

core-assisted-prescription-gateway

CircleCI

This repo contains configuration for the openresty service running in the Qliktive "Custom Analytics UI" use-case.

Each change to this repo will publish an image to Docker hub, tagged <branch name>-<rolling build number>, e.g. qlikea/qliktive-custom-analytics-openresty:master-123.

Changes on master branch will also update the latest tag on Docker hub.

Contributing

Contributions are welcome and encouraged! See more info at Open Source at Qlik R&D.

Required environment variables

To use this container you need to set these environment variables:

KIBANA_HOST, KIBANA_PORT, GRAFANA_HOST, GRAFANA_PORT, VISUALIZER_HOST, VISUALIZER_PORT, QIX_SESSION_HOST, QIX_SESSION_PORT, AUTH_HOST, AUTH_PORT, AUTH_STRATEGY

And these are optional:

CERT_FILE, CERT_KEY - HTTPS certificates (if not set, self-signed certificates will be generated on start up) ERROR_LEVEL - Log level for openresty. Possible values are debug, info, notice, warn, error, crit, alert, or emerg (if not set, info will be used)

Developing the UI

Note: You do not need to set any environment variables for this.

  • Start up a local environment of qliktive-custom-analytics
  • Open up a terminal (or Git Bash in Windows) and run ./run-dev.sh
  • When it has booted up, go to https://localhost/ to see the page, 'admin' and 'password' as credentials.
  • Now you will be able to do changes to the files in /src folder, and it will be rebuilt and shown in your browser after a refresh.

About

Gateway based on openresty for the Qlik Core use case Custom Analytics.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.0%
  • CSS 12.2%
  • Shell 6.6%
  • Lua 4.8%
  • HTML 0.4%