How to Install MediaWiki on Windows Server 2003

Size: px
Start display at page:

Download "How to Install MediaWiki on Windows Server 2003"

Transcription

1 How to Install MediaWiki on Windows Server 2003 Larry Kahm This article describes how you can install MediaWiki on Windows Server 2003 so that you can provide a wiki for your intranet users. According to the project s web page ( MediaWiki is a free software wiki package written in PHP, originally for use on Wikipedia. It is now used by several other projects of the non-profit Wikimedia Foundation and by many other wikis. The process for installing MediaWiki includes the following activities: Installing PHP with FastCGI Installing MySQL Installing MediaWiki Each activity requires you to install the appropriate component, configure it, and then verify the installation. This article also includes a section that describes some common errors and the steps you can take to correct them. The screen images that accompany this article were taken from a Windows Server 2003 session running in Microsoft Virtual PC File requirements You will need the following components, so take a moment to download the files before you begin. PHP from (Windows Binaries zip package) FastCGI from b6e6-dee9097f9dc5 MySQL from (Windows ZIP/Setup.EXE) MySQL GUI Tools from MediaWiki from You will require an unzip utility to process the MediaWiki file (the one built in to Windows Server 2003 does not recognize.gz files). One freely available utility is 7-Zip from As a practical matter, you should make sure your Windows Server 2003 server is configured as a web server. Detailed information is available in this Microsoft article: How to install MediaWiki on Windows Server 2003 Page 1

2 Installing PHP with FastCGI Download the latest version of the PHP Windows Binaries. Note: For this procedure, use the zip package rather than the installer. Double-click the.zip file to open it. Click File, Extract All to invoke the Windows Extraction Wizard. Click Next, change the destination folder to C:\php and click Next. Windows will extract all of the files and prompt you if you want to see the files (you do). Click Finish. Close the.zip file. Note: If you prefer to use the.msi file, instead of the.zip package, make sure you: Select IIS FastCGI as the Web Server Install the MySQL Extensions (you may wish to select other extensions as well) While you have the C:\php folder open, set the appropriate permissions for using PHP on the server. Click the Up arrow to go up one level. Right-click the php folder and select Security and Sharing. In the php folder Properties window, select the Security tab. To permit Internet Explorer (or any browser) access, you must grant Read and Execute access to the IUSR_<machine_name> account. Check to be sure that the permissions apply to the lower level folders as well, as shown in Figure 1. How to install MediaWiki on Windows Server 2003 Page 2

3 Figure 1. PHP folder security settings Click Apply, if necessary. Click OK to close this window, and then click OK to close the Properties window. Close the C:\php folder. Install FastCGI Download the FastCGI file. Double-click the.msi file to begin the installation routine. On the FastCGI x86 Setup Wizard window, click Next. Accept the terms of the license agreement and click Next, then click Install. After the installation is complete, click Finish. Afterwards, invoke the IIS Manager (Start, Administrative Tools, Internet Information Services (IIS) Manager). How to install MediaWiki on Windows Server 2003 Page 3

4 Open your Server, select Web Sites, and then select Default Web Site. Right-click the Default Web Site and select Properties as shown in Figure 2. Figure 2. IIS Manager In the Default Web Site Properties window, shown in Figure 3, select the Home Directory tab. How to install MediaWiki on Windows Server 2003 Page 4

5 Figure 3. Default Web Site properties In the Application Settings portion of the window, make sure you select Scripts only under Execute Permissions. Then click Configuration On the Mappings tab, click Add. Figure 4 shows the Add/Edit Application Extension Mapping window. How to install MediaWiki on Windows Server 2003 Page 5

6 Figure 4. Add/Edit Application Extension Mapping window Set the executable to C:\Windows\system32\inetsrv\fcgiext.dll and set the extension to.php (you must include the dot). Click OK, and then click OK again. Select the Documents tab, and click Add Add index.php to the list and Click OK. Use the Move Up button to move this entry to the top of the list. Click OK to close the Default Web Site Properties dialog box. Note: When prompted about overriding any properties, click OK. Configure FastCGI and PHP Open a Windows Command Prompt and navigate to C:\Windows\system32\inetsrv\. Use the dir command to make sure you have the file fcgiconfig.js. Then invoke the following command: cscript fcgiconfig.js add section:"php" extension:php path:"c:\php\php-cgi.exe" The utility function will issue a success message, as shown in Figure 5. Figure 5. FastCGI configuration Close the Command Prompt. How to install MediaWiki on Windows Server 2003 Page 6

7 You have configured Windows Server 2003 to run PHP under IIS. Test PHP Test your PHP installation before you continue. Using Windows Explorer, navigate to your web s root directory, which is C:\Inetpub\wwwroot. Create a new file called phpinfo.php and include the following line of text: Save the file. <?php phpinfo();?> Open Internet Explorer and type the following URL in the Address bar, After you press Enter, you should see something similar to the display shown in Figure 6. Figure 6. PHP verification page Now that you have a working PHP installation, you can install and configure MySQL. How to install MediaWiki on Windows Server 2003 Page 7

8 Installing MySQL Download the MySQL Community Server Windows Install package. Double-click the.msi file to begin the installation. The MySQL Server Setup Wizard window is displayed. Click Next. Select the Complete setup type and click Next, then click Install. The installation wizard will copy the appropriate files to your server. After the Setup Wizard completes, click Next twice. The wizard indicates that it is complete and there is a check mark next to Configure the MySQL Server now. Click Finish. The MySQL Server Instance Configuration Wizard is launched. Click Next. This configuration set up process requires you to provide responses to almost one dozen screens. Below is a concise summary of the actions to take: Accept the default option, Detailed Configuration, and click Next. Select Server Machine and click Next. Accept the default option, Multifunctional Database, and click Next. Select \MySQL DataFiles\ from the drop-down list and click Next. Select Online Transaction Processing (OLTP) and click Next. Accept the default options for TCP/IP Networking and click Next. Accept the default option, Standard Character Set, and click Next. Accept the default option, Install as a Windows Service, but select the name you wish to use for the service; in addition, select Include Bin Directory in Windows PATH and click Next. Create the New root password and Confirm it (leave the Current root password blank), and click Next. Note: You will need this password to create your MediaWiki database. You have provided all of the settings, so click Execute to perform the configuration routine. Click Finish when the configuration has completed successfully. If you encounter any errors during configuration, refer to Error detection and correction on page 15. Test MySQL Test your MySQL installation before you continue. Open a Windows Command Prompt and enter the following command: mysql uroot ppassword How to install MediaWiki on Windows Server 2003 Page 8

9 where password is the password you established during the configuration process. Note: There is no space between u and root; nor is there a space between p and password. The MySQL command processor responds with a welcome message, as shown in Figure 7. Figure 7. MySQL welcome message Notice the password appears in clear text (i.e., it is not hidden); in fact, it also appears in the title bar of the Command Prompt. Now enter the following command. Make sure you end the command with a semi-colon. status; MySQL displays the status information from your system, as shown in Figure 8. How to install MediaWiki on Windows Server 2003 Page 9

10 Figure 8. MySQL status command results Type exit; to end the MySQL session. Close the Windows Command prompt. Install MySQL GUI Tools With MySQL successfully installed, you will need some assistance to create the appropriate environment before you install MediaWiki. Download the MySQL GUI Tools. Double-click the.msi file to begin the installation. Click Next. Accept the terms of the license agreement and click Next. Click Next. Select Complete setup and click Next. Click Install. The installation routine takes over and copies the files to your server. Click Finish. How to install MediaWiki on Windows Server 2003 Page 10

11 You will use the MySQL GUI Tools to create the default MediaWiki database and user in another step. Configure php.ini Use Windows Explorer and open the C:\php folder. Rename the php.ini-recommended file to php.ini. Edit php.ini in Notepad. Find the line that has the string: php_mysql.dll and make sure it is uncommented (no leading semi-colon). Scroll to the top of the file and find the line that has the string, extension_dir, and make sure it is uncommented. Then, set it to C:\php\ext. Save the changes and close the file. Close the Windows Explorer window. Open IIS and restart the web server. To do this, right click on the Default Web Site and select Stop. Wait a moment, then right click and select Start. Open Internet Explorer and browse your test php file again to make sure that PHP is still working. Installing MediaWiki First, you must create the MySQL database; then you can install and configure MediaWiki. Open the MySQL Administrator (Start, All Programs, MySQL, MySQL Administrator). Login to your MySQL instance (localhost) using root as the ID and the password you created when you installed MySQL. Figure 9 shows the MySQL Administrator window. How to install MediaWiki on Windows Server 2003 Page 11

12 Figure 9. MySQL Administrator window In the MySQL Administrator window, click Catalogs Right-click in the white space under the list of Schemata and select Create New Schema from the menu. Name the new schema wikidb (this is the default value expected by MediaWiki; however, you can enter any name you wish) and click OK. The wikidb database now appears in the list. Click User Administration and click Add new user. Create a new user. In this case, name the new user wikiuser (this is the default value expected by MediaWiki; however, you can enter any name you wish). Enter a password and click Apply changes. This password should not be the same as the root ID s password! Make a note of this password, as you will need it in another moment. Click on the Schema Privileges tab for this user. How to install MediaWiki on Windows Server 2003 Page 12

13 Select the schema you just created (wikidb) and click the double left-facing chevrons (<<) to grant all privileges to this new user (wikiuser). Click Apply changes. Close the MySQL Administrator window. Install MediaWiki Download the most recent MediaWiki distribution file. This file is a tar.gz, which cannot be opened by the native Windows unzip utility. If you have installed 7-Zip, right click the file. Select Open archive. You will see a.tar file. Click Extract and copy the file to a temporary folder, then click OK. Use Windows Explorer and navigate to the temporary folder. Right click the.tar file and select Open archive. Click Extract and save the file to the C:\ drive with the saved folder name. Close the 7-Zip utility. Using Windows Explorer, locate the folder, mediawiki-1.nn.m (which corresponds to the version of MediaWiki that you downloaded). Copy this folder to the root folder of your web site (C:\Inetpub\wwwroot). Rename the folder to wiki. You will have the following folder hierarchy: C:\Inetpub\wwwroot\wiki. With the Windows Explorer window still open, set the permissions on these folders for IUSR_<machine_name> as you did for PHP earlier. Right click the wiki folder and select Properties. Select the Security tab, and (if necessary Add) the Internet Guest Account. Make sure you select Read & Execute, List Folder Contents, and Read. Click OK. Expand the wiki folder and right-click the config folder, and then navigate to the Security tab. Allow the IUSR_<machine_name> account Full Control. It is necessary to do this because MediaWiki will attempt to create a new file in that folder. You will delete this folder after MediaWiki successfully creates the file. Configure MediaWiki Open Internet Explorer, click Tools, and select Internet Options. Select the Advanced tab. Scroll down the list and remove the check mark next to Show friendly HTTP error messages. Click OK. This will help if you encounter any errors during configuration. Next, navigate to the following URL: How to install MediaWiki on Windows Server 2003 Page 13

14 Click on the link to set up the wiki. Figure 10 shows the resulting web page. Figure 10. MediaWiki configuration/installation page The top portion of the page indicates the status of your site as determined by MediaWiki. You may wish to enhance some of these characteristics later, if you so desire. Scroll down the page. You must provide the name of your wiki and choose a password for the WikiSysop account. Write down this password and keep it along with the others! Type in the name of the database you created earlier (wikidb), the database user name (wikiuser), and the user s password. Click Install MediaWiki. MediaWiki runs the appropriate configuration routines and redirects you to the homepage of your new wiki. At the bottom of the resulting page is the success message. It also contains one final action that you must take. Move the C:\Inetpub\wwwroot\wiki\config\localsettings.php file up one level to C:\Inetpub\wwwroot\wiki. How to install MediaWiki on Windows Server 2003 Page 14

15 You can now delete the config folder. Finally, open MediaWiki to begin documenting your internal business processes. Enter the following URL in Internet Explorer: Figure 11 shows the resulting web page. Figure 11. MediaWiki installed and ready for use Congratulations on a job well done! Take a few moments to read some of the information available via the links on this page. Then get ready to roll out your new wiki for your intranet users. If you encounter any errors during configuration, refer to Error detection and correction. Error detection and correction No installation and configuration is flawless or at least it seems that way. Documented below are some of the issues that have occurred during the development of this article. Searching the Internet indicates that they are common enough to require documentation. How to install MediaWiki on Windows Server 2003 Page 15

16 MySQL errors The MySQL configuration routine fails at the Start Service step, as shown in Figure 12. Figure 12. MySQL Server configuration error Perform the following diagnostic steps. Review the MySQL installation log. Open Windows Explorer and select Tools, Folder Options... Click the View tab and select the option Show hidden files and folders. Click OK. Navigate to C:\Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.1\data Open the <machine_name>.err file in Notepad. This log file, from my experience, will have either a success message or an error message. Success message The success message looks similar to the following: :24:56 InnoDB: Started; log sequence number 0 0 How to install MediaWiki on Windows Server 2003 Page 16

17 :24:56 [Note] Event Scheduler: Loaded 0 events :24:56 [Note] C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld: ready for connections. Version: ' community' socket: '' port: 3306 MySQL Community Server (GPL) To complete the installation, perform the following steps. Close Notepad. Close Windows Explorer. In the MySQL Server Instance Configuration Wizard window, click Back. Click Start, Administrative Tools, Services (alternatively, Start, Run, services.msc), then scroll down to the MySQL service. Right-click the service and select Stop to stop it. Close the Services Window. Open a Windows Command Prompt and enter the following command: sc delete mysql After you see the [SC] Delete Service SUCCESS message, close the Windows Command Prompt. Click Next to resume the MySQL Wizard configuration, then click Execute. The MySQL Configuration Wizard should complete successfully. Make sure you test your MySQL installation. Failure message The failure message looks similar to the following: InnoDB: Error: log file.\ib_logfile0 is of different size bytes InnoDB: than specified in the.cnf file bytes! :24:56 [ERROR] Default storage engine (InnoDB) is not available :24:56 [ERROR] Aborting :24:56 [Note] C:\Program Files\MySQL\MySQL Server 5.1\bin\mysqld: Shutdown complete To complete the installation, perform the following steps. Close Notepad. In the MySQL Server Instance Configuration Wizard window, click Back. Click Start, Administrative Tools, Services (alternatively, Start, Run, services.msc), then scroll down to the MySQL service. Right-click the service and select Stop to stop it. Close the Services Window. Open a Windows Command Prompt and enter the following command: sc delete mysql How to install MediaWiki on Windows Server 2003 Page 17

18 After you see the [SC] Delete Service SUCCESS message, close the Windows Command Prompt. In Windows Explorer (you should still be in C:\Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.1\data), delete the following files: ib_logfile0 ib_logfile1 <machine_name>.err <machine_name>.pid Navigate to the folder in which you stored the database; in this case, it was C:\MySQL DataFiles. Delete the following file: ibdata1 Navigate to C:\Program Files\MySQL\MySQL Server 5.1. Open the my.ini file in Notepad Change the value of the innodb_log_file_size parameter to 10M. Save the file. Close Notepad. Close Windows Explorer. Close any other open window except the MySQL Wizard. Click Next to resume the MySQL Wizard configuration, then click Execute. The MySQL Configuration Wizard should complete successfully. Make sure you test your MySQL installation. MediaWiki errors You see a web page similar to the one in Figure 13 in Internet Explorer. How to install MediaWiki on Windows Server 2003 Page 18

19 Figure 13. Internet Explorer generic error message This means that Internet Explorer has encountered an error; however, you cannot see it because the settings default to show friendly messages. Click Tools and select Internet Options. Select the Advanced tab. Scroll down the list and remove the check mark next to Show friendly HTTP error messages. Click OK. Refresh the page in the browser to obtain the actual error message. After you refresh the page, you receive the following message: PHP Warning: fopen(localsettings.php) [function.fopen]: failed to open stream: Permission denied in C:\Inetpub\wwwroot\wiki\config\index.php on line 1136 Take the following remedial actions: Double-check to see that the config folder has the appropriate permissions for the Internet Guest Account. If it does, retry the MediaWiki installation. If this fails, stop and start IIS and try again. How to install MediaWiki on Windows Server 2003 Page 19

20 If it still fails, give the Internet Guest Account Full Control to the entire wiki folder and propagate the rules to the sub-folders. You can alter these settings after the configuration is complete. Summary To recap, you downloaded and installed PHP, MySQL, a MySQL Administration tool, and MediaWiki. You configured each of the components and tested each of them to ensure the installations were successful. Finally, you enabled MediaWiki to serve as a wiki on your Windows Server 2003 server. About the Author Larry Kahm is president of Heliotropic Systems, Inc., an IBM Business Partner located in Fort Lee, N.J., which provides computer systems analysis and design solutions for small businesses. He has 20 years of experience evaluating and deploying productivity tools and advocating their use. His areas of expertise include change management (methodology and software solutions), application development technical support, database development, and technical writing. You can contact him via at lkahm@heliotropicsystems.com. Copyright 2009 Heliotropic Systems, Inc. Unauthorized use of this document is strictly prohibited. For reprint information, please contact the author. How to install MediaWiki on Windows Server 2003 Page 20

Installation Guidelines (MySQL database & Archivists Toolkit client)

Installation Guidelines (MySQL database & Archivists Toolkit client) Installation Guidelines (MySQL database & Archivists Toolkit client) Understanding the Toolkit Architecture The Archivists Toolkit requires both a client and database to function. The client is installed

More information

RaidenFTPD Log Analyser Web Edition

RaidenFTPD Log Analyser Web Edition RaidenFTPD Log Analyser Web Edition Installation and Use Guide for IIS7/PHP5 1 Table of Contents 1. Required components... 3 2. Installing IIS7 on windows7/vista/2008... 3 Install IIS Server... 3 Test

More information

How To Install Amyshelf On Windows 2000 Or Later

How To Install Amyshelf On Windows 2000 Or Later Contents I Table of Contents Part I Document Overview 2 Part II Document Details 3 Part III Setup 4 1 Download & Installation... 4 2 Configure MySQL... Server 6 Windows XP... Firewall Settings 13 3 Additional

More information

Upgrading MySQL from 32-bit to 64-bit

Upgrading MySQL from 32-bit to 64-bit Upgrading MySQL from 32-bit to 64-bit UPGRADING MYSQL FROM 32-BIT TO 64-BIT... 1 Overview... 1 Upgrading MySQL from 32-bit to 64-bit... 1 Document Revision History... 21 Overview This document will walk

More information

Install Apache on windows 8 Create your own server

Install Apache on windows 8 Create your own server Source: http://www.techscio.com/install-apache-on-windows-8/ Install Apache on windows 8 Create your own server Step 1: Downloading Apache Go to Apache download page and download the latest stable version

More information

MassTransit 6.0 Enterprise Web Configuration For Windows

MassTransit 6.0 Enterprise Web Configuration For Windows MassTransit 6.0 Enterprise Web Configuration For Windows November 7, 2008 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail: info@grouplogic.com

More information

MOODLE Installation on Windows Platform

MOODLE Installation on Windows Platform Windows Installation using XAMPP XAMPP is a fully functional web server package. It is built to test web based programs on a personal computer. It is not meant for online access via the web on a production

More information

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link:

TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: TSM for Windows Installation Instructions: Download the latest TSM Client Using the following link: ftp://ftp.software.ibm.com/storage/tivoli-storagemanagement/maintenance/client/v6r2/windows/x32/v623/

More information

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background

Customer Tips. Xerox Network Scanning HTTP/HTTPS Configuration using Microsoft IIS. for the user. Purpose. Background Xerox Multifunction Devices Customer Tips June 5, 2007 This document applies to these Xerox products: X WC Pro 232/238/245/ 255/265/275 for the user Xerox Network Scanning HTTP/HTTPS Configuration using

More information

Upgrading from Call Center Reporting to Reporting for Contact Center. BCM Contact Center

Upgrading from Call Center Reporting to Reporting for Contact Center. BCM Contact Center Upgrading from Call Center Reporting to Reporting for Contact Center BCM Contact Center Document Number: NN40010-400 Document Status: Standard Document Version: 02.00 Date: June 2006 Copyright Nortel Networks

More information

Application Note - JDSU PathTrak Video Monitoring System Data Backup and Restore Process

Application Note - JDSU PathTrak Video Monitoring System Data Backup and Restore Process Application Note - JDSU PathTrak Video Monitoring System Data Backup and Restore Process This Application Note provides instructions on how to backup and restore JDSU PathTrak Video Monitoring data. Automated

More information

How To Install And Set Up The Database For Quicdoc And Office Therapy (The Applications)

How To Install And Set Up The Database For Quicdoc And Office Therapy (The Applications) Server Database Installer for QuicDoc and Office Therapy Installation Guide What you need to know before you start This Guide was written to assist you in installing and setting up the Database system

More information

Bitrix Site Manager ASP.NET. Installation Guide

Bitrix Site Manager ASP.NET. Installation Guide Bitrix Site Manager ASP.NET Installation Guide Contents Introduction... 4 Chapter 1. Checking for IIS Installation... 5 Chapter 2. Using An Archive File to Install Bitrix Site Manager ASP.NET... 7 Preliminary

More information

Practice Fusion API Client Installation Guide for Windows

Practice Fusion API Client Installation Guide for Windows Practice Fusion API Client Installation Guide for Windows Quickly and easily connect your Results Information System with Practice Fusion s Electronic Health Record (EHR) System Table of Contents Introduction

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

Scala InfoChannel Content Manager 5 Backup and Restore Instructions

Scala InfoChannel Content Manager 5 Backup and Restore Instructions 4 Scala InfoChannel Content Manager 5 Backup and Restore Instructions This document describes how to backup and restore Scala InfoChannel Content Manager 5. Databases currently supported are: PostgreSQL

More information

How To Configure CU*BASE Encryption

How To Configure CU*BASE Encryption How To Configure CU*BASE Encryption Configuring encryption on an existing CU*BASE installation INTRODUCTION This booklet was created to assist CU*Answers clients with the configuration of encrypted CU*BASE

More information

TM Online Storage: StorageSync

TM Online Storage: StorageSync TM Online Storage: StorageSync 1 Part A: Backup Your Profile 1: How to download and install StorageSync? Where to download StorageSync? You may download StorageSync from your e-storage account. Please

More information

System Administrative Manual

System Administrative Manual System Administrative Manual CRCD Management System Team 11 Muzzammil Imam - Project Manager/Implementer Jason Loewy Implementer Fan Xu - Implementer/Trainer/Tester Adarsh Khare- Implementer / Trainer/Tester

More information

SINGLE SIGN-ON FOR MTWEB

SINGLE SIGN-ON FOR MTWEB SINGLE SIGN-ON FOR MTWEB FOR MASSTRANSIT ENTERPRISE WINDOWS SERVERS WITH DIRECTORY SERVICES INTEGRATION Group Logic, Inc. November 26, 2008 Version 1.1 CONTENTS Revision History...3 Feature Highlights...4

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

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

Ajera 7 Installation Guide

Ajera 7 Installation Guide Ajera 7 Installation Guide Ajera 7 Installation Guide NOTICE This documentation and the Axium software programs may only be used in accordance with the accompanying Axium Software License and Services

More information

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS

STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS Notes: STATISTICA VERSION 10 STATISTICA ENTERPRISE SERVER INSTALLATION INSTRUCTIONS 1. The installation of the STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation

More information

Microsoft Virtual Labs. Administering the IIS 7 File Transfer Protocol (FTP) Server

Microsoft Virtual Labs. Administering the IIS 7 File Transfer Protocol (FTP) Server Microsoft Virtual Labs Administering the IIS 7 File Transfer Protocol (FTP) Server Table of Contents Exercise 1 Installing the Microsoft FTP Publishing Service for the IIS 7... 1 Exercise 2 Introducing

More information

How to configure the DBxtra Report Web Service on IIS (Internet Information Server)

How to configure the DBxtra Report Web Service on IIS (Internet Information Server) How to configure the DBxtra Report Web Service on IIS (Internet Information Server) Table of Contents Install the DBxtra Report Web Service automatically... 2 Access the Report Web Service... 4 Verify

More information

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows)

