- Node.js
- Docker 20.xx
- Slurm is already set for evaluation, and the directory of this project is mounted to each node.
Root
|--client
|--server
Fill each option in:
server/config.jsserver/config_docker.jsserver/config_benchmark.js
Fill each option in:
client/src/config.jsx
cd server
npm install
npm run build_clientcd server
npm run devUse pm2 for process management. Install PM2
npm install pm2 -gRun the server
cd server
pm2 start server.jsRun the evaluation server
cd server
pm2 srart job_creater.js
pm2 start job_scheduler.js