updated console and server repo name

This commit is contained in:
strawmanbobi
2025-10-28 10:30:20 +08:00
parent 8c11d328ad
commit 7d8c328813
208 changed files with 1 additions and 64 deletions

21
private-backend/README.md Normal file
View File

@@ -0,0 +1,21 @@
# IRext private server
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
- 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.
```shell script
java -jar private-server.jar
```
### Usage
Please refer to Web API in https://site.irext.net/doc/ for restful webservice call.