How To Create An Easybelle History Database On A Microsoft Powerbook 2.5.2 (Windows) Introduction EASYLABEL 6 has several new features for saving the history of label formats. This history can include information about when label formats were edited and printed. In order to save this history,

More information

Contents: 1. Preparation/download files 2. Apache HTTPD Web Server 2.2.3 3. MySQL 5.0.27 4. PHP 5.2.0 5. PHPMyAdmin 2.9.1.1 6. Ruby On Rails 1.8.

Contents: 1. Preparation/download files 2. Apache HTTPD Web Server 2.2.3 3. MySQL 5.0.27 4. PHP 5.2.0 5. PHPMyAdmin 2.9.1.1 6. Ruby On Rails 1.8. Installation guide for Apache webserver, MySQL, PHP 5, PHPMyAdmin en Ruby On Rails by: Wietse Veenstra - http://www.wietseveenstra.nl/blog last update: January 3rd, 2007 Contents: 1. Preparation/download

More information

owncloud Configuration and Usage Guide

owncloud Configuration and Usage Guide owncloud Configuration and Usage Guide This guide will assist you with configuring and using YSUʼs Cloud Data storage solution (owncloud). The setup instructions will include how to navigate the web interface,

More information

ECA IIS Instructions. January 2005

ECA IIS Instructions. January 2005 ECA IIS Instructions January 2005 THIS PAGE INTENTIONALLY BLANK ECA IIS Instructions ii July 22, 2005 Table of Contents 1. Install Certificate in IIS 5.0... 1 2. Obtain and Install the ECA Root Certificate

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers

