judge_server and judger is empty #535
-
hi please help me what is rung |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
Did you run
php artisan babel:install noj
and 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
OJ
for that.After installed certain OJ, you will need to configure the
judger
andjudge_server
table. 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
judger
table 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…