Based on previous pull request, now the GUI is fully functional with following aspect:
Stateful and responsive querying system.
Workflow with flexible decision
Also, now lucida is detached into core and services. The core is commandcenter, and it can run individually without any services.
Besides, clean up ubuntu 14.04 installation issues. Now the building system only install lucida core's dependency at first place. User can build other services later.
Instructions:
To start lucida, only one step is needed. make dep_core && make start_lucida under root directory.
Based on previous pull request, now the GUI is fully functional with following aspect:
Also, now lucida is detached into core and services. The core is commandcenter, and it can run individually without any services.
Besides, clean up ubuntu 14.04 installation issues. Now the building system only install lucida core's dependency at first place. User can build other services later.
Instructions:
make dep_core && make start_lucida
under root directory.