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 15:24] seelasoftware:labtest-laptop [2018/02/16 15:29] seela
Line 7: Line 7:
 \\ \\
 ====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> (chmod 755) +  % 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 +  % chgrp labtest /eecs/dept/www/course/9999/labtest 
- % chmod 700 /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: Place the files you want the students to see in the labtest directory:
- % index ,php,pdf,.htaccess etc +  % index ,php,pdf,.htaccess etc 
-If you need to setup initialization files on the users' desktop+If you need to setup initialization files on the users' desktopCreate 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 requestedThis directory should be 755 and group "labtest"All files inside should be group "labtest" \\ 
- 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) 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)
 +\\ 
 +For ltinit directory, you will have to place another .htaccess file with the directive "Require all granted" 
 +\\
  
  
  
software/labtest-laptop.txt · Last modified: 2020/01/08 14:14 by seela