Please visit the following URL to obtain the download link of "LarkXR stand-alone version": https://paraverse.cc/larkxr-resource/
The downloaded and decompressed file structure is as shown below:
larkxr-center and larkxr-render are the main directories. . LarkXRLauncher.exe is the startup manager. Other directories and files are the files used by the startup manager
larkxr-center directory:
| folder | explain |
|---|---|
| admin | Management services |
| appli | Default storage folder for apps |
| JDK | java service running environment |
| mysql | Database folder, used for data storage |
| nginx | For reverse proxy and static page mapping |
| redis | Caching service |
| Tools | Store toolkits that need to be loaded in the program |
| application.properties | Configuration file |
larkxr-render directory:
| folder | explain |
|---|---|
| AgentServer | Synchronization and proxy services, used for rendering node synchronization applications and maintaining communication with the master node |
| appli | Default storage folder for apps |
| JDK | java service running environment |
| RenderServer | rendering service |
| ssl-cert | When using HTTPS and using direct connection mode, the rendering node needs to be configured with SSL, and the configuration file can be placed in the ssl-cert folder. |
| Tools | Store toolkits that need to be loaded in the program |
| application.properties | Configuration file |