Moodle with Coderunner plugin, Jobe Sandbox and HTTPs CentOS 6
First, follow install instructions from:
Be sure to enable jobesandbox in Coderunner plugin configuration.
Coderunner uses Jobe sandbox by default but the http protocol is hardwired in file jobesandbox.php. To change to https, just modify file:
/var/www/moodle/web/question/type/coderunner/classes/jobesandbox.php
In :
$protocol = 'http://';
Change to:
$protocol = 'https://';
No hay comentarios:
Publicar un comentario