IIS & Web & PHP Configuration Dr. Tom Hicks Trinity University

Size: px
Start display at page:

Download "IIS & Web & PHP Configuration Dr. Tom Hicks Trinity University"

Transcription

1 IIS & Web & PHP Configuration Dr. Tom Hicks Trinity University Install IIS (Internet Information Services) 1] Open the Control Panel. Push the Programs & Features Button.

2 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e 2] Push the Turn Windows Features On or Off Button. 3] The default configuration is above on the left. Update the choices to match those on the Right above. Push the OK Button. 4] Push the Download Files Button.

3 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e 5] Push the Restart Button. Will probably take about 10 minutes. LOCALHOST LOOPBACK ] Localhost is another name for the loopback which is referenced by Internal IP If the web page loads, you have been successful installing IIS. Try it.

4 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e 2] Try to reach your IIS site with the loopback port ] If you have a Microsoft browser, you can use loopback. 4] All of your IIS components will be installed in folder C:\Inetpub folder C:\ftproot will contain the web stuff. Folder C:\ftproot will contain the ftp stuff. Make sure you have folder C:\Inetpub 5] The web page we saw above was created by the files in c:\inetpub\wwwroot

5 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e DNS Entry IP Entry 1] Make a note of your IP Address. My static IP Address is ] Go to another computer on our network. When you use another computer on our network verify that you can use a browser to reach your IIS server by using my DNS name. 3] Go to another computer on our network. When I use another computer on our network verify that you can use a browser to reach my IIS server by using my IP Address.

6 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e Website Modification #1 1] Create a folder, called C:\Inetpub\wwwroot\Original Files. Copy the other files, from this folder, into Original Files as shown above. Note that you had to give permission to move the files; this gets to be a hassle confirming things all the time. 2] Note that your website no longer loads. It mentions that you cannot list the contents of the directory; this is a good security setting, but can be somewhat problematic during web site construction. Set Permissions IIS wwwroot 1] We are going to configure the permissions for ASP, PHP, Dot Net, etc.; not all of these permissions will be needed for web services. We are going to open the permissions with Full Control knowing that we can come back and restrict the options later as we move toward a production application. 2] Right-Mouse Click on C:\Inetpub\wwwroot Select Properties

7 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e 3] Select Properties tab Push the Advanced Button. 4] Push the Disable Inheritance Button. 5] Select Convert Inherited Permissions

8 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e 6] Select IIS_Usrs Push the Edit Button. 7] We are temporarily going to give all accounts full control; if our database does not respond correctly, we want to know that it is not an issue with Windows Permissions! Push OK Button. 8] Just to simplify things, remove the TrustedInstaller, System, and Creator Owner accounts.

9 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e 9] {Initial/Pledge} I have added accounts thicks, student, Admin, Network, Network Service, & IUSR; all accounts have Full Control Select OK 10] Push the Yes Button. This sets the permissions for ASP, PHP, Dot-Net, Database Access, etc. Default Documents 1] IIS automatically loads any of the default document in the order specified. One of the default documents in index.html.

10 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e 2] Use Notepad++ to create a file, called C:\Inetpub\wwwroot\index.html which contains the data above substituted my name and my server data. 3] Those of you who have some experience with HTML will not be surprised when you access your website and see a page similar to that above. 4] Make the changes shown above, save, and reload your web site.

11 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e e 5] Make sure you get something similar to the data above This data is mine. 6] Make the changes above to your file. 7] When you connect a browser to the website on your server, you should get something similar to the data above The data is mine.

12 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e Start The IIS Manager 1] Push the Administrative Tools Button. 2] Push the Internet Information Services Manager Button. I would also pin the Internet Information Services Manager to the Start Menu and the task bar.

13 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e Set The IIS Default Documents Add index.php 1] Start the IIS Manager. 2] Push the Default Document Button. 3] Push the Add Button.

14 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e 4] Add an entry for index.php. Push the OK Button. 5] Use the Move Up and Move Down buttons to shift index.html and index.php to the top. 5] Hopefully, your default priority looks like that above.

15 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e Set The IIS Directory Browsing 1] Start the IIS Manager. 8] Push the Directory Browsing Button Configure The IIS To Return Error Messages To Browser 1] Start the IIS Manager. 2] This decision will make things easier for us during the design stage. We would tighten it before moving the website into production. Push the Enable Button 3] Push the Error Pages Button

16 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e 4] Push the Edit Feature Settings Button 5] Select Detailed Errors. Push the OK Button. 6] Push the ASP Button.

17 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e 7] Make Enable Parent Paths True. Make Send errors To Browser True. Push the Apply Button. Test Directory Browsing 1] Renamed index.html the new name is to be Lab-Menu.html. Created directories/folders called ASP-TEST and PHP-TEST. 2] Your wwwroot directory has no default file; turning on directory browsing should enable you to see the selections shown in the graphic above.

18 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e Test Browser Rendering Web Pages Not In IIS Directory 1] Create a file, HTML-Test.html; it should contain the code shown above. Place it on your desktop. 2] Drag file HTML-Test.html on top your web browser. When you do, you should get something like: 3] HTML files can be rendered with any web browser. They do not have to go through the IIS engine.

