GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/JimMartinson/CST2276/Labs/Lab02.1/ |
Upload File : |
<? // JimMartinson/CST2276/Labs/Lab02/index.php $TRACK = "<b>".basename(__FILE__).'</b> <span class="pv_fl">('.__FILE__.")</span>\n<ol>\n"; ini_set('include_path',ini_get('include_path').PATH_SEPARATOR.$_SERVER['DOCUMENT_ROOT']."/"); // Add the DOCUMENT_ROOT to the include_path. require('application.phpinc'); $disabled = ''; $disabled = ' disabled'; require('Gradebook/EvaluationSubmission_BEGIN.phpinc'); // Replaced. require('JimMartinson/CST2276/Labs/GenerateComputerNames.phpinc'); // Includes 'Gradebook/EvaluationSubmission_BEGIN.phpinc'. ?> <style type="text/css">b {white-space:nowrap;}</style> <p> <fieldset><legend><?=$evaluationType?> <?=$evaluationNumber?> Assignment</legend> <? if ( $disabled ) { ?> <span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><br> <? } ?> The purpose of this lab is to install Windows 2019 Server with IIS Web Services. <br><?=$gradeNote?> <ol> <li>Create a directory called <b><?=$evaluationName?></b>. We will use it for all work performed in this lab.</li> <li>Install the <b>Web Server (IIS)</b> roll. Include ftp in the install.</li> <li>Show IIS is installed. <ol> <li>Open up <b>Internet Information Services (IIS) Manager</b>.</li> <li>Take a screenshot and save it as <b><?=$saveFilename?>-iis.png</b> in your <b><?=$evaluationName?></b> folder. <? showBegin('See IIS Manager example screenshot'); ?><br> <img src="images/Lab02-iis.png" width="1000" alt="IIS Manager example"/> <? showEnd (); ?> </li> </ol> </li> <li>Edit the default site document (iisstart.htm) and add <code><h1 style="color:white;"><?=$userFullName?></h1></code> before the container div. Save your changes.</li> <li>Show IIS is working. <ol> <li>Open up a browser and go to <b>localhost</b>. <span class="note">I had to restart my server for IIS to be actually running after the IIS role install.</span></li> <li>Take a screenshot and save it as <b><?=$saveFilename?>-localhost.png</b> in your <b><?=$evaluationName?></b> folder. <? showBegin('See localhost example screenshot'); ?><br> <img src="images/Lab02-localhost.png" width="1000" alt="localhost example"/> <? showEnd (); ?> </li> </ol> </li> <li>Turn in your assignment: <ol type="a"> <li>Ensure the following files are in your <b><?=$evaluationName?></b> folder: <ol> <li><?=$saveFilename?>-iis.png</li> <li><?=$saveFilename?>-localhost.png</li> </ol> </li> <li>Zip up your <b><?=$evaluationName?></b> folder into a file named <b><?=$uploadFilename?></b>.</li> <li>Browse and select your <b><?=$uploadFilename?></b> file: <input type="file" name="fileUpload" id="inpFileUpload"<?=$disabled?>><div id="divFileploadError"></div></li> <li>Then <input type="submit" name="f_subtask" id="inpSubmit" value="Submit"<?=$disabled?>> for grading.<? if ( $disabled ) { ?> <span class="error bold">Notice: Do not perform this assignment unless this notice has been removed.</span><? } ?></li> </ol> </li> </ol> <?=$gradeNote?> </fieldset> <? require('Gradebook/EvaluationSubmission_END.phpinc'); // Replaced. if ($TRACK != '') $_SESSION['TRACK'] .= "<li>End ".basename(__FILE__)."</ol>\n"; ?>