-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hi there,
your installation guide says
"Start by installing STACK as normal and make sure that it works with the maxima you have installed."
On our rented Moodle server we do not have shell access. But it was possible to install "Stack" as a Moodle plugin. Yet we can not install maxima to the Moodle server without shell access.
But we have a separate "jobe" (trampgeek/jobe) server running that is used for question type "Coderunner". This one is maintained by us. And i installed maxima on it.
Is it possible to use "maximapool" for letting Moodle plugin "Stack" connect to this separate server without maxima installed on the Moodle server at all?
If yes, what exactly would be entered to fields like "qtype_stack | maximacommand" in "Stack" config page on Moodle server?
Of course it would be a great gain if "Stack" could use the REST-API of "jobe" anyway.
As far as I understand, "jobe" and "maximapool" do similar things - executing small programs in a kind of sandbox on a network server and sending results back to the calling Moodle server.
Why not use a common API for these issues?