You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Requires MYSQL service support, execute XEngine_SQLFile/CreateDatabase.sql to create database
52
+
Execute XEngine_SQLFile/XEngine_MQData.sql and XEngine_SQLFile/XEngine_MQUser.sql to create the table
53
+
54
+
#### sub module
55
+
Due to the dependent sub-modules, after you checkout the warehouse, execute the following command in the warehouse directory to pull the sub-modules
56
+
git submodule init
57
+
git submodule update
58
+
50
59
#### Windows
51
60
use vs open and complie,support windows 7sp1 and above
52
61
Just Run it.
@@ -71,7 +80,6 @@ same linux
71
80
## Installation Instructions
72
81
#### Install
73
82
Modify the configuration file to what you need, and then run the service directly
74
-
need to mysql service support,create database through CreateDatabase.sql,import XEngine_SQLFile/XEngine_MQData.sql and XEngine_SQLFile/XEngine_MQUser.sql to create table.
75
83
76
84
#### upgrade
77
85
If it is an upgrade installation, after downloading the new version and modifying the configuration file, it can be run directly
0 commit comments