19 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e Create ASP-Test.asp View ASP Pages Through IIS Web Engine 1] Created file ASP-Test.asp on you desktop. It should contain the code above. 2] There are a number of middleware languages such as ASP and PHP. Middleware languages will only render the desired programming by rendering it through the IIS engine. If you drag file ASP-Test.asp on top your web browser, you will get something like the image seen above. 3] {Initial/Pledge} I have placed a copy of file ASP-Test.asp in folder C:\Inetpub\wwwroot\ASP-TEST

20 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e 4] {Initial/Pledge} When I look at file ASP-Test.asp through the IIS Engine (by way of localhost) the page renders as shown above. ASP Error Page Verify IIS Error Return Configuration 1] Save a copy of file ASP-Test.asp in folder C:\Inetpub\wwwroot\ASP-TEST; Call it ERROR-Test.asp.Enter xx in the file as shown. There is now a mistake/error in the coding. 2] Render ERROR-Test.asp, You should be able to see the error and the line number of the error. This is the result of returning the error messages to the browser. This is important during web site design. We will be able to see PHP errors as well.

21 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e Download PHP 1] Navigate a browser to the link above. 2] Download the first Non Thread Safe 64-bit version of PHP. 3] Created folder C:\Software\PHP Place the downloaded zip file inside.

22 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e 4] Create folder C:\PHP 5] Placed= a copy of all of the files, from the zip download, into C:\PHP. 6] Configure the permissions of C:\PHP to match those of C:\Initpub\wwwroot they match those above.

23 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e Download & Install Visual C++ Redistributable Required By PhP 1] Navigate Browser to the link above. 2] Download the 64 bit version of the Redistributable. 3] Create folder C:\Software\VC Redistributable 64-bit. Place the download into that folder. Double-Click on the installer. 4] Agree to the conditions and push the Install Button. 5] Push the Yes Button.

24 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e 6] Push the Close Button. Test PHP #1 1] Create file PHP-Test.php and placed it in directory C:\Inetpub\wwwrooot\PHP-Test\, It contains the code above. 2] Things do not work yet because we have not yet configured IIS to map the page to the php engine.

25 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e Configure The IIS To Map PHP Files 1] Start the IIS Manager. 2] Push the Handler Mappings Button. 3] Note that there is no entry for PHP. Push the Module Mapping Button.

26 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e 4] Configure carefully to match the above configuration. Push the OK Button. 5] Push the Yes Button. 6] Return to PHP-Test.php in your browser. It now renders through the web site. PHP is not initialized to handle databases and errors; some customization is still in order. Make sure you can see the PHP info on your page,

27 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e Create PHP-Test-Error.php 1] Create file PHP-Test-Error.php and place it in directory C:\Inetpub\wwwrooot\PHP-Test\, It should contain the code above. 2] If the web page had 10,000 lines of php code, there would still be no indication of what the error is or where it occurs. This is not very good.

28 IIS-Web-PHP-Configuration-Key.docx CSCI P a g e 3] Made a copy of file php.ini-development Call it php.ini 4] Reloa the web page You should get a more meaningful error message Something like the page above.. 5] I recommend adding the code above to the top of your php.ini file.

Install & Configure Windows 10, Visual Studio, & MySQL Dr. Tom Hicks Trinity University

Install & Configure Windows 10, Visual Studio, & MySQL Dr. Tom Hicks Trinity University Install & Configure Windows 10, Visual Studio, & MySQL Dr. Tom Hicks Trinity University Windows 10 Install 1] Push the Next Button. 2] Push the Install Now Button. Windows-Database-Server-Installation-1.docx

More information

Once file and folders are added to your Module Content area you will need to link to them using the Item tool.

Once file and folders are added to your Module Content area you will need to link to them using the Item tool. VITAL how to guides elearning Unit Last updated: 01.10.2010 Course Files tool Overview Course Files tool enables you to: Quickly copy large numbers of files into a VITAL module. Files can be dragged and

More information

Lab - System Restore in Windows 8

Lab - System Restore in Windows 8 Lab - System Restore in Windows 8 Introduction In this lab, you will create a restore point and use it to restore your computer. Recommended Equipment A computer running Windows 8 Step 1: Create a restore

More information

Lab - Task Manager in Windows 7 and Vista

Lab - Task Manager in Windows 7 and Vista Lab - Task Manager in Windows 7 and Vista Introduction In this lab, you will explore Task Manager and manage processes from within Task Manager. Recommended Equipment The following equipment is required

More information

Lab - System Restore in Windows 7 and Vista

Lab - System Restore in Windows 7 and Vista Lab - System Restore in Windows 7 and Vista Introduction In this lab, you will create a restore point and then use it to restore your computer. Recommended Equipment A computer running Windows 7 or Vista

More information

Install Visual Studio Community Version 2017

Install Visual Studio Community Version 2017 Dr. Tom Hicks Install Visual Studio Community Version 2017 1 P a g e Install Visual Studio Community Version 2017 1] Navigate your browser to https://www.visualstudio.com/ 2] Hold down the Download Visual

More information

Tutorial: Creating A FoxPro Application

