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
Copy file name to clipboardExpand all lines: README.en.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,8 @@ feature list:
30
30
13. support second pass and Resumable
31
31
14. support upload and download Redirect
32
32
15. support full speed and limit speed
33
+
16. permission control
34
+
17. upload file rewrite
33
35
34
36
## install
35
37
@@ -94,12 +96,20 @@ Download File: curl -X GET "http://192.168.1.8:5101/storagekey1/hello.txt"
94
96
## now task
95
97
P2P WAN file search and download support
96
98
99
+
## Installation Instructions
100
+
#### Install
101
+
Modify the configuration file to what you need, and then run the service directly
102
+
Advanced functions require the support of MYSQL. After installing MYSQL, import XEngine_SQLFile/XStorage_Create.sql and then import XEngine_Storage.sql.
103
+
#### upgrade
104
+
If it is an upgrade installation, after downloading the new version and modifying the configuration file, it can be run directly
105
+
If you use a database, you need to open the database matching fields and tables are consistent
106
+
97
107
## other problems
98
108
You can refer to the document under the docment directory. It contains API protocol and service description.
99
109
When the jsoncpp module is used, the compilation runtime library selection must be consistent
100
110
101
111
## Test Service
102
-
Address:app.xyry.org or 159.75.200.173
112
+
Address:app.xyry.org
103
113
Port:HTTP Center Port 5100,Download 5101,UPLoad 5102
0 commit comments