- 
                Notifications
    
You must be signed in to change notification settings  - Fork 62
 
Set up VMs for Jobs
        Yashas Kumar edited this page Sep 8, 2015 
        ·
        1 revision
      
    Some VMMSs need the VM permissions to be set up manually before they can be used to process jobs.
- 
Compile the autodriver
$ cd autodriver/ $ make clean; make $ cp -p autodriver /usr/bin/autodriver
 - 
Create the
autogradeLinux user.$ useradd autograde
 - 
Create the autograde directory and change its owner and group to
autograde$ mkdir autograde $ chown autograde autograde $ chown :autograde autograde