Sitecore Ecommerce Enterprise Edition Installation Guide Installation guide for administrators and developers Installation guide for administrators and developers Table of Contents Chapter 1 Introduction... 2 1.1 Preparing to Install Sitecore Ecommerce Enterprise Edition... 2 1.2 Required Installation Components...

More information

Installing SQL-Ledger on Windows

Installing SQL-Ledger on Windows Installing SQL-Ledger on Windows Requirements Windows 2000, Windows XP, Windows Server 2000 or Windows Server 2003 WinZip Knowledge of simple DOS commands, i.e. CD, DIR, MKDIR, COPY, REN Steps Installing

More information

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER

STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER Notes: STATISTICA VERSION 9 STATISTICA ENTERPRISE INSTALLATION INSTRUCTIONS FOR USE WITH TERMINAL SERVER 1. These instructions focus on installation on Windows Terminal Server (WTS), but are applicable

More information

Exchange Server Backup and Restore

Exchange Server Backup and Restore WHITEPAPER BackupAssist Version 6 www.backupassist.com Cortex I.T. 2001-2007 2 Contents 1. Introduction... 3 1.1 Overview... 3 1.2 Requirements... 3 1.3 Requirements for remote backup of Exchange 2007...

More information

Wavecrest Certificate

Wavecrest Certificate Wavecrest InstallationGuide Wavecrest Certificate www.wavecrest.net Copyright Copyright 1996-2015, Wavecrest Computing, Inc. All rights reserved. Use of this product and this manual is subject to license.

