====== Labtest Laptop Quick Tips====== **January 2020** \\ Labtest Laptop is no longer supported. As of September 2018, desktops replaced laptops in the WSC labs Please continue to read the detailed documentation page on Lab test for specifics on particular functions. LABTEST has many features but only the basics are simplified here. [[https://wiki.cse.yorku.ca/dept/tdb/services:labtest:start|Labtest Documentation]] (https://wiki.cse.yorku.ca/dept/tdb/services:labtest:start) \\ Basic Instructions to start with labtest using laptop. \\ [[https://wiki.eecs.yorku.ca/dept/tdb/software:protected:labtestlaptop:start|Quick Tips Laptop]] \\ \\ This page is for Faculty members only ====== Labtest Laptop Quick Setup Notes ====== \\ =====Implementation of laptest Laptop Summer 2017===== \\ Labtest laptop was set up to accommodate the laptops in WSC(William Small Center). It is important to note that students who are enrolled in 1st year EECS courses do not have EECS accounts. They use their passport york accounts for any authentication required. \\ ====Feb 2018 - added spare laptops for midterms==== \\ Added la37-la40 to hdb with an IP and sent to WSC as spares for mid-terms 2018,Winter ====Jan 26th 2018 Bil requested /common to be mounted==== \\ Jas updated the labtest1 httpd configuration file to include /common \\ \\ This is a restricted environment with no external WWW access, emails,etc. 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 ==== Create a top level directory to host your web files: % mkdir /eecs/dept/www/course/ (chmod 755) Create a “labtest” directory inside your course web directory: % 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) \\ For ltinit directory, you will have to place another .htaccess file with the directive "Require all granted" \\