mooshak-dcc / mooshak-2

Mooshak is a system for managing programming contests on the Web. Mooshak's basic features include automatic judging of submitted programs, answering to clarification questions about problem descriptions, reevaluation of programs, tracking printouts, among many others.
https://mooshak2.dcc.fc.up.pt/
4 stars 0 forks source link

Docker for Mooshak 2 Starter #2

Closed wahyudierwin closed 1 year ago

wahyudierwin commented 1 year ago

Hi @josepaiva94 , let me ask another problem.

I followed the tutorial to install the Mooshak 2 via Docker (and used the starter tag). It turned out that it actually only support Java submission (correct me if I'm wrong).

Can you please provide the docker image for Mooshak 2 that supports C++ submission as well? Or is there any thing I can do so that Mooshak 2 installed from docker can support C++?

Thanks in advance.

wahyudierwin commented 1 year ago

Finally I have solution to this problem: Add language with name "CPP", and then set the details as following: image

My previous config for C++ resulting in Memory Limit, because I left the "data" value as 0. Now it is solved!