Tutorial: Creating A FoxPro Application Tutorial: Creating A FoxPro Application Dr. Thomas E. Hicks Computer Science Department Trinity University Organize Files & Create Directories/Folders Download and decompress the following FoxPro Database

More information

Database Concepts. Online Appendix I Getting Started with Web Servers, PHP, and the NetBeans IDE. 7th Edition. David M. Kroenke David J.

Database Concepts. Online Appendix I Getting Started with Web Servers, PHP, and the NetBeans IDE. 7th Edition. David M. Kroenke David J. Database Concepts 7th Edition David M. Kroenke David J. Auer Online Appendix I Getting Started with Web Servers, PHP, and the NetBeans IDE All rights reserved. No part of this publication may be reproduced,

More information

5. A small dialog window appears; enter a new password twice (this is different from Dori!) and hit Go.

5. A small dialog window appears; enter a new password twice (this is different from Dori!) and hit Go. Installing Wordpress from JMA Lab to JMA Server 1. Take note these instructions are streamlined for the JMA lab they can t be performed in this fashion from home! 2. Wordpress is a database driven web

More information

Installing PHP 5.1 On Windows

Installing PHP 5.1 On Windows Installing PHP 5.1 On Windows 1. The PHP setup file is a zip archive. Extract the contents of the zip file using Winzip or any other archiving tool 2. In the extraction process, all the zipped files will

More information

CSCI 201 Lab 1 Environment Setup

CSCI 201 Lab 1 Environment Setup CSCI 201 Lab 1 Environment Setup "The journey of a thousand miles begins with one step." - Lao Tzu Introduction This lab document will go over the steps to install and set up Eclipse, which is a Java integrated

More information

TechNote: 5a-WordPress Install - PHP 5-2-x Setup

TechNote: 5a-WordPress Install - PHP 5-2-x Setup TechNote: 5a-WordPress Install - PHP 5-2-x Setup Introduction (1.1): TechNote 5a in the WordPress installation and setup series reviews setting up PHP 5.2.x in an XP SP3 environment using IIS 5.1. Introduction

More information

WA2402 Introduction to Responsive Web Development with HTML5, CSS3, JavaScript and jquery. Classroom Setup Guide. Web Age Solutions Inc.

WA2402 Introduction to Responsive Web Development with HTML5, CSS3, JavaScript and jquery. Classroom Setup Guide. Web Age Solutions Inc. WA2402 Introduction to Responsive Web Development with HTML5, CSS3, JavaScript and jquery Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum

More information

Apache, Php, MySql Configuration

Apache, Php, MySql Configuration 1.0 Introduction Apache, Php, MySql Configuration You will be guided to install the Apache web server and PHP and then configure them with MySQL database. There are several pre-requisite tasks MUST be

More information

WEB CREATOR FILE MANAGER

WEB CREATOR FILE MANAGER WEB CREATOR FILE MANAGER TABLE OF CONTENTS TABLE OF CONTENTS... 2 ADMINISTRATIVE PERMISSIONS... 3 ACCESSING WEBSITE SETTINGS... 3 FILE MANAGER... 3 Accessing File Manager... 3 Views... 4 Actions... 4 FOLDER

More information

Dr. Tom Hicks. Computer Science Department Trinity University

Dr. Tom Hicks. Computer Science Department Trinity University Dr. Tom Hicks Computer Science Department Trinity University 1 1 Remote Desktop Into CS-X That Contains Your Switch? Open Putty To Your Switch 2 What is the Command To Go Into Privilege Mode DO IT! enable

More information

Before you begin, you need to make sure that IIS is installed on the runtime server.

Before you begin, you need to make sure that IIS is installed on the runtime server. If you want to host Web Thin Clients or Secure Viewer using IIS 7, then you need to configure IIS to host your project files and modify the Windows folder-level security of your project folder to grant

More information

Server Component of the Chat Room Lab

Server Component of the Chat Room Lab Chat Room Server Dr. Tom Hicks - Trinity University Page 1 of 41 Server Component of the Chat Room Lab This lab is designed to show students how they may can do socket programming in a step by step process

More information

CSCI 4000 Assignment 4

CSCI 4000 Assignment 4 Austin Peay State University, Tennessee Spring 2018 CSCI 4000: Advanced Web Development Dr. Leong Lee CSCI 4000 Assignment 4 Total estimated time for this assignment: 12 hours (if you are a good programmer)

More information

K-RATE INSTALLATION MANUAL

K-RATE INSTALLATION MANUAL K-RATE INSTALLATION MANUAL K-Rate Installation Manual Contents SYSTEM REQUIREMENTS... 3 1. DOWNLOADING K-RATE... 4 STEP 1: LOGIN TO YOUR MEMBER ACCOUNT... 4 STEP 2: ENTER DOMAIN NAME... 5 STEP 3: DOWNLOAD

More information

Homework #1: SSH. Step 1: From the start button (lower left hand corner) type Secure. Then click on the Secure Shell File Transfer Client.

Homework #1: SSH. Step 1: From the start button (lower left hand corner) type Secure. Then click on the Secure Shell File Transfer Client. Homework #1: SSH Due WEEK 3 at the BEGINNING of lab CSE 3, Spring 2018 A. The program Some students had trouble using this program in the past. It isn t too bad if you just take a few minutes to read and

