JudgeNode:基于Nodejs,Express4,MySQL的小型在线评审前端

时间:2024-05-28 01:08:28
【文件属性】:

文件名称:JudgeNode:基于Nodejs,Express4,MySQL的小型在线评审前端

文件大小:29.55MB

文件格式:ZIP

更新时间:2024-05-28 01:08:28

JavaScript

Judge Node 安装 安装Nodejs & MySQL apt-get install nodejs mysql-server 下载这一份repository git clone https://github.com/JudgeGirl/JudgeNode 复制设定档案,并且产生https 需要的相关文件 $ cp _DEFAULTconfig.yml _config.yml $ openssl genrsa -out privatekey.pem 1024 $ openssl req -new -key privatekey.pem -out certrequest.csr $ openssl x509 -req -in certrequest.csr -signkey privatekey.pem -out certificate.pem 确定Judge 的目录如下所示: ro


网友评论