2019-07-29 22:48:44 +08:00
|
|
|
# IRext private server
|
2019-08-04 14:16:33 +08:00
|
|
|
|
|
|
|
|
Private server is a runtime that any user can deploy and access it with IRext restful web service call or SDK.
|
|
|
|
|
|
|
|
|
|
### Runtime environment
|
|
|
|
|
- Java runtime 1.7 or above
|
|
|
|
|
- Mysql server 5.6 or above
|
|
|
|
|
- Redis service
|
|
|
|
|
- A Linux OS is preferred
|
|
|
|
|
|
|
|
|
|
### Deploy
|
2025-10-22 12:37:19 +08:00
|
|
|
- Fetch or compile libirdecode_jni.so out of source code of irext/core.
|
2019-08-04 14:16:33 +08:00
|
|
|
- Run following command when you fetched or compiled the private-server.jar out of the private server Spring-Boot project.
|
|
|
|
|
|
|
|
|
|
```shell script
|
|
|
|
|
java -jar private-server.jar
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Usage
|
2023-01-22 17:03:41 +08:00
|
|
|
Please refer to Web API in https://site.irext.net/doc/ for restful webservice call.
|