More information

Windows 2000 Safe Mode

Windows 2000 Safe Mode LAB PROCEDURE 29 Windows 2000 Safe Mode OBJECTIVES 1. Restart and try various startup options. RESOURCES Troubleshooting 1. Marcraft 8000 Trainer with Windows 2000 installed 2. A PS2 mouse 3. A LAN connection

More information

1 BACKGROUND 2 SETTING UP THE HOME AND GOOGLE DRIVES THROUGH WEBSTORAGE. Using the Home Drive to Save from U5 Cloud Updated 8.31.

1 BACKGROUND 2 SETTING UP THE HOME AND GOOGLE DRIVES THROUGH WEBSTORAGE. Using the Home Drive to Save from U5 Cloud Updated 8.31. Using the Home Drive to Save from U5 Cloud Contents 1 Background... 1 2 Setting Up the Home and Google Drives through webstorage... 1 3 Saving a Document to the Home Drive... 2 4 Finding and Opening Your

More information

Adobe Dreamweaver CS5 Tutorial

Adobe Dreamweaver CS5 Tutorial Adobe Dreamweaver CS5 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Dreamweaver CS 5.5. University Information Technology Services. Training, Outreach, Learning Technologies, and Video Production

Dreamweaver CS 5.5. University Information Technology Services. Training, Outreach, Learning Technologies, and Video Production Dreamweaver CS 5.5 Creating Web Pages with a Template University Information Technology Services Training, Outreach, Learning Technologies, and Video Production Copyright 2012 KSU Department of Information

More information

Getting Started with PHP

Getting Started with PHP SECTION I AL Getting Started with PHP LESSON 3: Learning PHP Syntax LESSON 5: Debugging Code MA LESSON 4: Working with Variables TE LESSON 2: Adding PHP to a Web Page RI LESSON 1: Setting Up Your Workspace

More information

6.2 Ingredion Learning Workday Drive Learning Admin - 08.Nov.2018

6.2 Ingredion Learning Workday Drive Learning Admin - 08.Nov.2018 Contents Overview... 2 Accessing the Drive... 2 What s already in the Drive... 3 Adding Content to the Drive... 4 Creating New Folders... 5 Sharing Content in the Drive... 5 Previewing Content... 6 Editing

More information

How to Create a NetBeans PHP Project

How to Create a NetBeans PHP Project How to Create a NetBeans PHP Project 1. SET UP PERMISSIONS FOR YOUR PHP WEB SITE... 2 2. CREATE NEW PROJECT ("PHP APPLICATION FROM REMOTE SERVER")... 2 3. SPECIFY PROJECT NAME AND LOCATION... 2 4. SPECIFY

More information

MassTransit Enterprise Web Configuration

MassTransit Enterprise Web Configuration MassTransit Enterprise Web Configuration Version: 2.1.1 Date: 03/04/2008 Group Logic, Inc. 1110 N. Glebe Road, Suite 450 Arlington, VA 22201 Phone: (703) 528-1555 Fax: (703) 527-2567 Email: info@grouplogic.com

More information

This FAQ is only applicable for hostings ordered after 23/6/2010

This FAQ is only applicable for hostings ordered after 23/6/2010 Webhosting FAQ This FAQ is only applicable for hostings ordered after 23/6/2010 1. How do I access my Webhosting control panel?... 1 2. On which server is my hosting set up (IP)?... 4 3. How do I install

More information

Installation guideline

Installation guideline STATISTIC SWEDEN Installation guideline Installing PX-Web 2008 on Windows7, IIS7 Peter Holm 2011-04-18 This is a first version of on guideline for installing PX-Web on Windows 7 and IIS7. Installation

More information

Blackboard Learn 9.1 Last updated: March 2010

Blackboard Learn 9.1 Last updated: March 2010 Blackboard Learn 9.1 Last updated: March 2010 2010 Blackboard Inc. All rights reserved. The content of this manual may not be reproduced or distributed without the express written consent of Blackboard

More information

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client.

FireFox. CIS 231 Windows 10 Install Lab # 3. 1) Use either Chrome of Firefox to access the VMware vsphere web Client. CIS 231 Windows 10 Install Lab # 3 1) Use either Chrome of Firefox to access the VMware vsphere web Client. https://vweb.bristolcc.edu CHROME At the your connection is not private message, click Advanced

More information

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition

BLUEPRINT TEAM REPOSITORY. For Requirements Center & Requirements Center Test Definition BLUEPRINT TEAM REPOSITORY Installation Guide for Windows For Requirements Center & Requirements Center Test Definition Table Of Contents Contents Table of Contents Getting Started... 3 About the Blueprint

More information

Click on OneDrive on the menu bar at the top to display your Documents home page.

Click on OneDrive on the menu bar at the top to display your Documents home page. Getting started with OneDrive Information Services Getting started with OneDrive What is OneDrive @ University of Edinburgh? OneDrive @ University of Edinburgh is a cloud storage area you can use to share

More information

File Transfer with SSH

File Transfer with SSH File Transfer with SSH To complete the lab experiment reports, the student is first required to upload the report templates from the course website to his OIT UNIX account home area. From there he has