More information

FlexSim LAN License Server

FlexSim LAN License Server FlexSim LAN License Server Installation Instructions Rev. 20150318 Table of Contents Introduction... 2 Using lmtools... 2 1. Download the installation files... 3 2. Install the license server... 4 3. Connecting

More information

How To Install Database Oasis On A Computer Or Computer (For Free)

How To Install Database Oasis On A Computer Or Computer (For Free) INSTALLATION INSTRUCTIONS Table of Contents Installation Instructions 1 Table of Contents 1 System Requirements 2 Installation 3 Selecting where to Install the Professional Server 3 Installing Prerequisites

More information

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions

Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions HOSTING Administrator Control Panel / Quick Reference Guide Page 1 of 9 Outlook Profile Setup Guide Exchange 2010 Quick Start and Detailed Instructions Exchange 2010 Outlook Profile Setup Page 2 of 9 Exchange

More information

Appendix E. Captioning Manager system requirements. Installing the Captioning Manager

Appendix E. Captioning Manager system requirements. Installing the Captioning Manager Appendix E Installing and configuring the Captioning Manager The Mediasite Captioning Manager, a separately sold EX Server add-on, allows users to submit and monitor captioning requests through Automatic

More information

ilaw Installation Procedure

ilaw Installation Procedure ilaw Installation Procedure This guide will provide a reference for a full installation of ilaw Case Management Software. Contents ilaw Overview How ilaw works Installing ilaw Server on a PC Installing

