Documentation

Tools

Installation Assistant(installer):

python kbengine/kbe/tools/server/install/installer.py install
自动安装KBEngine。

python kbengine/kbe/tools/server/install/installer.py uninstall
自动卸载KBEngine。

python kbengine/kbe/tools/server/install/installer.py update
更新KBEngine。

python kbengine/kbe/tools/server/install/installer.py version
查看KBEngine当前版本。

Python version of the cluster control(cluster_controller):

python cluster_controller.py query: 
	Information query servers

python cluster_controller.py start: 
	Start the servers.

python cluster_controller.py stop: 
	Shutdown the servers.

python cluster_controller.py console: 
	Online debugging, python console.

Visual console(GUIConsole):