User Tools

Site Tools


software:labtest-laptop

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
software:labtest-laptop [2018/02/16 10:59] – created seelasoftware:labtest-laptop [2018/02/16 15:23] seela
Line 6: Line 6:
 To use labtest for the laptops, you would require to set up (a) web hosting directory and (b) submission directory for students to submit their work electronically. To use labtest for the laptops, you would require to set up (a) web hosting directory and (b) submission directory for students to submit their work electronically.
 \\ \\
-==Setting up the Web Hosting Directories and Files ==+====Setting up the Web Hosting Directories and Files ==== 
 Create a top level directory to host your web files: Create a top level directory to host your web files:
-% mkdir /eecs/dept/www/course/<course number>+ % mkdir /eecs/dept/www/course/<course number> (chmod 755) 
 Create a “labtest” directory inside your course web directory:  Create a “labtest” directory inside your course web directory: 
-% mkdir /eecs/dept/www/course/9999/labtest + % mkdir /eecs/dept/www/course/9999/labtest 
- Make it owned by “labtest” group: + % chgrp labtest /eecs/dept/www/course/9999/labtest 
-% chgrp labtest /eecs/dept/www/course/9999/labtest+ % chmod 700 /eecs/dept/www/course/9999/labtest 
 + 
 +Place the files you want the students to see in the labtest directory: 
 + % index ,php,pdf,.htaccess etc 
 +If you need to setup initialization files on the users' desktop: 
 + % Create a directory under labtest called "ltinit" and place the files there . You will also need to setup a labtest.sh script that will copy the files as requested 
 +This directory should be 755 and group "labtest". ALl files inside should be group "labtest" 
 + 
 +In order for students to use a PPY account, you will have to place an .htaccess file under the labtest directory using the PYORK auth module. (AuthType PYork,PYorkAllowEveryone on) 
  
  
  
software/labtest-laptop.txt · Last modified: 2020/01/08 14:14 by seela