More information

Krames On-Demand (KOD) v6 Content Export Module

Krames On-Demand (KOD) v6 Content Export Module Krames Staywell Krames On-Demand (KOD) v6 Content Export Module David Trenti 4/16/2012 Table of Contents Content Export Module: Overview...3 Release: Phase I...3 Release: Phase II...3 Account and User

More information

How to install HDRestaurant CS(Client Server)?

How to install HDRestaurant CS(Client Server)? How to install HDRestaurant CS(Client Server)? HDRestaurant is a feature-rich, easy to use Point of Sale billing, inventory, and accounting management software available for a 30 days FREE TRIAL.The client

More information

PHP is a scripting language used primarily on Web

PHP is a scripting language used primarily on Web Introduction to PHP PHP is a scripting language used primarily on Web servers running the Apache HTTP server software. While uses for PHP are many, the core functionality is to provide a language and framework

More information

CSCI 4000 Assignment 5

CSCI 4000 Assignment 5 Austin Peay State University, Tennessee Spring 2016 CSCI 4000: Advanced Web Development Dr. Leong Lee CSCI 4000 Assignment 5 Total estimated time for this assignment: 12 hours (if you are a good programmer)

More information

ADOBE DREAMWEAVER CS4 BASICS

ADOBE DREAMWEAVER CS4 BASICS ADOBE DREAMWEAVER CS4 BASICS Dreamweaver CS4 2 This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site layout,

More information

Getting Started. Microsoft QUICK Source 7

Getting Started. Microsoft QUICK Source 7 Microsoft QUICK Windows Source 7 Getting Started The Windows 7 Desktop u v w x u Icon links to a program, file, or folder that is stored on the desktop. v Shortcut Icon links to a program, file, or folder

More information

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views!

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views! Dreamweaver CS6 Table of Contents Setting up a site in Dreamweaver! 2 Templates! 3 Using a Template! 3 Save the template! 4 Views! 5 Properties! 5 Editable Regions! 6 Creating an Editable Region! 6 Modifying

More information

How to install HDSME Client Server?

How to install HDSME Client Server? How to install HDSME Client Server? HDSME is an enterprise management software which provides all the necessary features for you do Sales, Purchases, Inventory, and Financial Accounting. HDSME is feature

More information

Lab 12-1 Lab Kofax Capture Import Connector -- XML

Lab 12-1 Lab Kofax Capture Import Connector -- XML In the following lab instructions, you are going to configure using Kofax Capture Import Connector -- XML (KCIC XML) to import documents into Kofax Capture. An XML file will provide the information for

More information

Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX

Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX Part 2 Uploading and Working with WebCT's File Manager and Student Management INDEX Uploading to and working with WebCT's File Manager... Page - 1 uploading files... Page - 3 My-Files... Page - 4 Unzipping

More information

CSCI 4000 Assignment 6

CSCI 4000 Assignment 6 Austin Peay State University, Tennessee Spring 2018 CSCI 4000: Advanced Web Development Dr. Leong Lee CSCI 4000 Assignment 6 Total estimated time for this assignment: 6 hours (if you are a good programmer)

More information

K-SEARCH TRIAL INSTALLATION MANUAL

K-SEARCH TRIAL INSTALLATION MANUAL K-SEARCH TRIAL INSTALLATION MANUAL Qsoft Inc, 2006-2009, All Rights Reserved Page 1 of 32 K-Search Trial Installation Manual Contents SYSTEM REQUIREMENTS... 3 1. DOWNLOADING K-SEARCH 15 DAYS TRIAL... 4

More information

WA2256 Responsive Mobile Web Development with HTML5, CSS3, JavaScript, and jquery Mobile. Classroom Setup Guide. Web Age Solutions Inc.

WA2256 Responsive Mobile Web Development with HTML5, CSS3, JavaScript, and jquery Mobile. Classroom Setup Guide. Web Age Solutions Inc. WA2256 Responsive Mobile Web Development with HTML5, CSS3, JavaScript, and jquery Mobile Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum

More information

Student Manual. Cognos Analytics

Student Manual. Cognos Analytics Student Manual Cognos Analytics Join Queries in Cognos Analytics Reporting Cross-Join Error A join is a relationship between a field in one query and a field of the same data type in another query. If

More information

Using Google Drive Some Basics

Using Google Drive Some Basics Using Google Drive Some Basics Contents LOGIN 2 PURPOSE OF GOOGLE DRIVE 2 CREATE A FOLDER ON GOOGLE DRIVE 3 SHARE A FOLDER ON GOOGLE DRIVE 4 DOWNLOADING FROM GOOGLE DRIVE 5 UPLOADING TO GOOGLE DRIVE 6

More information

Preparing Your Working Environment

Preparing Your Working Environment A Preparing Your Working Environment In order to avoid any headaches while going through the case studies in this book, it's best to install the necessary software and configure your environment the right

More information

1 Setting Up Your Auto Login Link in Windows

1 Setting Up Your Auto Login Link in Windows This User Guide is relevant for Admins, Teachers and s Admin Teacher Student Auto Login - An Overview Auto Login allows you to create a shortcut that logs you directly into your EducationCity school account.

