kloudbuster/kb_server/public
gengchc2 88e5115fc3 Fix a typo in cfg.scale.yaml and config.html
TrivialFix

Change-Id: Id47167adb634808faefb3e7f2ebf1d807551702c
2016-09-28 17:57:49 +08:00
..
ui Fix a typo in cfg.scale.yaml and config.html 2016-09-28 17:57:49 +08:00
README.rst remove management tool from web UI 2016-04-18 21:01:29 -07:00

README.rst

KloudBuster Web UI

KloudBuster integrates a Python based web server which is able to host both RestAPI server and KloudBuster front-end website. Normally, KloudBuster has the front-end website pre-built and integrated into the KloudBuster image, so you dont need to do anything to access the web UI.

Steps below are documented for development purposes, in the case if you want to enhance the web UI. For regular users, the pre-built KloudBuster image will satisfy most of the needs.

Build & Development

The web UI is based on AngularJS, developped from Mac OS X (Yosemite), and verified on Ubuntu 14.04. The web UI is located in kloudbuster/kb_server/public and accessible at: http://127.0.0.1:8080/ui/index.html.