More information

Zanibal Plug-in For Microsoft Outlook Installation & User Guide Version 1.1

Zanibal Plug-in For Microsoft Outlook Installation & User Guide Version 1.1 Zanibal Plug-in For Microsoft Outlook Installation & User Guide Version 1.1 Zanibal LLC Phone: +1-408-887-0480, +234-1-813-1744 Email: support@zanibal.com www.zanibal.com Copyright 2012, Zanibal LLC. All

More information

How to Log in to LDRPS-Web v10 (L10) https://enterprise.strohlservices.com

How to Log in to LDRPS-Web v10 (L10) https://enterprise.strohlservices.com How to Log in to LDRPS-Web v10 (L10) https://enterprise.strohlservices.com Contents First Time Login Instructions... 1 1) Use the Internet Explorer (IE) Web browser*... 1 2) Install the.net Framework...

More information

Interact for Microsoft Office

Interact for Microsoft Office Interact for Microsoft Office Installation and Setup Guide Perceptive Content Version: 7.0.x Written by: Product Knowledge, R&D Date: October 2014 2014 Perceptive Software. All rights reserved Perceptive

More information

1. Product Information

1. Product Information ORIXCLOUD BACKUP CLIENT USER MANUAL LINUX 1. Product Information Product: Orixcloud Backup Client for Linux Version: 4.1.7 1.1 System Requirements Linux (RedHat, SuSE, Debian and Debian based systems such

More information

Sharp Remote Device Manager (SRDM) Server Software Setup Guide

Sharp Remote Device Manager (SRDM) Server Software Setup Guide Sharp Remote Device Manager (SRDM) Server Software Setup Guide This Guide explains how to install the software which is required in order to use Sharp Remote Device Manager (SRDM). SRDM is a web-based

More information

Deploying Intellicus Portal on IBM WebSphere

Deploying Intellicus Portal on IBM WebSphere Deploying Intellicus Portal on IBM WebSphere Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies info@intellicus.com www.intellicus.com

More information

Installing Moodle on a Windows x64 Environment

Installing Moodle on a Windows x64 Environment Installing Moodle on a Windows x64 Environment Installing Moodle 1.9 on a Windows Server 2008 x64 with Microsoft SQL Server 2008 and IIS7. Written by: Alex Pearce Email: apearce@bfcnetworks.com Blog: www.learninggateway.net/blogs/ajp

More information

SIMIAN systems. Setting up a Sitellite development environment on Windows. Sitellite Content Management System

SIMIAN systems. Setting up a Sitellite development environment on Windows. Sitellite Content Management System Setting up a Sitellite development environment on Windows Sitellite Content Management System Introduction For live deployment, it is strongly recommended that Sitellite be installed on a Unix-based operating

More information

Customer Tips. Xerox Network Scanning TWAIN Configuration for the WorkCentre 7328/7335/7345. for the user. Purpose. Background

Customer Tips. Xerox Network Scanning TWAIN Configuration for the WorkCentre 7328/7335/7345. for the user. Purpose. Background Xerox Multifunction Devices Customer Tips dc07cc0432 October 19, 2007 This document applies to these Xerox products: X WC 7328/7335/7345 for the user Xerox Network Scanning TWAIN Configuration for the

More information

Reporting for Contact Center Setup and Operations Guide. BCM Contact Center

Reporting for Contact Center Setup and Operations Guide. BCM Contact Center Reporting for Contact Center Setup and Operations Guide BCM Contact Center Document Number: NN40040-302 Document Status: Standard Document Version: 04.00 Part Code: N0060637 Date: June 2006 Copyright 2005

More information

WordCom, Inc. Secure File Transfer Web Application

WordCom, Inc. Secure File Transfer Web Application WordCom, Inc. Secure File Transfer Web Application Table of Contents 1. Introduction 2. Logging into WordCom s File Transfer Web Client 3. Toolbar buttons 4. Sending a package in Enhanced Mode (If installed

More information

Installing Oracle 12c Enterprise on Windows 7 64-Bit

Installing Oracle 12c Enterprise on Windows 7 64-Bit JTHOMAS ENTERPRISES LLC Installing Oracle 12c Enterprise on Windows 7 64-Bit DOLOR SET AMET Overview This guide will step you through the process on installing a desktop-class Oracle Database Enterprises

More information

Archive Attender Version 3.5

Archive Attender Version 3.5 Archive Attender Version 3.5 Getting Started Guide Sherpa Software (800) 255-5155 www.sherpasoftware.com Page 1 Under the copyright laws, neither the documentation nor the software can be copied, photocopied,

More information

Install Moodle with RollCall 2013 PowerVista Software, Inc.

Install Moodle with RollCall 2013 PowerVista Software, Inc. Install Moodle with RollCall Note: To change the product logo for your ow n print manual or PDF, click "Tools > Manual Designer" and modify the print manual template. Title page 1 Use this page to introduce

More information

Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management

Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management IBM Tivoli Software Maximo Asset Management Installing and Configuring DB2 10, WebSphere Application Server v8 & Maximo Asset Management Document version 1.0 Rick McGovern Staff Software Engineer IBM Maximo

More information

INSTALLING MOODLE 2.5 ON A MICROSOFT PLATFORM

INSTALLING MOODLE 2.5 ON A MICROSOFT PLATFORM INSTALLING MOODLE 2.5 ON A MICROSOFT PLATFORM Install Moodle 2.5 on Server 2012 R2 with SQL 2012 Ryan Mangan SysTech IT Solutions www.systechitsolutions.co.uk Contents Introduction... 2 Configuring basic

More information

TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015

TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015 TIGERPAW EXCHANGE INTEGRATOR SETUP GUIDE V3.6.0 August 26, 2015 2201 Thurston Circle Bellevue, NE 68005 www.tigerpawsoftware.com Contents Tigerpaw Exchange Integrator Setup Guide v3.6.0... 1 Contents...

More information

Snow Active Directory Discovery

Snow Active Directory Discovery Product Snow Active Directory Discovery Version 1.0 Release date 2014-04-29 Document date 2014-04-29 Snow Active Directory Discovery Installation & Configuration Guide Page 2 of 9 This document describes

More information

Fairfield University Using Xythos for File Sharing

Fairfield University Using Xythos for File Sharing Fairfield University Using Xythos for File Sharing Version 7.0 Table of Contents I: Manage your Department Folder...2 Your Department Folder... 2 II: Sharing Folders and Files Inside of Fairfield U...3

More information

Moxa Device Manager 2.3 User s Manual

Moxa Device Manager 2.3 User s Manual User s Manual Third Edition, March 2011 www.moxa.com/product 2011 Moxa Inc. All rights reserved. User s Manual The software described in this manual is furnished under a license agreement and may be used

More information

Migrating MSDE to Microsoft SQL 2008 R2 Express

Migrating MSDE to Microsoft SQL 2008 R2 Express How To Updated: 11/11/2011 2011 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders. If you are still on MSDE 2000,

More information

Administrator Manual

Administrator Manual . Self-evaluation Platform (SEP) on Information Technology in Education (ITEd) for School Administrator Manual Mar 2006 [Version 3.0] Copyright 2005 Education and Manpower Bureau Page 1 Table of Contents

More information

Sophos Mobile Control Installation guide. Product version: 3.5

Sophos Mobile Control Installation guide. Product version: 3.5 Sophos Mobile Control Installation guide Product version: 3.5 Document date: July 2013 Contents 1 Introduction...3 2 The Sophos Mobile Control server...4 3 Set up Sophos Mobile Control...10 4 External

More information

Voyager Reporting System (VRS) Installation Guide. Revised 5/09/06

Voyager Reporting System (VRS) Installation Guide. Revised 5/09/06 Voyager Reporting System (VRS) Installation Guide Revised 5/09/06 System Requirements Verification 1. Verify that the workstation s Operating System is Windows 2000 or Higher. 2. Verify that Microsoft

More information

Moving the TRITON Reporting Databases

Moving the TRITON Reporting Databases Moving the TRITON Reporting Databases Topic 50530 Web, Data, and Email Security Versions 7.7.x, 7.8.x Updated 06-Nov-2013 If you need to move your Microsoft SQL Server database to a new location (directory,

More information

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER

DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER White Paper DEPLOYING EMC DOCUMENTUM BUSINESS ACTIVITY MONITOR SERVER ON IBM WEBSPHERE APPLICATION SERVER CLUSTER Abstract This white paper describes the process of deploying EMC Documentum Business Activity

More information

ChromQuest 5.0 Chromatography Data System

ChromQuest 5.0 Chromatography Data System ChromQuest 5.0 Chromatography Data System Administrator Guide CHROM-97251 Revision A March 2008 2008 Thermo Fisher Scientific Inc. All rights reserved. Surveyor is a registered trademark of Thermo Fisher

More information

Virto Password Reset Web Part for SharePoint. Release 3.1.0. Installation and User Guide

Virto Password Reset Web Part for SharePoint. Release 3.1.0. Installation and User Guide Virto Password Reset Web Part for SharePoint Release 3.1.0 Installation and User Guide 2 Table of Contents OVERVIEW... 3 SYSTEM REQUIREMENTS... 3 OPERATING SYSTEM... 3 SERVER... 3 BROWSER... 4 INSTALLATION...

More information

Online Backup Client User Manual Linux

Online Backup Client User Manual Linux Online Backup Client User Manual Linux 1. Product Information Product: Online Backup Client for Linux Version: 4.1.7 1.1 System Requirements Operating System Linux (RedHat, SuSE, Debian and Debian based

More information

SSO Plugin. J System Solutions. Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier. http://www.javasystemsolutions.com

SSO Plugin. J System Solutions. Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier. http://www.javasystemsolutions.com SSO Plugin Upgrading SSO Plugin 3x to 4x - BMC AR System & Mid Tier J System Solutions JSS SSO Plugin Upgrading 3x to 4x Introduction... 3 [Prerequisite] Generate a new license... 4 [Prerequisite] Download

More information

WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts. Classroom Setup Guide. Web Age Solutions Inc.

WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts. Classroom Setup Guide. Web Age Solutions Inc. WA2262 Applied Data Science and Big Data Analytics Boot Camp for Business Analysts Classroom Setup Guide Web Age Solutions Inc. Copyright Web Age Solutions Inc. 1 Table of Contents Part 1 - Minimum Software

More information

Migrating From Bobcat Mail To Google Apps (Using Microsoft Outlook and Google Apps Sync)

Migrating From Bobcat Mail To Google Apps (Using Microsoft Outlook and Google Apps Sync) Migrating From Bobcat Mail To Google Apps (Using Microsoft Outlook and Google Apps Sync) This document is intended for those users moving from WVWC s Bobcat Mail system to the new Google Apps mail system

More information

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide

026-1010 Rev 7 06-OCT-2011. Site Manager Installation Guide 026-1010 Rev 7 06-OCT-2011 Site Manager Installation Guide Retail Solutions 3240 Town Point Drive NW, Suite 100 Kennesaw, GA 30144, USA Phone: 770-425-2724 Fax: 770-425-9319 Table of Contents 1 SERVER

More information

BusinessObjects Enterprise XI Release 2

BusinessObjects Enterprise XI Release 2 BusinessObjects Enterprise XI Release 2 How to configure an Internet Information Services server as a front end to a WebLogic application server Overview Contents This document describes the process of

More information

Abstract. These Application Notes provide information for the setup, configuration, and verification of this solution.

Abstract. These Application Notes provide information for the setup, configuration, and verification of this solution. Avaya Solution Interoperability Test Lab Configuring DHCP server Site Specific Option Number for Avaya one-x IP Deskphone Firmware Distribution with Avaya File Server Application MV_IPTel Issue 1.0 Abstract

More information

GE Intelligent Platforms. Activating Licenses Online Using a Local License Server

GE Intelligent Platforms. Activating Licenses Online Using a Local License Server GE Intelligent Platforms Activating Licenses Online Using a Local License Server January 2016 Introduction: This document is an introduction to activating licenses online using a GE-IP Local License Server.

More information

Diver-Office Backup and Restore the Database

Diver-Office Backup and Restore the Database Contents Determine the database type... 1 Backup and RESTORE The Diver-Office SQL CE Database... 1 Backup and Restore the Diver-Office SQL Express database... 2 SQL Server Management Studio Express...

More information

Configuration for Professional Client Access

Configuration for Professional Client Access In a network environment, in order for the clients to access the data over the network, you will need to set up a network share to the data file. CREATING A NETWORK SHARE There may be slight differences

More information

USING STUFFIT DELUXE THE STUFFIT START PAGE CREATING ARCHIVES (COMPRESSED FILES)

USING STUFFIT DELUXE THE STUFFIT START PAGE CREATING ARCHIVES (COMPRESSED FILES) USING STUFFIT DELUXE StuffIt Deluxe provides many ways for you to create zipped file or archives. The benefit of using the New Archive Wizard is that it provides a way to access some of the more powerful

More information

Install SQL Server 2014 Express Edition

Install SQL Server 2014 Express Edition How To Install SQL Server 2014 Express Edition Updated: 2/4/2016 2016 Shelby Systems, Inc. All Rights Reserved Other brand and product names are trademarks or registered trademarks of the respective holders.

More information

Installation Instructions

Installation Instructions Installation Instructions 25 February 2014 SIAM AST Installation Instructions 2 Table of Contents Server Software Requirements... 3 Summary of the Installation Steps... 3 Application Access Levels... 3

More information

Desktop Deployment Guide ARGUS Enterprise 10.6. 5/29/2015 ARGUS Software An Altus Group Company

Desktop Deployment Guide ARGUS Enterprise 10.6. 5/29/2015 ARGUS Software An Altus Group Company ARGUS Enterprise 10.6 5/29/2015 ARGUS Software An Altus Group Company for ARGUS Enterprise Version 10.6 5/29/2015 Published by: ARGUS Software, Inc. 3050 Post Oak Boulevard Suite 900 Houston, Texas 77056

More information

Security Guidelines for MapInfo Discovery 1.1

Security Guidelines for MapInfo Discovery 1.1 Security Guidelines for MapInfo Discovery 1.1 This paper provides guidelines and detailed instructions for improving the security of your Mapinfo Discovery deployment. In this document: Overview.........................................

More information

ImportManager 5 Installation Manual

ImportManager 5 Installation Manual ImportManager 5 Installation Manual Installation and setup The installation guide comes in two versions, a short version that simply describes the overall steps you need to go through to install ImportManager

More information

Capture Pro Software FTP Server System Output

Capture Pro Software FTP Server System Output Capture Pro Software FTP Server System Output Overview The Capture Pro Software FTP server will transfer batches and index data (that have been scanned and output to the local PC) to an FTP location accessible

More information

FieldIT Limited www.fieldit-limited.com. FieldIT CRM. Installation Manual v1.3.i3 (Enterprise Install)

FieldIT Limited www.fieldit-limited.com. FieldIT CRM. Installation Manual v1.3.i3 (Enterprise Install) FieldIT Limited www.fieldit-limited.com FieldIT CRM Installation Manual v1.3.i3 (Enterprise Install) Oliver Field FieldIT Limited 2013 13 Introduction The FieldIT CRM software can be installed in several

More information

Installing SQL Express. For CribMaster 9.2 and Later

Installing SQL Express. For CribMaster 9.2 and Later Installing SQL Express For CribMaster 9.2 and Later CRIBMASTER USER GUIDE Installing SQL Express Document ID: CM9-031-03012012 Copyright CribMaster. 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,

More information

WhatsUp Gold v16.2 Database Migration and Management Guide

WhatsUp Gold v16.2 Database Migration and Management Guide WhatsUp Gold v16.2 Database Migration and Management Guide Contents CHAPTER 1 How to use this guide CHAPTER 2 Migrating the WhatsUp Gold Microsoft SQL Server 2008 R2 Express Edition database to Microsoft

More information

Remote Console Installation & Setup Guide. November 2009

Remote Console Installation & Setup Guide. November 2009 Remote Console Installation & Setup Guide November 2009 Legal Information All rights reserved. No part of this document shall be reproduced or transmitted by any means or otherwise, without written permission

More information

Reflection DBR USER GUIDE. Reflection DBR User Guide. 995 Old Eagle School Road Suite 315 Wayne, PA 19087 USA 610.964.8000 www.evolveip.

Reflection DBR USER GUIDE. Reflection DBR User Guide. 995 Old Eagle School Road Suite 315 Wayne, PA 19087 USA 610.964.8000 www.evolveip. Reflection DBR USER GUIDE 995 Old Eagle School Road Suite 315 Wayne, PA 19087 USA 610.964.8000 www.evolveip.net Page 1 of 1 Table of Contents Overview 3 Reflection DBR Client and Console Installation 4

More information

Nortel Networks Call Center Reporting Set Up and Operation Guide

Nortel Networks Call Center Reporting Set Up and Operation Guide Nortel Networks Call Center Reporting Set Up and Operation Guide www.nortelnetworks.com 2001 Nortel Networks P0919439 Issue 07 (24) Table of contents How to use this guide... 5 Introduction...5 How this

More information

Commport FTP Client Set-up

Commport FTP Client Set-up Commport FTP Client Set-up Instructions for downloading and installing the Commport FTP Client. Version 1.2 Commport Communications International, inc. May 2013 Download from Commport Website: http://www.commport.com/documents/commportftpclientsetup.zip

More information

SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013

SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013 SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013 GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800) 290-5054

More information

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users

Tool Tip. SyAM Management Utilities and Non-Admin Domain Users SyAM Management Utilities and Non-Admin Domain Users Some features of SyAM Management Utilities, including Client Deployment and Third Party Software Deployment, require authentication credentials with

More information

RecoveryVault Express Client User Manual

RecoveryVault Express Client User Manual For Linux distributions Software version 4.1.7 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007

VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 VP-ASP Shopping Cart Quick Start (Free Version) Guide Version 6.50 March 21 2007 Rocksalt International Pty Ltd support@vpasp.com www.vpasp.com Table of Contents 1 INTRODUCTION... 3 2 FEATURES... 4 3 WHAT

More information

Installation Instruction STATISTICA Enterprise Server

Installation Instruction STATISTICA Enterprise Server Installation Instruction STATISTICA Enterprise Server Notes: ❶ The installation of STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation installations on each of

More information