UI project for Mirantis KQueen, more informations in KQueen repository here.
- Bootstrap kqueen-ui environment. You need running KQueen backend app to connect to, to run it, please refer to KQueen project documentation.
virtualenv -p /usr/bin/python3 kqueen-ui source ./kqueen-ui/bin/activate pip3 install -e ".[dev]" pip3 install --editable . sudo npm install sudo npm install -g gulp sudo gulp build # optionally start mail server container docker-compose -f docker-compose.mail.yml up -d python -m kqueen_ui
We load configuration from file config/dev.py
by default and this
can be configured by KQUEENUI_CONFIG_FILE
environment variable. Any
environment variable matching name KQUEENUI_*
will be loaded and saved
to configuration.
For full documenation please refer to kqueen-ui.readthedocs.io.
Generic KQueen Overview
AKS (Azure) in KQueen