updated private cloud functions

This commit is contained in:
strawmanbobi
2025-10-29 08:59:13 +08:00
parent 7d8c328813
commit fd05f74cca
10 changed files with 133 additions and 43 deletions

View File

@@ -1,19 +1,19 @@
# IRext private server
# IRext Private Backend
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
- Mysql server 8.0 or above
- Redis server 4.0 or above
- A Linux OS is preferred
### Deploy
- Fetch or compile libirdecode_jni.so out of source code of irext/core.
- Run following command when you fetched or compiled the private-server.jar out of the private server Spring-Boot project.
- Run following command when you fetched or compiled the private-backend-<version>.jar out of the private server Spring-Boot project.
```shell script
java -jar private-server.jar
java -jar private-backend-<version>.jar
```