# LSOJ **Repository Path**: lisoul/LSOJ ## Basic Information - **Project Name**: LSOJ - **Description**: No description available - **Primary Language**: HTML - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-05-28 - **Last Updated**: 2026-07-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LSOJ 开发文档 [![Typing SVG](https://readme-typing-svg.demolab.com?font=Fira+Code&pause=1000&vCenter=true&width=435&lines=Hey%F0%9F%91%8B%2C+I'm+LiSoul.;A+Web+Developer.;An+Open+Source+Contributor.)](https://git.io/typing-svg) - 判题机目录映射 ```sh /home/Judger/JudgerClient -> /Judger/Client /www/wwwroot/LSOJ/JudgerClient -> /Judger ``` - 无终端后台启动命令 ```sh nohup python serve.py > ./logs/server.log 2>&1 & nohup python file_serve.py > ./logs/server.log 2>&1 & nohup python client.py > ./logs/server.log 2>&1 & ``` cd Judger