More information

Managing the Startup Folder in Windows 8

Managing the Startup Folder in Windows 8 Managing the Startup Folder in Windows 8 Introduction In this lab, you will customize the Startup Folder and the Run Key in the Registry to manage what applications are started automatically when Windows

More information

Smart-X Software Solutions SecReport Enterprise User Guide

Smart-X Software Solutions SecReport Enterprise User Guide Smart-X Software Solutions SecReport Enterprise User Guide Table of Contents: WELCOME 4 FEATURES AND CAPABILITIES 5 CONTENTS AND REQUIREMENTS 7 CONTENTS 7 REQUIREMENTS 8 LICENSING AND INSTALLATION 10 EVALUATION

More information

WinZip for Sending Files. Zipping a file

WinZip for Sending Files. Zipping a file WinZip for Sending Files You can use WinZip to decrease the space your files take up. This will allow you to send the files in an email, faster. WinZip compresses files by removing any extra space; squishing

More information

Installing PHP on Windows 10 Bash and Starting a Local Server

Installing PHP on Windows 10 Bash and Starting a Local Server Installing PHP on Windows 10 Bash and Starting a Local Server Bash on Ubuntu/Windows is a way to use a command line to run all kinds of programs (including git!). But we ll want a Bash terminal to run

More information

You can also check the videos at the bottom of this page:

You can also check the videos at the bottom of this page: This document is provided to give you an idea what R-Tag Version Control can do and how you can use it. If you decide that you need more information or you prefer to see a demo of the software please do

More information

Does not add an additional server to the configuration. Limits communication failures between the webnetwork Server and Directory Service

Does not add an additional server to the configuration. Limits communication failures between the webnetwork Server and Directory Service Chapter 21: External Users 398 21.2 OpenDS OpenDS is an open source community project building a free and comprehensive next generation directory service. OpenDS is designed to address large deployments,

More information

Engr 123 Spring 2018 Notes on Visual Studio

Engr 123 Spring 2018 Notes on Visual Studio Engr 123 Spring 2018 Notes on Visual Studio We will be using Microsoft Visual Studio 2017 for all of the programming assignments in this class. Visual Studio is available on the campus network. For your

More information

Barchard Introduction to SPSS Marks

Barchard Introduction to SPSS Marks Barchard Introduction to SPSS 22.0 3 Marks Purpose The purpose of this assignment is to introduce you to SPSS, the most commonly used statistical package in the social sciences. You will create a new data

More information

Moodle Plugin for CopySafe Web -- Installation for Moodle 3.5 and later --

Moodle Plugin for CopySafe Web -- Installation for Moodle 3.5 and later -- Moodle Plugin for CopySafe Web -- Installation for Moodle 3.5 and later -- About this Plugin and CopySafe Web This Moodle plugin enables websites that use Moodle CMS to upload, display and manage pages

More information

Scanning CoverPage Creator Setup Guide

Scanning CoverPage Creator Setup Guide Scanning CoverPage Creator Setup Guide Chickasaw Nation Division of Commerce For Support or Feature Requests Please Contact: coverpage@summitokc.com www.summitokc.com/coverpage (405) 946-6510 Reference

More information

Title: Tech Training Certificate: Ace of Initiative Program. Presented By Rajmahendran P Business analyst & IT Manger

Title: Tech Training Certificate: Ace of Initiative Program. Presented By Rajmahendran P Business analyst & IT Manger Title: Tech Training Certificate: Ace of Initiative Program Presented By Rajmahendran P Business analyst & IT Manger Why PHP important? Within 4 to 6 year Every Business will have Website Every Shop Will

More information

Practicing on word processor, spreadsheet, search engines, citation and referencing, and creating zipped files.

Practicing on word processor, spreadsheet, search engines, citation and referencing,  and creating zipped files. Practicing on word processor, spreadsheet, search engines, citation and referencing, email and creating zipped files. 1 Exercise 1: Creating MS Word document 1. Create a new folder in My Documents and

More information

SETTING UP AND RUNNING A WEB SITE ON YOUR LENOVO STORAGE DEVICE WORKING WITH WEB SERVER TOOLS

SETTING UP AND RUNNING A WEB SITE ON YOUR LENOVO STORAGE DEVICE WORKING WITH WEB SERVER TOOLS White Paper SETTING UP AND RUNNING A WEB SITE ON YOUR LENOVO STORAGE DEVICE WORKING WITH WEB SERVER TOOLS CONTENTS Introduction 1 Audience 1 Terminology 1 Enabling a custom home page 1 Adding webmysqlserver

More information

User Guide. Voic Manager. Version 14

User Guide. Voic Manager. Version 14 User Guide Voicemail Manager Version 14 "Copyright VoIPTools, LLC 2011-2016" Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted

More information

Adobe Dreamweaver CC 17 Tutorial

Adobe Dreamweaver CC 17 Tutorial Adobe Dreamweaver CC 17 Tutorial GETTING STARTED This tutorial focuses on the basic steps involved in creating an attractive, functional website. In using this tutorial you will learn to design a site

More information

ActiveVOS Fundamentals

