1
0
mirror of https://github.com/renbaoshuo/UOJ-Luogu-RemoteJudge.git synced 2024-10-18 12:08:49 +00:00
UOJ-Luogu-RemoteJudge/INSTALLATION.md

19 lines
281 B
Markdown
Raw Normal View History

2023-03-19 12:17:53 +00:00
# 安装
2023-03-20 07:03:25 +00:00
## 前期准备
2023-03-20 08:53:58 +00:00
请先在服务器上安装以下软件/模块:
- Node.js 18 LTS
- php-curl
然后为 php-cli 启用 php-v8js 和 php-yaml 扩展:
```bash
sed -i -e '912a\extension=v8js.so\nextension=yaml.so' /etc/php/7.4/cli/php.ini
```
2023-03-20 07:03:25 +00:00
## 修改源码
2023-03-19 12:17:53 +00:00
_TODO_