judge_server and judger is empty #535
|
hi please help me what is rung |
Replies: 1 comment
|
Did you run You can check the database table After installed certain OJ, you will need to configure the For virtual judge, you will need to insert accounts into You can post issues and we will reply to you much quicker, we didn't quite understand this new discussion feature for now. |
Did you run
php artisan babel:install nojand others? If so$this->oid=OJModel::oid('noj');would not returnnull, it will return an integer indicate the oid of that online judge.You can check the database table
OJfor that.After installed certain OJ, you will need to configure the
judgerandjudge_servertable. Judge Server table requires you input NOJ_JudgeServer hosts and ports, token. you will also need to name that server though.For virtual judge, you will need to insert accounts into
judgertable manually, it will require you input password and login user into it.You can post issues and we will reply to you much quicker, we didn't quite understand this new discussion feature for…