MOSS Plagiarism Detection Installation
MOSS (Measure Of Software Similarity) is a system for checking for plagiarism. MOSS can be setup on Autolab as follows:
-
Obtain the script for MOSS based on the instructions given here.
-
Create a directory called
vendor
at the root of your Autolab installation, i.ecd <autolab_root> mkdir -p vendor
-
Copy the moss script into the
vendor
directory and name itmossnet
mv <path_to_moss_script> vendor/mossnet