ActiveVOS Fundamentals Lab #12 Page 1 of 9 - ActiveVOS Fundamentals ActiveVOS Fundamentals Lab #12 Adding a People Activity to the Process Lab #12 Page 2 of 9 - ActiveVOS Fundamentals Lab Plan In this lab we will add a Human

More information

expressreports Guide

expressreports Guide expressreports Guide i Table of Contents expressreports Guide TABLE OF CONTENTS Chapter Chapter 1. Chapter 2. Page INTRODUCTION...1 Internet Access to Reports...1 Documentation...2 ACCESSING YOUR REPORTS...4

More information

Creating and Updating Websites In-Service Training Supplement

Creating and Updating Websites In-Service Training Supplement Creating and Updating Websites 2013 In-Service Training Supplement Editing Official Websites (ie Departments) Official Websites Who to talk to: Confusing? Here s what you need to know: Webpage content

More information

Crystal Enterprise. Overview. Contents. Web Server Overview - Internet Information System (IIS)

Crystal Enterprise. Overview. Contents. Web Server Overview - Internet Information System (IIS) Overview Contents This document provides an overview to web server technology particularly Microsoft s Internet Information Server (IIS) and its relationship with. Although this article has been written

More information

AppWizard Installation/Upgrade Guide (v.4.00)

AppWizard Installation/Upgrade Guide (v.4.00) AppWizard Installation/Upgrade Guide (v.4.00) Last Updated: 15 September 2010 1 Introduction This manual is intended for the installation or upgrade of AppWizard 5.00. Please ensure that all steps are

More information

FIT 100 LAB Activity 3: Constructing HTML Documents

FIT 100 LAB Activity 3: Constructing HTML Documents FIT 100 LAB Activity 3: Constructing HTML Documents Winter 2002.pdf version of this lab (may be better formatted) Required Reading for Lab 3 Chapter 4 of the FIT course pack Additional helpful references

More information

Using HTML Kit to Debug Server-Side Scripts

Using HTML Kit to Debug Server-Side Scripts Using HTML Kit to Debug Server-Side Scripts by Peter Lavin April 21, 2004 Overview Browsers are notorious for rendering HTML pages perfectly even when a page contains errors. For instance, a button may

More information

In order to update you will have to uninstall the current version and install the newer version using the same procedure.

In order to update you will have to uninstall the current version and install the newer version using the same procedure. Installing the 3M Cloud Library app on your Kindle Fire DISCLAIMER These instructions are to be used as a reference only. Please note that by downloading the 3M Cloud Library app you assume all risk of

More information

WebsitePanel User Guide

WebsitePanel User Guide WebsitePanel User Guide User role in WebsitePanel is the last security level in roles hierarchy. Users are created by reseller and they are consumers of hosting services. Users are able to create and manage

More information

Software Installation: AASPI Windows Installation

Software Installation: AASPI Windows Installation AASPI Windows Installation This guide shows a step-by-step installation, running, and uninstallation of AASPI software on Windows machine. Compatibility Currently we support 64-bit Windows XP, 7, 8, 8.1,

More information

Navigate by Using Windows Explorer

Navigate by Using Windows Explorer Navigate by Using Windows Explorer Pinning a location to a Jump List 2013 Pearson Education, Inc. Publishing as Prentice Hall 26 Navigate by Using Windows Explorer Navigating using the address bar 2013

More information

Getting Started with n-command

Getting Started with n-command 61950843L1-29.1C December 2005 Getting Started Guide Getting Started with n-command - Welcome to the n-command software. n-command is an intuitive, scalable software suite that delivers productivity tools

More information

PBwiki Basics Website:

PBwiki Basics Website: Website: http://etc.usf.edu/te/ A wiki is a website that allows visitors to edit or add their own content to the pages on the site. The word wiki is Hawaiian for fast and this refers to how easy it is

More information

User s Guide April 2017

User s Guide April 2017 User s Guide April 2017 OCR 2017 Table of Contents Contents Welcome... 3 Audience... 3 What is kiteworks?... 4 Supported Browsers... 4 Notification emails... 5 Sign In... 6 Get Oriented: A Guided Tour...

More information

Installation Instructions for Free Scheduler Plus Software IBS Show Promotion

Installation Instructions for Free Scheduler Plus Software IBS Show Promotion Installation Instructions for Free Scheduler Plus Software IBS Show Promotion Offer ends 1/12/17 limited copies available! Thank you for your decision to use our Free copy of Scheduling Plus to help streamline

More information

CIS 231 Windows 10 Install Lab # 3

CIS 231 Windows 10 Install Lab # 3 CIS 231 Windows 10 Install Lab # 3 1) To avoid certain problems later in the lab, use Chrome as your browser: open this url: https://vweb.bristolcc.edu 2) Here again, to avoid certain problems later in

More information

INSTALLING RACHEL ON SYNOLOGY GIAKONDA IT

INSTALLING RACHEL ON SYNOLOGY GIAKONDA IT INSTALLING RACHEL ON SYNOLOGY GIAKONDA IT To add RACHEL to a Synology server there are a few stages to go through. First we need to ready the server for web use. Then we have to obtain a copy of the RACHEL

More information

