# 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**: 2021-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # LSOJ 开发文档 - 判题机目录映射 ```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