User Tools

Site Tools


software:labtest-laptop

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
software:labtest-laptop [2018/02/16 11:00] seelasoftware:labtest-laptop [2018/02/16 15:23] seela
Line 9: Line 9:
  
 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 
 + % 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)
  
-Make it owned by “labtest” group: 
-% chgrp labtest /eecs/dept/www/course/9999/labtest 
  
  
  
software/labtest-laptop.txt · Last modified: 2020/01/08 14:14 by seela

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki