Safeguard Web Viewer. Own Server Installation Manual Version Revision 1.06

Size: px
Start display at page:

Download "Safeguard Web Viewer. Own Server Installation Manual Version Revision 1.06"

Transcription

1 Safeguard Web Viewer Own Server Installation Manual Version 1.07 Revision 1.06

2 Table of Contents TABLE OF CONTENTS INTRODUCTION... 3 TECHNICAL REQUIREMENTS Communication Ports Changing Communication Ports after going live Before installing the Web Viewer Additional PHP settings PREPARING THE PHP ENVIRONMENT PHP Version Required Modules Setting up the PHP environment on a Windows Server HTTP Server Configuration PREPARING THE MYSQL ENVIRONMENT Unicode Support INSTALLING THE WEB VIEWER ACTIVATING THE WEB VIEWER BACKING UP AND RECOVERING THE SYSTEM MOVING THE WEB VIEWER TO A NEW SERVER UPGRADING THE WEB VIEWER Web Viewer Own Server v Revision Locklizard Ltd Page 2 of 21

3 1.1 Introduction This manual has been prepared as a guide to organizations that have decided to carry out their own installation of the Locklizard Safeguard Web Viewer. It has not been prepared for the novice user. Those who are not already competent and experienced server systems administrators should NOT attempt to perform the deployment of the Web Viewer and should use the Locklizard implementation service. You must be familiar with the implementation and day-to-day operation of the MySQL database and PHP, whether on the Windows or Linux platforms, and securing those environments. Locklizard do not provide detailed guidance on the alternative aspects of how you might choose to implement third party products (just as we do not provide guidance on how to configure Windows or Linux server installations). Locklizard support team do not provide support on the installation of the Web Viewer or configuration of third party software, or offer consultancy advice on operational matters such as choice of passwords, performance, hardening of servers in support of security policy, backup and recovery strategies and so on. It remains the customer s responsibility to address day-to-day operational and security policy considerations which Locklizard cannot be aware of or take account of. For example, it is up to the publisher to make sure the server is not vulnerable to script injection (e.g. make sure that the database user does not have super-user rights and is limited to the Locklizard database table), to make sure Apache is configured securely and updated so it not exposed to PHP vulnerabilities, and that PHP and MySQL modules are configured tightly (e.g. not allowing PHP scripts to run outside of their folder or not allowing the MySQL admin privileges on the database server itself). Some implementation steps require the installer to carry out manual operations, edit applications environments and make other changes. This requires a reasonable degree of knowledge of the installation and technical skill in order to carry out the tasks correctly and reliably. Web Viewer Own Server v Revision Locklizard Ltd Page 3 of 21

4 Accordingly, Locklizard do not provide any warranty where customers have carried out their own deployment, and any work required from Locklizard to support customers in this activity or to carry out investigations, remedial work or corrections are charged in advance at Locklizard s customary consultancy rates which are available by quotation on request from sales@locklizard.com. For those without the necessary expertise, Locklizard supply a paid installation service where technicians will remotely install the necessary server components for a working system, including installation of third party software, and consulting advice where appropriate. The Locklizard implementation service is designed to deliver a consistent implementation that will perform correctly with the required components. 1.2 Technical Requirements The Web Viewer can be installed on the following server operating systems: Linux - Red Hat, Suse, or Fedora Windows and above IMPORTANT NOTE: Full root access is required for installation and a domain name MUST be assigned to the server. The minimum hardware specification is: Intel Celeron dual-core 2.0 GHz or higher, 1 GB DDR RAM, 120 GB IDE hard drive (minimum spec). The following external packages MUST be installed on the server: 1. MySQL version 5.1 or above 2. PHP version or above (x64 recommended) 3. Apache HTTP server Web Viewer Own Server v Revision Locklizard Ltd Page 4 of 21

5 Locklizard recommend that you install MySQL version and PHP version , as these have been shown to be stable operating environments Communication Ports The Safeguard Writer communicates with the Web Viewer using specific ports. You MUST specify the ports that you are going to use when Apache is first installed (the two standard ports are specified in Apache's config file, normally httpd.conf), although you can change these at a later stage by editing the file php.ini. Organizations often block access to non-standard ports, so using non-standard ports is NOT recommended unless your implementation is internal and you have complete administrative control over port allocation. Be aware that your users will have to have access to the port that you designate from their own PC - in other words, it MUST be left open for incoming and outgoing client/server communications. Locklizard use port 80 for our own servers when publishers do not insist on the security of an SSL connection to protect information, and port 443 where publishers feel it appropriate to protect the communications between the Writer and Admin System applications and the Web Viewer. IMPORTANT NOTE: Using ports 80 or 443 requires root (admin) rights to be granted to the server application, and without additional controls could open a system to hackers who could potentially remotely run commands that would normally require root rights. It is up to you as the publisher to secure (harden) your server accordingly. This is NOT a service provided by Locklizard Changing Communication Ports after going live If you decide to change the port numbers after you have issued Writer licenses to your administrators, then you MUST re-issue these licenses because the port number to be used is contained in the license file. Web Viewer Own Server v Revision Locklizard Ltd Page 5 of 21

6 Administrators MUST remove (delete) their keystores, and only then re-register using the new license files for the new port address to take effect Before installing the Web Viewer Before you install the Web Viewer make sure your Publisher license has the Web Viewer feature enabled. If Locklizard are hosting the Safeguard Administration System and you are hosting the Web Viewer, you need to let us know the URL address where the Web Viewer will be hosted so that we can enable it on your account. If you are hosting the Safeguard Administration System you need to have the Administration System installed this MUST be build 167 or later, your Publisher account created, and the server URL from your Publisher account pointing to where the Web Viewer will be installed Additional PHP settings The document upload limit is set through PHP settings. You can modify the values upload_max_filesize and post_max_size in your php.ini file to suit your requirements. You may also need to modify the open_basedir settings so that your upload folder (where encrypted documents are stored) is accessible through PHP scripts. After modifying the php.ini file, you will need to restart your HTTP server so that it picks up the new configuration settings. Web Viewer Own Server v Revision Locklizard Ltd Page 6 of 21

7 1.3 Preparing the PHP environment PHP Version The PHP version installed on your server must be identical to the PHP build for the Locklizard Web Server. For example, if you have PHP 5.3 installed then you must use the Locklizard Web Server build for PHP 5.3 and no other Required Modules The PHP installation that you provide must include the following modules, and they must be active, not simply present: 1. MCrypt v2.5.7 or above The following example shows how to activate the MCrypt module and check the result to make sure that it is active: i. Download the file libmcrypt.dll to the Windows\System32 folder ii. Open the php.ini file (usually found in the main Windows folder) iii. Find the section that has lots of lines with ;extension=php_xxxx.dll iv. If a line with ;extension=php_mcrypt.dll exists, remove the semicolon from the start of the line, otherwise add a new line extension=php_mcrypt.dll v. Restart your computer to activate the php.ini file vi. Use the phpinfo() function to check that MCrypt is active. 2. MySQL module v or above This enables PHP to access the MySQL server database. The free community edition version can be downloaded here. 3. ioncube PHP loader This is required to read PHP scripts encoded with the ioncube Encoder. Installation instructions can be downloaded from Web Viewer Own Server v Revision Locklizard Ltd Page 7 of 21

8 Locklizard Administration System build 167 and above requires ioncube v4.4.3 and above. The version you require depends on the ioncube loaders you have installed which is determined by the PHP version you have installed. Our scripts are the same but the ioncube loaders are encrypted differently for different PHP versions. 4. BZip2 v1.0.5 or above This is required for the backup/restore modules internal to Safeguard, and for the license s zip feature to work. 5. ZLIB v1.2.2 or above This is required for the backup/restore modules internal to Safeguard, and for the license s zip feature to work. 6. GD v or above with PNG support enabled This is required for the statistics graphics display. 7. CURL v7.19 or above with curl_exec enabled 8. OpCache (bundled with PHP and later) or X-cache the version you install is dependent on your PHP version. This is optional for caching and optimizing the PHP intermediate code. 9. mbstring this must be enabled Setting up the PHP environment on a Windows Server The following instructions are for IIS on a Windows 2008 Server. 1. Install Windows Server (2008) 2. Open the server manager and navigate to: Roles > Add Roles > Web Server (IIS) > click Add the required features 3. Tick ASP.NET > click Add the required features 4. Click Next > Install Web Viewer Own Server v Revision Locklizard Ltd Page 8 of 21

9 5. Once finished reboot and open Internet Explorer. Navigate to to verify that IIS is running. You should see the IIS logo. 6. Run the web platform installer found here: NOTE: You may need to add download.microsoft.com to your trusted sites list to do the above. 7. Once open, search for PHP and add PHP Then search for MySQL and add MySQL Windows Click Install. 10. Enter a default password and continue. 11. Now install ioncube loader. Determine whether you are using VC9 or VC11, and if you are running a thread-safe version of PHP. You can check that by accessing your php_info. 12. Download the corresponding version from the download page Copy the ioncube folder from the archive into your Windows\System32 folder. 14. Open your PHP.ini file and add the line: zend_extension=c:\windows\system32\ioncube\ioncube_loader_win_ 5.4.dll NOTE: If you are using a thread-safe version then you need to specify zend_extension_ts= instead. 15. Note that MCrypt, BZIP2, ZLIB and GD, mentioned in Required Modules are usually part of the web installer PHP package, so you do NOT have to install these separately. You DO however need to check that they did install correctly with the PHP package you selected. 16. Restart IIS. 17. Re-check your PHPinfo page to see that ioncube and the other required modules are running correctly. Web Viewer Own Server v Revision Locklizard Ltd Page 9 of 21

10 18. For easier MySQL administration you can download MySQL Workbench from: Now the environment is ready. NOTE: If you later load PHPMyAdmin for SQL administration and it is displayed in German then select English from the language drop down menu on the main PHPMyAdmin page HTTP Server Configuration Set DirectoryIndex to honor index.php as well as index.html. Web Viewer Own Server v Revision Locklizard Ltd Page 10 of 21

11 1.4 Preparing the MySQL environment Follow the steps below: 1. Install MySQL. 2. Create an empty MySQL database. 3. Create a user with full rights on that database. 4. Allocate a password to that user. The actual names and passwords are chosen by you and should obey your installation standards for both format and length Unicode Support If you want to support Unicode (required for the display of non-ascii/foreign language characters such as Japanese and Chinese) then your MySQL database must be configured to support this. This MUST be done at first installation if it is to be available. Web Viewer Own Server v Revision Locklizard Ltd Page 11 of 21

12 1.5 Installing the Web Viewer 1. Unzip, and then upload via FTP, the installation files that you have been supplied with to the server you are going to go live on. For example, if you want the server to be accessible from then the files should be uploaded to C:\inetpub\wwwroot\folder. If you want the server to be accessible from a subdomain, you should upload it where points to on the local file system (e.g. C:\inetpub\wwwroot\subdomain). The install URL in step 3 would then be IMPORTANT NOTE: The installation directory must NOT be more than two folders deep. For example is acceptable whereas is not. 2. In the root folder for the uploaded files (if you uploaded the files to a folder called domain.com/foldername/, the root folder is considered to be foldername ), create an empty file called llw-config.php. This file MUST have full write access rights set on it. The upload folder must be owned by Apache or the user that is set to start HTTP, and the webserver or webserver group must have permission to write to the upload folder. You can use your FTP client to change the file permissions properties to CHMOD 666 (or whatever is appropriate in your environment, e.g. 775) to achieve this. 3. Open your web browser and connect to the following URL: and follow the wizard installation steps as shown below. IMPORTANT NOTE: Make sure a domain name is used in the URL and NOT Web Viewer Own Server v Revision Locklizard Ltd Page 12 of 21

13 Diagram 1: MySQL Database Settings In the above dialog, enter the details for your MySQL database. Diagram 2: MySQL Database Settings confirmation Diagram 3: Logon details for the Web Viewer admin account Web Viewer Own Server v Revision Locklizard Ltd Page 13 of 21

14 The information you enter in Diagram 3 above is used to make the connection between your Publisher account and the Web Viewer. Here you enter the default Web Viewer local folder where documents will be stored (upload folder), the Safeguard Administration System location (licensing URL), and your Publisher login credentials (the ones you currently use to login to your Safeguard administration system). You MUST specify the ll-webviewer/ folder at the end of the Locklizard Licensing URL (you MUST also include the / at the end of the folder name). So, if the admin system is installed at you must set the licensing URL for the Web Viewer to Note that documents can be stored on a network drive as long as the path is accessible by PHP. If the Safeguard Administration System is hosted on your own server you first need to create your Publisher account and then enter those credentials in the above fields. These credentials will be used when logging in to the Web Viewer after the installation has finished. If you are using non-standard ports for the Safeguard Administration System then the URL connection must also contain the port number. If the Safeguard Administration System is hosted by Locklizard then you need to enter your Publisher login credentials (the ones you logon to the Safeguard Administration system with). The LockLizard Licensing URL field is the URL for your hosted Safeguard Administration System. Either way the Safeguard Administration System must be accessible from the current installation because the logon credentials will be checked with the server before proceeding further. IMPORTANT NOTE: SET THE UPLOAD FOLDER JUST ABOVE THE WEB ROOT FOLDER (WWW FOLDER) TO MAXIMIZE FILE SECURITY, SO THAT DOCUMENTS ARE NOT ACCESSIBLE THROUGH A DIRECTLY-ENTERED URL. ALSO, MAKE SURE THE UPLOAD FOLDER PATH EXISTS, IS EMPTY, IS ACCESSIBLE THROUGH PHP, AND HAS FULL WRITE PERMISSIONS (CHMOD 666) OR WHATEVER IS APPROPRIATE IN YOUR ENVIRONMENT (E.G. 775). Web Viewer Own Server v Revision Locklizard Ltd Page 14 of 21

15 Diagram 4: Installation confirmation 4. After the installation is done, REMOVE the write rights of the llwconfig.php file - use your FTP client to change them to CHMOD The /setup folder that was created during these steps can now be erased (it is no longer required, and as a security measure, removing it will prevent anyone from incorrectly trying to reinstall a new server over the existing one). Web Viewer Own Server v Revision Locklizard Ltd Page 15 of 21

16 1.6 Activating the Web Viewer Before you can start using the Web Viewer you have to register by following the instructions below. 1. Login to the Web Viewer as a Publisher using the log in link on the final Wizard page as shown in Diagram 4. This URL connection allows you to setup your Web Viewer license and activate the system. This is also the location from where you will manage your published documents. The Username and Password are the same as those you entered during the Wizard installation as shown in Diagram 3 (Publisher username and Publisher Password). Diagram 6: Web Viewer Publisher login. If you have closed the Wizard then you can manually enter the login URL into your browser. If the root folder domain.com/server_url/ were used, the login URL you would enter for this step would be Web Viewer Own Server v Revision Locklizard Ltd Page 16 of 21

17 You will need to edit this if you have used a different domain/root folder. Once logged in to Web Viewer as a Publisher you will see the following screen: Diagram 7: Web Viewer license required 2. Select the here link (from the License Required message), or click on the License button (top right corner) and copy the install ID that is displayed there. Diagram 8: Set server license 3. the install ID to Locklizard Support (support@locklizard.com). Locklizard will generate the unique license authorization code for your installation and will this back to you. Web Viewer Own Server v Revision Locklizard Ltd Page 17 of 21

18 4. Once you receive the license authorization code, paste it into the License code field. 5. Press the Save Changes button to activate your license. Diagram 9: Active license 6. Once you have activated your license you can then start publishing documents for the Web Viewer. NOTE: If you need to change the Licensing URL your license status will be invalidated and a new license code request will be required. Web Viewer Own Server v Revision Locklizard Ltd Page 18 of 21

19 1.7 Backing up and recovering the system You are strongly advised to perform regular backups of the MySQL database. That is where all your data concerning the published documents, user settings, sessions, etc. and the Web Viewer license are held. This information cannot be regenerated by the Web Viewer. If a reinstallation of the system is required, you just need to reinstall the Web Viewer as it was first implemented, and restore the latest copy of the database. Please be sure to note that there may be data loss between the time of the last backup and the time of system failure. If the database and the Web Viewer are re-installed on the same computer(s) that they were originally installed on, then you will not require a new license response code from Locklizard. However, if a server system has been rebuilt or has been replaced with a new one, then a new license code may be required. In that event Locklizard Support and advise them of your requirement. Please be aware that there may be time delays before new codes can be issued. Make sure you have your MySQL logon information handy as this is required to backup and restore the database. The MySQL login and connection values are stored in the file llw-config.php. This file should be part of the backup and recovery process to avoid the need to recreate new MySQL credentials at startup. It is also recommended that you take a complete image backup of the server, so you can restore it at a later date on the same machine. Using this method avoids you having to reinstall the server files, if something goes wrong with the server itself. Web Viewer Own Server v Revision Locklizard Ltd Page 19 of 21

20 1.8 Moving the Web Viewer to a new Server If you need to change servers at any time in the future then follow the steps below: 1. If possible, upgrade your existing (old) server so that it is on the latest release of the Locklizard Web Viewer. Contact Locklizard support for the latest upgrade package. You will need to have a current support and maintenance agreement to do this. 2. Backup the MySQL database. This is where all data concerning the licensing of documents, publications and customers is held. 3. Install the third party server components on the new server. 4. Install the Locklizard Web Viewer on the new server following the instructions in this manual. You will need to enter your MySQL login details for the MySQL database you have just restored, so make sure you have this information to hand. 5. Once you have installed the Web Viewer on your new server, the INSTALL ID to support@locklizard.com so we can generate your license code. 6. Restore the MySQL database onto the new server. 7. Enter your license code. 8. You will also need to re-register the Writer software before protecting PDF documents. Remove your Writer keystore (use the Remove Keystore option from the Windows Start menu > Locklizard > Safeguard > PDF Writer menu) and then re-register using the license file accessed from your Safeguard MASTER administration system using the link. Web Viewer Own Server v Revision Locklizard Ltd Page 20 of 21

21 1.9 Upgrading the Web Viewer If you want to upgrade the Web Viewer to a later release then follow the steps below: 1. Backup the server; 2. Make sure you have installed the latest version of ioncube. If you update ioncube you will need to restart the server before this takes effect and this must be done before you continue the upgrade of the Web Viewer. 3. Extract the files to your document root folder (for example, c:\ inetpub\wwwroot) replacing what s there. IMPORTANT NOTE: Don t overwrite llw-config.php or your mysql settings will be lost and you will have to re-install the server; 4. Login to the Web Viewer as a Publisher; 5. A warning will be displayed that an upgrade has been performed; 6. Delete the setup folder from the htdocs directory for security reasons. Web Viewer Own Server v Revision Locklizard Ltd Page 21 of 21

OpenPro ERP Software Installation Guide REDHAT LINUX

OpenPro ERP Software Installation Guide REDHAT LINUX OpenPro ERP Software Installation Guide REDHAT LINUX 10061 Talbert Ave Suite 228 Fountain Valley, CA 92708 USA Phone 714-378-4600 Fax 714-964-1491 www.openpro.com infoop@openpro.com OpenPro Installation

More information

OpenPro ERP Software Installation Guide 10061 Talbert Ave Suite 200 Fountain Valley, CA 92708 USA Phone 714-378-4600 Fax 714-964-1491

OpenPro ERP Software Installation Guide 10061 Talbert Ave Suite 200 Fountain Valley, CA 92708 USA Phone 714-378-4600 Fax 714-964-1491 OpenPro ERP Software Installation Guide 10061 Talbert Ave Suite 200 Fountain Valley, CA 92708 USA Phone 714-378-4600 Fax 714-964-1491 www.openpro.com infoop@openpro.com OpenPro Installation of Software

More information

About This Document 3. Integration Overview 4. Prerequisites and Requirements 6

About This Document 3. Integration Overview 4. Prerequisites and Requirements 6 Contents About This Document 3 Integration Overview 4 Prerequisites and Requirements 6 Meeting the Requirements of the cpanel Plugin... 6 Meeting the Requirements of Presence Builder Standalone... 6 Installation

More information

OxyClassifieds Installation Handbook

OxyClassifieds Installation Handbook OxyClassifieds Installation Handbook OxyClassifieds Team Email: office@oxyclassifieds.com Web: http://www.oxyclassifieds.com OxyClassifieds Installation Handbook by OxyClassifieds Team Copyright 2006-2011

More information

FireBLAST Email Marketing Solution v2

FireBLAST Email Marketing Solution v2 Installation Guide WELCOME to fireblast, one of the Industry s leading Email Marketing Software Solutions for your business. Whether you are creating a small email campaign, or you are looking to upgrade

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

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning

Livezilla How to Install on Shared Hosting http://www.jonathanmanning.com By: Jon Manning Livezilla How to Install on Shared Hosting By: Jon Manning This is an easy to follow tutorial on how to install Livezilla 3.2.0.2 live chat program on a linux shared hosting server using cpanel, linux

More information

Content Management System

Content Management System Content Management System XT-CMS INSTALL GUIDE Requirements The cms runs on PHP so the host/server it is intended to be run on should ideally be linux based with PHP 4.3 or above. A fresh install requires

More information

Installing buzztouch Self Hosted

Installing buzztouch Self Hosted Installing buzztouch Self Hosted This step-by-step document assumes you have downloaded the buzztouch self hosted software and operate your own website powered by Linux, Apache, MySQL and PHP (LAMP Stack).

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

Backup and Restore MySQL Databases

Backup and Restore MySQL Databases Backup and Restore MySQL Databases As you use XAMPP, you might find that you need to backup or restore a MySQL database. There are two easy ways to do this with XAMPP: using the browser-based phpmyadmin

More information

vtiger CRM 4.2 Installation Guide for Linux OS

vtiger CRM 4.2 Installation Guide for Linux OS - 1 - vtiger CRM 4.2 Installation Guide for Linux OS (Revision: 4.2) - 2 - Contents 1. System Requirements...3 2. Linux Dependency Packages...4 3. Installation Prerequisites...6 4. Installing vtiger CRM...7

More information

Kollaborate Server Installation Guide!! 1. Kollaborate Server! Installation Guide!

Kollaborate Server Installation Guide!! 1. Kollaborate Server! Installation Guide! Kollaborate Server Installation Guide 1 Kollaborate Server Installation Guide Kollaborate Server is a local implementation of the Kollaborate cloud workflow system that allows you to run the service in-house

More information

TAO Installation Guide v0.1. September 2012

TAO Installation Guide v0.1. September 2012 TAO Installation Guide v0.1 September 2012 TAO installation guide v0.1 page 2/22 This installation guide provides instructions for installing TAO. For all other aspects of using TAO, please see the user

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

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

Installing CPV Lab Version 2.17

Installing CPV Lab Version 2.17 Installing CPV Lab Version 2.17 END-USER LICENSE AGREEMENT ( EULA ) FOR CPV LAB This End-User License Agreement ("EULA") pertains to the CPV Lab product (called Software" in this Agreement). Read the terms

More information

NSi Mobile Installation Guide. Version 6.2

NSi Mobile Installation Guide. Version 6.2 NSi Mobile Installation Guide Version 6.2 Revision History Version Date 1.0 October 2, 2012 2.0 September 18, 2013 2 CONTENTS TABLE OF CONTENTS PREFACE... 5 Purpose of this Document... 5 Version Compatibility...

More information

Document History Revision 5.0.2 Date: October 30, 2006

Document History Revision 5.0.2 Date: October 30, 2006 vtiger CRM 5.0.2 Installation Manual (For Wiindows OS) Document History Revision 5.0.2 Date: October 30, 2006 - 2 - Table of Contents 1. System Requirements...3 2. How do I choose right distribution?...4

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

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

Customer Control Panel Manual

Customer Control Panel Manual Customer Control Panel Manual Contents Introduction... 2 Before you begin... 2 Logging in to the Control Panel... 2 Resetting your Control Panel password.... 3 Managing FTP... 4 FTP details for your website...

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

Sugar Open Source Installation Guide. Version 4.5.1

Sugar Open Source Installation Guide. Version 4.5.1 Sugar Open Source Installation Guide Version 4.5.1 Sugar Open Source Installation Guide Version 4.5.1, 2007 Copyright 2004-2007 SugarCRM Inc. www.sugarcrm.com This document is subject to change without

More information

mypro Installation and Handling Manual Version: 7

mypro Installation and Handling Manual Version: 7 mypro Installation and Handling Manual Version: 7 Date: JAN 2016 Thank you for using mypro on your PC. myscada is a full featured HMI/SCADA system with advanced options such as vector graphics views, advanced

More information

Tonido Cloud Admin Guide

Tonido Cloud Admin Guide CODELATHE LLC Tonido Cloud Admin Guide Installing and Managing Tonido Cloud CodeLathe LLC 10/27/2012 (c) CodeLathe LLC 2012. All Rights Reserved Contents 1. Introduction... 3 2. Pre-Requisites... 3 3.

More information

SugarCRM CE (Community Edition Only) Plugin. Installation. Guide

SugarCRM CE (Community Edition Only) Plugin. Installation. Guide SugarCRM CE (Community Edition Only) Plugin Installation Guide Version 2.0 By Lim Tee Chert 23 June 2012 (last updated on: 08 January 2015) Purpose: This is for SugarCRM CE (Community Edition Only) plugin

More information

Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1

Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1 Upgrading Your Web Server from ClientBase Browser Version 2.0 or Above to Version 2.1.1 Introduction Successful ClientBase Browser usage depends on proper hardware, setup and installation. This section

More information

Advantage for Windows Copyright 2012 by The Advantage Software Company, Inc. All rights reserved. Client Portal blue Installation Guide v1.

Advantage for Windows Copyright 2012 by The Advantage Software Company, Inc. All rights reserved. Client Portal blue Installation Guide v1. Advantage for Windows Copyright 2012 by The Advantage Software Company, Inc. All rights reserved Client Portal blue Installation Guide v1.1 Overview This document will walk you through the process of installing

More information

Installing Drupal 8 on Windows 7 with XAMPP. I am trying to install Drupal 8 on my Windows machine as a development system.

Installing Drupal 8 on Windows 7 with XAMPP. I am trying to install Drupal 8 on my Windows machine as a development system. Installing Drupal 8 on Windows 7 with XAMPP I am trying to install Drupal 8 on my Windows machine as a development system. From reading up the documentation on the Drupal Community Documentation, I learnt

More information

XCloner Official User Manual

XCloner Official User Manual XCloner Official User Manual Copyright 2010 XCloner.com www.xcloner.com All rights reserved. xcloner.com is not affiliated with or endorsed by Open Source Matters or the Joomla! Project. What is XCloner?

More information

CycleServer Grid Engine Support Install Guide. version 1.25

CycleServer Grid Engine Support Install Guide. version 1.25 CycleServer Grid Engine Support Install Guide version 1.25 Contents CycleServer Grid Engine Guide 1 Administration 1 Requirements 1 Installation 1 Monitoring Additional OGS/SGE/etc Clusters 3 Monitoring

More information

QUANTIFY INSTALLATION GUIDE

QUANTIFY INSTALLATION GUIDE QUANTIFY INSTALLATION GUIDE Thank you for putting your trust in Avontus! This guide reviews the process of installing Quantify software. For Quantify system requirement information, please refer to the

More information

TIMETABLE ADMINISTRATOR S MANUAL

TIMETABLE ADMINISTRATOR S MANUAL 2015 TIMETABLE ADMINISTRATOR S MANUAL Software Version 5.0 BY GEOFFPARTRIDGE.NET TABLE OF CONTENTS TOPIC PAGE 1) INTRODUCTION 1 2) TIMETABLE SPECIFICATIONS 1 3) SOFTWARE REQUIRED 1 a. Intranet Server (XAMPP

More information

MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server

MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server MassTransit 6.0 Enterprise Web Configuration for Macintosh OS 10.5 Server November 6, 2008 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail:

More information

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

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

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

XenClient Enterprise Synchronizer Installation Guide

XenClient Enterprise Synchronizer Installation Guide XenClient Enterprise Synchronizer Installation Guide Version 5.1.0 March 26, 2014 Table of Contents About this Guide...3 Hardware, Software and Browser Requirements...3 BIOS Settings...4 Adding Hyper-V

More information

Web Site Content Management Server. Installation Guide Version 4.1 Build 0

Web Site Content Management Server. Installation Guide Version 4.1 Build 0 Web Site Content Management Server Installation Guide Version 4.1 Build 0 livesite: Web Site Content Management Server No parts of this work may be reproduced in any form or by any means - graphic, electronic,

More information

Installing Drupal on Your Local Computer

Installing Drupal on Your Local Computer Installing Drupal on Your Local Computer This tutorial will help you install Drupal on your own home computer and allow you to test and experiment building a Web site using this open source software. This

More information

EZblue BusinessServer The All - In - One Server For Your Home And Business

EZblue BusinessServer The All - In - One Server For Your Home And Business EZblue BusinessServer The All - In - One Server For Your Home And Business Quick Start Guide Version 3.8 1 2 3 EZblue Server Overview EZblue Server Installation EZblue Server Configuration 4 EZblue Magellan

More information

Installation Guide Magento Localized Editions

Installation Guide Magento Localized Editions Installation Guide Magento Localized Editions Content Content Existing Localized Magento Editions System Installation preparations Installation of the Localized Magento Edition Step 1 - Introduction to

More information

MySQL Quick Start Guide

MySQL Quick Start Guide Quick Start Guide MySQL Quick Start Guide SQL databases provide many benefits to the web designer, allowing you to dynamically update your web pages, collect and maintain customer data and allowing customers

More information

Online Backup Client User Manual

Online Backup Client User Manual Online Backup Client User Manual Software version 3.21 For Linux distributions January 2011 Version 2.0 Disclaimer This document is compiled with the greatest possible care. However, errors might have

More information

E-platform for School Development & Accountability (ESDA) Version 4.3.x

E-platform for School Development & Accountability (ESDA) Version 4.3.x E-platform for School Development & Accountability (ESDA) Version 4.3.x Administrator Manual September 2015 Page 1 Table of Contents ABOUT THIS MANUAL... 3 CHAPTER 1 : QUICK INSTALLATION OF ESDA ON WINDOWS

More information

NTT Web Hosting Service [User Manual]

NTT Web Hosting Service [User Manual] User Version 0.11 August 22, 2014 NTT Web Hosting Service [User Manual] Presented By: OAM Linux A NTT Communications (Thailand) CO., LTD. Table of Contents NTT Web Hosting Service [User Manual] 1 General...

More information

Installation, Configuration and Administration Guide

Installation, Configuration and Administration Guide Installation, Configuration and Administration Guide ehd10.0.1 everything HelpDesk Installation, Configuration and Administration Guide GroupLink Corporation 2013 GroupLink Corporation. All rights reserved

More information

INSTALLATION GUIDE VERSION

INSTALLATION GUIDE VERSION INSTALLATION GUIDE VERSION 4.1 2014 Copyright 2008 2014. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means electronic or mechanical, for any purpose

More information

Prerequisites and Configuration Guide

Prerequisites and Configuration Guide Prerequisites and Configuration Guide Informatica Support Console (Version 2.0) Table of Contents Chapter 1: Overview.................................................... 2 Chapter 2: Minimum System Requirements.................................

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

PHP+MYSQL, EASYPHP INSTALLATION GUIDE

PHP+MYSQL, EASYPHP INSTALLATION GUIDE PHP+MYSQL, EASYPHP INSTALLATION GUIDE EasyPhp is a tool to install and configure an Apache server along with a database manager, MySQL. Download the latest version from http://www.easyphp.org/ as seen

More information

Backup Exec 15. Quick Installation Guide

Backup Exec 15. Quick Installation Guide Backup Exec 15 Quick Installation Guide 21344987 Documentation version: 15 PN: 21344987 Legal Notice Copyright 2015 Symantec Corporation. All rights reserved. Symantec, the Symantec Logo, the Checkmark

More information

Mobility Services Platform 3.1.1 Software Installation Guide

Mobility Services Platform 3.1.1 Software Installation Guide Mobility Services Platform 3.1.1 Software Installation Guide Mobility Services Platform 3.1.1 Software Installation Guide 72E-100159-04 Revision D January 2008 2007 by Motorola, Inc. All rights reserved.

More information

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

More information

Online Backup Client User Manual Mac OS

Online Backup Client User Manual Mac OS Online Backup Client User Manual Mac OS 1. Product Information Product: Online Backup Client for Mac OS X Version: 4.1.7 1.1 System Requirements Operating System Mac OS X Leopard (10.5.0 and higher) (PPC

More information

Secure Messaging Server Console... 2

Secure Messaging Server Console... 2 Secure Messaging Server Console... 2 Upgrading your PEN Server Console:... 2 Server Console Installation Guide... 2 Prerequisites:... 2 General preparation:... 2 Installing the Server Console... 2 Activating

More information

SQL Server 2008 R2 Express Edition Installation Guide

SQL Server 2008 R2 Express Edition Installation Guide Hardware, Software & System Requirements for SQL Server 2008 R2 Express Edition To get the overview of SQL Server 2008 R2 Express Edition, click here. Please refer links given below for all the details

More information

My Monitor. Installation Guide. www.monitorbm.com

My Monitor. Installation Guide. www.monitorbm.com My Monitor Installation Guide www.monitorbm.com My Monitor Installation Guide Copyright 2014 Monitor Business Machines Ltd The software contains proprietary information of Monitor Business Machines Ltd.

More information

JAMF Software Server Installation Guide for Linux. Version 8.6

JAMF Software Server Installation Guide for Linux. Version 8.6 JAMF Software Server Installation Guide for Linux Version 8.6 JAMF Software, LLC 2012 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide is accurate.

More information

MySQL quick start guide

MySQL quick start guide R E S E L L E R S U P P O R T www.fasthosts.co.uk MySQL quick start guide This guide will help you: Add a MySQL database to your reseller account. Find your database. Add additional users. Use the MySQL

More information

FileMaker Server 14. FileMaker Server Help

FileMaker Server 14. FileMaker Server Help FileMaker Server 14 FileMaker Server Help 2007 2015 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

equate Installation QUICK START GUIDE

equate Installation QUICK START GUIDE equate Installation QUICK START GUIDE CONTENTS 1 Before You Begin 2 Server Installation 3 Server Configuration 3a Connecting to VirtueMart / Prestashop 4 Client Installation (Windows) 5 Client Installation

More information

Online Backup Linux Client User Manual

Online Backup Linux Client User Manual Online Backup Linux Client User Manual Software version 4.0.x For Linux distributions August 2011 Version 1.0 Disclaimer This document is compiled with the greatest possible care. However, errors might

More information

DSI File Server Client Documentation

DSI File Server Client Documentation Updated 11/23/2009 Page 1 of 10 Table Of Contents 1.0 OVERVIEW... 3 1.0.1 CONNECTING USING AN FTP CLIENT... 3 1.0.2 CONNECTING USING THE WEB INTERFACE... 3 1.0.3 GETTING AN ACCOUNT... 3 2.0 TRANSFERRING

More information

User Guide. DocAve Lotus Notes Migrator for Microsoft Exchange 1.1. Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration

User Guide. DocAve Lotus Notes Migrator for Microsoft Exchange 1.1. Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration User Guide DocAve Lotus Notes Migrator for Microsoft Exchange 1.1 Using the DocAve Notes Migrator for Exchange to Perform a Basic Migration This document is intended for anyone wishing to familiarize themselves

More information

Online Backup Client User Manual

Online Backup 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

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

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008.

To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server 2008. Znode Multifront - Installation Guide Version 6.2 1 System Requirements To install Multifront you need to have familiarity with Internet Information Services (IIS), Microsoft.NET Framework and SQL Server

More information

OpenCart. SugarCRM CE (Community Edition Only) Integration. Guide

OpenCart. SugarCRM CE (Community Edition Only) Integration. Guide OpenCart SugarCRM CE (Community Edition Only) Integration Guide By Lim Tee Chert 23 June 2012 (last updated on: 08 January 2015) http://www.cartbooks.com Purpose: This is A Release for OpenCart SugarCRM

More information

FileMaker Server 13. FileMaker Server Help

FileMaker Server 13. FileMaker Server Help FileMaker Server 13 FileMaker Server Help 2010-2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

Project management integrated into Outlook

Project management integrated into Outlook y Project management integrated into Outlook InLoox PM 7.x Help for the configuration for MySQL-Server An InLoox Whitepaper Published: October 2011 Copyright: InLoox GmbH 2011 You find up-to-date information

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

MySQL Quick Start Guide

MySQL Quick Start Guide Fasthosts Customer Support MySQL Quick Start Guide This guide will help you: Add a MySQL database to your account. Find your database. Add additional users. Use the MySQL command-line tools through ssh.

More information

StruxureWare Data Center Expert 7.2.4 Release Notes

StruxureWare Data Center Expert 7.2.4 Release Notes StruxureWare Data Center Expert 7.2.4 Release Notes Table of Contents Page # Part Numbers Affected...... 1 Minimum System Requirements... 1 New Features........ 1 Issues Fixed....3 Known Issues...3 Upgrade

More information

Installation Guide. Research Computing Team V1.9 RESTRICTED

Installation Guide. Research Computing Team V1.9 RESTRICTED Installation Guide Research Computing Team V1.9 RESTRICTED Document History This document relates to the BEAR DataShare service which is based on the product Power Folder, version 10.3.232 ( some screenshots

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

Synchronizer Installation

Synchronizer Installation Synchronizer Installation Synchronizer Installation Synchronizer Installation This document provides instructions for installing Synchronizer. Synchronizer performs all the administrative tasks for XenClient

More information

MAGENTO Migration Tools

MAGENTO Migration Tools MAGENTO Migration Tools User Guide Copyright 2014 LitExtension.com. All Rights Reserved. Magento Migration Tools: User Guide Page 1 Content 1. Preparation... 3 2. Setup... 5 3. Plugins Setup... 7 4. Migration

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

Reconfiguring VMware vsphere Update Manager

Reconfiguring VMware vsphere Update Manager Reconfiguring VMware vsphere Update Manager vsphere Update Manager 6.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a

More information

Installing The SysAidTM Server Locally

Installing The SysAidTM Server Locally Installing The SysAidTM Server Locally Document Updated: 17 October 2010 Introduction SysAid is available in two editions: a fully on-demand ASP solution and an installed, in-house solution for your server.

More information

Cloud Services ADM. Agent Deployment Guide

Cloud Services ADM. Agent Deployment Guide Cloud Services ADM Agent Deployment Guide 10/15/2014 CONTENTS System Requirements... 1 Hardware Requirements... 1 Installation... 2 SQL Connection... 4 AD Mgmt Agent... 5 MMC... 7 Service... 8 License

More information

Jim2 ebusiness Framework Installation Notes

Jim2 ebusiness Framework Installation Notes Jim2 ebusiness Framework Installation Notes Summary These notes provide details on installing the Happen Business Jim2 ebusiness Framework. This includes ebusiness Service and emeter Reads. Jim2 ebusiness

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

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 Guide: Delta Module Manager Launcher

Installation Guide: Delta Module Manager Launcher Installation Guide: Delta Module Manager Launcher Overview... 2 Delta Module Manager Launcher... 2 Pre-Installation Considerations... 3 Hardware Requirements... 3 Software Requirements... 3 Virtualisation...

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

StruxureWare Data Center Expert 7.2.1 Release Notes

StruxureWare Data Center Expert 7.2.1 Release Notes StruxureWare Data Center Expert 7.2.1 Release Notes Table of Contents Page # Part Numbers Affected...... 1 Minimum System Requirements... 1 New Features........ 1 Issues Fixed....2 Known Issues...2 Upgrade

More information

Online Backup Client User Manual

Online Backup Client User Manual For Mac OS X Software version 4.1.7 Version 2.2 Disclaimer This document is compiled with the greatest possible care. However, errors might have been introduced caused by human mistakes or by other means.

More information

EZblue BusinessServer The All - In - One Server For Your Home And Business

EZblue BusinessServer The All - In - One Server For Your Home And Business EZblue BusinessServer The All - In - One Server For Your Home And Business Quick Start Guide Version 3.11 1 2 3 EZblue Server Overview EZblue Server Installation EZblue Server Configuration 4 EZblue Magellan

More information

Installing, Uninstalling, and Upgrading Service Monitor

Installing, Uninstalling, and Upgrading Service Monitor CHAPTER 2 Installing, Uninstalling, and Upgrading Service Monitor This section contains the following topics: Preparing to Install Service Monitor, page 2-1 Installing Cisco Unified Service Monitor, page

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

Symantec Backup Exec 12.5 for Windows Servers. Quick Installation Guide

Symantec Backup Exec 12.5 for Windows Servers. Quick Installation Guide Symantec Backup Exec 12.5 for Windows Servers Quick Installation Guide 13897290 Installing Backup Exec This document includes the following topics: System requirements Before you install About the Backup

More information

TANDBERG MANAGEMENT SUITE 10.0

TANDBERG MANAGEMENT SUITE 10.0 TANDBERG MANAGEMENT SUITE 10.0 Installation Manual Getting Started D12786 Rev.16 This document is not to be reproduced in whole or in part without permission in writing from: Contents INTRODUCTION 3 REQUIREMENTS

More information

VERSION 9.02 INSTALLATION GUIDE. www.pacifictimesheet.com

VERSION 9.02 INSTALLATION GUIDE. www.pacifictimesheet.com VERSION 9.02 INSTALLATION GUIDE www.pacifictimesheet.com PACIFIC TIMESHEET INSTALLATION GUIDE INTRODUCTION... 4 BUNDLED SOFTWARE... 4 LICENSE KEY... 4 SYSTEM REQUIREMENTS... 5 INSTALLING PACIFIC TIMESHEET

More information

Omnistar Recruiter Install User Guide (Codelock)

Omnistar Recruiter Install User Guide (Codelock) Omnistar Recruiter Install User Guide (Codelock) I Omnistar Recruiter Install User Guide (Codelock) Table of Contents Foreword 0 Part I HOME 2 Part II Pre-installation 4 Part III Installation 7 Part IV

More information

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version

Site Store Pro. INSTALLATION GUIDE WPCartPro Wordpress Plugin Version Site Store Pro INSTALLATION GUIDE WPCartPro Wordpress Plugin Version WPCARTPRO INTRODUCTION 2 SYSTEM REQUIREMENTS 4 DOWNLOAD YOUR WPCARTPRO VERSION 5 EXTRACT THE FOLDERS FROM THE ZIP FILE TO A DIRECTORY

More information

42goISP Documentation

42goISP Documentation 42goISP Documentation 42goISP Documentation I Table of Contents General...1 1 What is 42goISP?...1 2 Terms and structure of the manual...1 3 Installation/Upgrade/Deinstallation...1 3.1 Installation...1

More information

Active Directory Management. Agent Deployment Guide

Active Directory Management. Agent Deployment Guide Active Directory Management Agent Deployment Guide Document Revision Date: June 12, 2014 Active Directory Management Deployment Guide i Contents System Requirements...1 Hardware Requirements...1 Installation...3

More information