Virtual Programming Lab
Maintained by
Juan Carlos Rodríguez
VPL (Virtual Programming Lab) enables the creation, submission, execution, and automatic assessment of programming assignments directly within the Moodle learning environment.
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
Thank you for this impressive plugin
After playing around with it, I found some issues you might like to fix:
in matlab_run.sh
-#52 echo "xterm -e matlab -nosplash" >> vpl_wexecution
+#52 echo "xterm -e matlab -nosplash" >> vpl_execution
I noticed that the the jail build script cannot remount the mount bind correctly. So my Jail ended with all mounts rw.
in vpl-jail-system.initd
-#174 mount -o remount,ro,nosuid "$JAILPATH$1"
+#174 mount -o remount,ro,nosuid,bind "$JAILPATH$1"
the "bind" option seems to be the only "workaround" to get the remount working?
I'm using Debian 7.2 amd64
regards Mario
Best regards.
Have you managed to get the code onto a public git repository? We will need to put the link to code repository as well as documentation urls in the useful links section.
but I need time to make a new release, we have fix errors and made improvements to the submitted version.
We hope upload a new version in one or two weeks.
Best regards
That's cool.
There's just one change i see that can be easily fixed so that we can publish this.
- rename the REAME.txt file to README.txt
Also consider
- adding a website url : i think http://vpl.dis.ulpgc.es is ok for this.
You can add your source control (GIT or even CVS) when you come around to it.
yes I had seen the Anthony's suggestions, but I need time to learn how to manage Git and move my old CVS to github.
I am still using the old forum to answer questions from users.
Your comment has moved this element in my TODO list to a higher position.
Regards
Juan Carlos.
Have you looked at this plugin recently? Anthony has posted some suggestions.