i) isapi_redirect dll (downloaded from )

i) isapi_redirect dll (downloaded from  ) Configuration with IIS 7.0 IIS 7.0 - Tomcat Configuration with SamePage Environment Details: IIS - 7.0 etouch SamePage - 4.3.1.1.182 Tomcat - 5.5.26 Windows 2008 Server 32 bit This document describes the

More information

Creating a Website with Publisher 2016

Creating a Website with Publisher 2016 Creating a Website with Publisher 2016 Getting Started University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2017 KSU Division of University Information

More information

Excel window. This will open the Tools menu. Select. from this list, Figure 3. This will launch a window that

Excel window. This will open the Tools menu. Select. from this list, Figure 3. This will launch a window that Getting Started with the Superpave Calculator worksheet. The worksheet containing the Superpave macros must be copied onto the computer. The user can place the worksheet in any desired directory or folder.

More information

Lab 3-1 Lab Installing Kofax Capture 10

Lab 3-1 Lab Installing Kofax Capture 10 In the following lab instructions, you re going to install and license Kofax Capture, turn on User Tracking, review the product documentation, and prepare your system for the lab exercises in this course.

More information

Space Details. Available Pages. Confluence Help Description: Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008)

Space Details. Available Pages. Confluence Help Description: Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008) Space Details Key: confhelp Name: Confluence Help Description: Creator (Creation Date): ljparkhi (Aug 14, 2008) Last Modifier (Mod. Date): ljparkhi (Aug 14, 2008) Available Pages Quickstart Guide Working

More information

Sides Colour Coding. Applies to both Xp and Windows 7. Applies to Xp only. Applies to Vista and Windows 7 only

Sides Colour Coding. Applies to both Xp and Windows 7. Applies to Xp only. Applies to Vista and Windows 7 only GUIDE TO INSTALLING IQCARE This is a visual guide, it does not explicitly explain each and every detail. It also assumes you have a basic degree of technical knowledge Xp Vista Windows 7 Wamathaga Kamau

More information

CSC 101: Lab #1 HTML and the WWW Lab Date: Tuesday, 1/26/2010 Report Due Date: Friday, 1/29/2010 3:00pm

CSC 101: Lab #1 HTML and the WWW Lab Date: Tuesday, 1/26/2010 Report Due Date: Friday, 1/29/2010 3:00pm CSC 101: Lab #1 HTML and the WWW Lab Date: Tuesday, 1/26/2010 Report Due Date: Friday, 1/29/2010 3:00pm Lab Report: Make sure to follow along in the lab report document and answer questions as you encounter

More information

Windows 8.1 User Guide for ANU Staff

Windows 8.1 User Guide for ANU Staff Windows 8.1 User Guide for ANU Staff This guide has been created to assist with basic tasks and navigating Windows 8.1. Further tips for using Windows 8.1 can be found on the IT Services website, or by

More information

Lab - Share Resources in Windows

Lab - Share Resources in Windows Introduction In this lab, you will create and share a folder, set permissions for the shares, create a Homegroup and a Workgroup to share resources, and map a network drive. Due to Windows Vista lack of

More information

Slide 1 CS 170 Java Programming 1 Duration: 00:00:49 Advance mode: Auto

Slide 1 CS 170 Java Programming 1 Duration: 00:00:49 Advance mode: Auto CS 170 Java Programming 1 Eclipse@Home Downloading, Installing and Customizing Eclipse at Home Slide 1 CS 170 Java Programming 1 Eclipse@Home Duration: 00:00:49 What is Eclipse? A full-featured professional

More information

Gradekeeper Version 5.7

Gradekeeper Version 5.7 Editor Irene Gardner Editorial Project Manager Paul Gardner Editor-in-Chief Sharon Coan, M.S. Ed. Imaging Ralph Olmedo, Jr. Production Manager Phil Garcia Macintosh is a registered trademark of Apple Computer,

More information

Configurator 360 Hands-On Lab

Configurator 360 Hands-On Lab Configurator 360 Hands-On Lab Pierre Masson Premium Support Specialist Join the conversation #AU2017 #AUGermany Preliminary step Enable C360 Go the trial page of C360 and enable it : http://www.autodesk.com/products/configurator-360/free-trial

More information

Install WordPress 3.X In Multi Blog / Multi user mode On localhost

Install WordPress 3.X In Multi Blog / Multi user mode On localhost Install WordPress 3.X In Multi Blog / Multi user mode On localhost In this tutorial, we will cover how to setup WordPress as a Multi User /Multi Blog. We ll start by downloading and installing a new version

More information

TeamViewer Manual Manager

TeamViewer Manual Manager TeamViewer Manual Manager Rev 12/2014 TeamViewer GmbH Jahnstraße 30 D-73037 Göppingen teamviewer.com Overview Table of Contents 1 Overview... 4 1.1 About TeamViewer Manager... 4 1.2 About this manual...

More information

Uploading Files to CMS

Uploading Files to CMS Uploading Files to CMS Li Gardiner Room 1111 East Building 212-772- 4855 DesignSS@hunter.cuny.edu 1 Uploading a file (such as a PDF or an image) to your CMS Web site for the first time Log into the Hunter

More information