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

Size: px
Start display at page:

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

Transcription

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

2 livesite: Web Site Content Management Server No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or information storage and retrieval systems - without the written permission of the publisher. Products that are referred to in this document may be either trademarks and/or registered trademarks of the respective owners. The publisher and the author make no claim to these trademarks. While every precaution has been taken in the preparation of this document, the publisher and the author assume no responsibility for errors or omissions, or for damages resulting from the use of information contained in this document or from the use of programs and source code that may accompany it. In no event shall the publisher and the author be liable for any loss of profit or any other commercial damage caused or alleged to have been caused directly or indirectly by this document. Last Update: February 2006

3 Contents I Table of Contents Part I Installation Guide 1 Part II Step 1 - Server Software 1 Part III Step 2 - livesite Software 6 Part IV Step 3 - Payment Gateway 7 Part V Installation Troubleshooting 8 Index 10 0 I

4 1 livesite: Web Site Content Management Server 1 Installation Guide livesite is a PHP/MySQL application that runs on almost any standard Web server running common operating system environments including Windows, Linux (we recommend Red Hat), FreeBSD, OpenBSD, NetBSD, Mac OS X, Solaris, and IBM AIX Server. The following Installation Guide will help you to get you web server environment configured and to get the livesite application on your Web server. Step 1 - Server Software (ISPs) This section of the Installation Guide assumes knowledge of system administration for your particular Web server and also assumes knowledge and experience installing and configuring Apache or IIS Web services, MySQL database services, and PHP application services. If you are installing livesite on a third-party web hosting account, your ISP should already have these services configured. Step 2 - livesite Software (Webmasters) This section of the Installation Guide assumes that you have setup a MySQL database, have enabled PHP, and know how to FTP files to your web server space. If you have this basic knowledge, this section will walk your thought the process of running the automated installation program to install livesite on your web space on your own web server or ISP web hosting account. Step 3 - Payment Gateway This section describes the optional setup of a payment gateway if you will be using the ecommerce Edition to process credit cards in real-time ("virtual swipe machine"). 2 Step 1 - Server Software This Section is for your ISP or your web server system administrator. If you have a PHP/MySQL web hosting account, then you may be able to skip this section. livesite depends on a Web Server that is already running Apache or IIS, MySQL, PHP, Zend Optimizer, and has access to outbound services. Since each Web server configuration is different, a detailed installation guide for these platform services is not possible, but we have listed some good Web sites were you can find that help. Since livesite was designed to run on the most common Web server environments, you can also have livesite hosted for you by Camelback or your ISP. If you would like to host your livesite but don't have the technical experience with installing, troubleshooting, or maintaining the platform services, please Contact us and we can help you for a nominal fee. Server Requirements livesite will run on any Windows or Linux Web server running PHP/MySQL, including most Web site hosting Accounts. Here are two common server configurations for livesite servers. There are many platforms including AS/400 and other versions of Linux that should work fine as well. Windows Server 2000/2003 Standard or ecommerce Edition 1 GHz+ CPU

5 Step 1 - Server Software MB+ RAM 10 GB+ Hard Drive (RAID recommended) Microsoft Windows Microsoft IIS Web Server (w/isapi Rewrite) OR Apache 1.3+ Web Server (w/ Mod_Rewrite) PHP * Application Server Zend Optimizer MySQL 3.* - 4.* Database Server Aspell (for spellchecker feature) SMTP Gateway (for outbound mail) Linux / Unix Servers Standard or ecommerce Edition 1GHz+ CPU 512 MB+ RAM 10 GB+ Hard Drive (RAID recommended) Apache 1.3+ Web Server (w/mod_rewrite) PHP * Application Server Zend Optimizer MySQL 3.* - 4.* Database Server Aspell (for spellchecker feature) SMTP Gateway (for outbound mail) NOTE: If you would like to process credit cards automatically (optional), livesite e-commerce Edition also requires: SSL Certificate (We recommend GeoTrust) Verisign PayFlow Pro Service A Merchant Account (ask your bank) Verisign Payflow Pro extension for PHP NOTE: Verisign PayFlow Pro extension for PHP does not work on Windows. Site Administrators Any Web browser supporting Javascript and cookies Site Managers Any Web browser supporting Javascript and cookies Site Designers Any HTML page and associated javascript, css, flash, animation, streaming audio and video media, and image files can be easily imported into livesite. No particular HTML authoring tool is required and FTP software is not necessary. Site Editors PC - MS Internet Explorer 6+ Web Browser OR Mozilla (Netscape) MAC Mozilla, Netscape, or Firefox Browser Site Visitors Any Web browser supporting Javascript and cookies Basic System Resource Requirements 10MB MySQL database space for most typical organizations

6 3 livesite: Web Site Content Management Server 10MB of Disk space for the application program itself 400MB+ file space for documents/images/etc uploads as needed Reference Sites Here are some good reference Web sites to help you install the platform service required before you can install livesite : Unix Web Servers: Windows Servers: MySQL Services Download: Windows Instructions: PHP Services Download: Windows Instructions: Web Services Apache Web Server (Unix/Windows) Download and install Apache: Windows Instructions: (or) IIS Web Server (Windows Only) Latest Instructions can be found at Microsoft.com. Zend Optimizer The Zend Optimizer is a free application that runs encoded PHP files and increases runtime performance up to 40%. It is required in order to run the livesite application on your Web server. Download: Instructions: Services

7 Step 1 - Server Software 4 livesite also sends notifications automatically for a variety of reasons such as new User passwords, Contact Form alerts, and order confirmations. For these reasons, you need to be sure that your Web server is configured with an outbound SMTP MTA (mail transfer agent) so that livesite can send outbound via PHP functions. Unix: Setup the MTA of your choice (i.e. Postfix). Windows: Setup the SMTP server in IIS. Add localhost to the list of domains that are allowed to relay mail. Aspell In order to use livesite's spellchecker, it is required that Aspell be installed. Unix: Aspell is normally installed by default in Unix, so you probably do not need to do anything. You can run the command, whereis aspell, to verify that it is installed. If it is not installed, please see Aspell's website, for information about installing Aspell. Windows: Please download and install the Aspell program and a dictionary program of your choice from One file should be the "Full installer" and the other file should be one of the "Precompiled dictionaries". If you are using IIS for your web server, you will need to give "Read & Execute" permissions to the cmd.exe file for the server's anonymous web user. Right-click on %systemroot%\system32\cmd.exe. Click on the Security tab. Add the anonymous web user (i.e. IUSR_[name]). Make sure that Read & Execute is checked under the Allow column. Click OK." MySQL Database Creation (Unix/Windows) The following example commands are used when configuring livesite on Red Hat Linux. Other Unix and Windows command prompts may vary. These instructions assume that your MySQL database is located on the same server as your livesite Web site ('localhost'). All commands listed below contain italicized words which should be replaced with your own information. Log into MySQL via console with your root Account: #mysql -uroot -ppassword -hlocalhost Create a database for livesite by entering the following command: mysql> CREATE DATABASE mylivesite; livesite will need to connect to the database in real-time each time a request for your Web site is made. To securely connect to the database, you need to create a database User and give User access rights to the database by entering the following command (replace italics text with your own information. replace "localhost" with the correct hostname if necessary): mysql > GRANT ALL PRIVILEGES ON mylivesite.* TO IDENTIFIED BY "mypassword"; If you are running MySQL 4.1 and PHP 4.* you will need to make a change to the way that your User's password is stored in MySQL, so PHP can successfully connect to it. This issue is caused by a change in the way that MySQL stores passwords in versions To do this, run the following command (replace italics text with your own information):

8 5 livesite: Web Site Content Management Server mysql> SET PASSWORD FOR = OLD_PASSWORD(' mypassword'); Web Server Configuration Apache (Unix or Windows) Using a text editor, make the following updates to the httpd.conf file (for Red Hat, this file is located in the /etc/httpd/conf/ directory). Add "index.php" as a default document: DirectoryIndex at_domains_index.html index.html index.html.var index.shtml index.cfm index.php Turn off AddDefaultCharset by updating the following line as follows: AddDefaultCharset Off You must now restart Apache to load the new settings. For Unix, enter "apachectl stop" and then "apachectl start" from the command line. For Windows, select restart by clicking on the Apache program in your system tray. IIS (Windows) Add index.php as default document in IIS properties for mydomain's Web site (Properties -> Documents -> Add). Download and install ISAPI_Rewrite ( You have a choice of ISAPI_Rewrite Full ($69) and ISAPI_Rewrite Lite (free). Either will work with livesite, however, if you run multiple Web sites with IIS, then you might want to consider buying ISAPI_Rewrite Full. With ISAPI_Rewrite Full, you will be able to limit the rewriting rules for livesite to a single Web site in IIS. With ISAPI_Rewrite Lite, the rewriting rules will apply to all Web sites in IIS. You now need to setup the ISAPI_Rewrite configuration file, httpd.ini. If you are using ISAPI_Rewrite Lite, place httpd.ini (from the "misc" directory in the livesite archive) in C:\Program Files\Helicon\ISAPI_Rewrite\ or wherever ISAPI_Rewrite is located. You will need to delete/overwrite the example httpd.ini file in that directory. If you are using ISAPI_Rewrite Full, place httpd.ini (from the "misc" directory in the livesite archive) in the Web root for the Web site that livesite will be running on. PHP Configuration (Unix/Windows) Edit the php.ini file to include the following settings. Some of these settings will need to be specifically updated, however others might already be set by default. Please verify each setting. (Make sure to remove the semicolon before settings in order to uncomment!) error_reporting = E_ALL & ~E_NOTICE upload_max_filesize = 100M

9 Step 1 - Server Software 6 post_max_size = 100M session.use_trans_sid = 0 register_globals = Off SMTP = localhost NOTE: For Windows installations, you may need to enter the hostname of your SMTP server instead of "localhost" for the SMTP=setting. safe_mode = off NOTE: Safe_mode must be turned off for the Spellchecker in livesite's WYSIWYG Page Editor to function properly. In order for the php.ini updates to take effect, you must restart your Web server. For Apache in Unix, enter "apachectl stop" and then "apachectl start" from the command line. For Apache in Windows, select restart by clicking on the Apache program in your system tray. For IIS, right-click on the Web site in IIS and choose "stop" and then "start". Congratulations! Your server is now ready for the livesite software installation! 3 Step 2 - livesite Software This Section is for web designers or webmasters. This section assumes that you have already set up a MySQL database, and have PHP enabled on your web server, and that you can FTP files to your web server. Once your Web server is up and running with the platform services from the previous Section, you are ready to begin the livesite software installation below. The following steps assume that you have: FTP access to your web server space (username and password) MySQL database created (database name, database username, database user password) Installing livesite 1) Download the livesite software from our website. All versions and templates are included on the downloadable ZIP file, located at: 2) Unzip the files (preserving their folder structure) to your desktop. 3) FTP (IN BINARY MODE) the contents of the "www" folder to your web root (i.e. www, htdocs, or etc.). Do NOT upload the "www" folder itself, only the contents. You must use BINARY TRANSFER MODE in your FTP client for livesite to work properly (do not use ASCII or Auto modes). Your FTP transfer window should look something like this after you have transferred the files (in Binary

10 7 livesite: Web Site Content Management Server Mode):.../livesite_software/www/livesite/... >>.../www/livesite/....../livesite_software/www/login/... >>.../www/login/....../livesite_software/www/index.php >>.../www/index.php.../livesite_software/www/.htaccess >>.../www/.htaccess 4) Now it's time to run the livesite Installation program. To run the livesite installation program, go to the URL below (replace " with your hostname): Follow the directions on the installation page and click [Install] to install livesite. 5) Now, you need to have your Web server point to your new livesite website. First, back up your existing default "index" file, by adding ".bak" to it's name. This file will be found in the root directory of your web server and is typically named index.htm (or index.html, default.htm, default.html, etc.). index.htm >> index.htm.bak Now your Web server will look for the index.php file (added by the livesite Installation Program) and run livesite for your website domain. Congratulations! Your livesite Content Management Server is now installed! 4 Step 3 - Payment Gateway This Section is for your server administrator, webmaster, and business manager. This is an optional feature of the livesite ecommerce Edition. Steps to Process Credit Cards in Real Time If you are going to process credit/debit card transactions in real-time with livesite ecommerce Edition, you will also need to configure your web server and livesite to manage the credit card transactions. This will allow you to turn your livesite into a sophisticated credit card "swipe" machine you see in stores and gas stations. Business Managers Sign up for VeriSign's Pay Flow Pro Service ( VeriSign is the only payment processor that has been approved by Camelback Web Architects for use with it's Products. Obtain a Internet Merchant Account for transaction deposits (available from your depository bank). Purchase a "Secure Server Certificate" (SSL Certificate) for your domain (i.e. mydomain.com). Your ISP may have an option to purchase and install this for you. We recommend GeoTrust.

11 Step 3 - Payment Gateway 8 System Administrators Connect to VeriSign's payment gateway. To do this, please make sure to enable support for Verisign Payflow Pro extension for PHP (See for instructions). Install a "Secure Server Certificate" (SSL Certificate) for your domain (i.e. mydomain.com). Webmasters Once these step are completed, you can configure livesite for e-commerce transactions. Login to livesite at: Click on the "Settings" link in the upper-right hand corner of the livesite Admin Panel. You will need to set a few of the properties on the Settings Page before Credit Card Processing will function correctly: E-Commerce Properties Use Merchant: If you are processing credit cards in real-time using VeriSign PayFlow Pro Service, select this checkbox so that livesite will send the transactions to the payment processor when the Preview Page is submitted successfully. Merchant Mode: Test: Select this option when you are using the Merchant Mode and you want to submit test orders using real credit card numbers. With this option, livesite will send the orders to the payment processor, but the card will NOT be charged. Live: Select this option after your testing of orders through the payment gateway are working correctly. Selecting this checkbox will charge the credit cards in real-time. Merchant Username: Merchant Password: Payment Processor Username (from VeriSign). This allows livesite to log into the payment gateway server and send transactions. Payment Processor Password (from VeriSign). This allows livesite to log into the payment gateway server and send transactions. 5 Installation Troubleshooting If you are having problems installing or using your livesite installation, here are some common issues and solutions. I am not able to access /pages and /files URLs running Apache on Unix or Windows. If you are not able to access /pages and /files URLs and you are running Apache on Unix or Windows, you might need to update the AllowOverride setting in the httpd.conf file. Update the setting as follows: AllowOverride All

12 9 livesite: Web Site Content Management Server Restart Apache. If that does not solve the problem, the mod_rewrite directives in the.htaccess file are not being applied. First, verify that there is a file named.htaccess in the root directory of your Web server. This file is included with the livesite software. If that file is found, then the problem is probably caused by mod_rewrite not working for some reason. Contact your Server Administrator or ISP and ask them to make sure the mod_rewrite apache module is installed and working. Generally, the mod_rewrite module is enabled by default with Apache installations so usually this is not the problem.

13 Index 10 Index - M - Merchant Account 7 Merchant Mode 7 Merchant Password 7 Merchant Username 7 - P - Pay Flow Pro service 7 payment gateway 7 - S - Secure Server Certificate 7 Server Requirements 1 SSL Certificate 7 - U - Use Merchant 7 - V - VeriSign 7

14

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

What will be supplied with chemoventory package?

What will be supplied with chemoventory package? Requirements... 1 What will be supplied with chemoventory package?... 1 Files structure of /chemoventory... 2 Download PHP, MySQL and Zend optimizer programs... 3 Apache Installation... 3 Apache installation

More information

AJ Matrix V5. Installation Manual

AJ Matrix V5. Installation Manual AJ Matrix V5 Installation Manual AJ Square Consultancy Services (p) Ltd., The Lord's Garden, #1-12, Vilacheri Main Road, Vilacheri, Madurai-625 006.TN.INDIA, Ph:+91-452-3917717, 3917790. Fax : 2484600

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

Lesson 7 - Website Administration

Lesson 7 - Website Administration Lesson 7 - Website Administration If you are hired as a web designer, your client will most likely expect you do more than just create their website. They will expect you to also know how to get their

More information

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

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

Heroix Longitude Quick Start Guide V7.1

Heroix Longitude Quick Start Guide V7.1 Heroix Longitude Quick Start Guide V7.1 Copyright 2011 Heroix 165 Bay State Drive Braintree, MA 02184 Tel: 800-229-6500 / 781-848-1701 Fax: 781-843-3472 Email: support@heroix.com Notice Heroix provides

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

Getting Started Guide for FTP

Getting Started Guide for FTP Edition 1.0 Getting Started Guide for FTP What is FTP? FTP (File Transfer Protocol) is a standard procedure for moving files between two computers over the internet. FTP is commonly used to upload/download

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

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

ClickCartPro Software Installation README

ClickCartPro Software Installation README ClickCartPro Software Installation README This document outlines installation instructions for ClickCartPro Software. SOFTWARE REQUIREMENTS The following requirements must be met by the webserver on which

More information

Secure Agent Quick Start for Windows

Secure Agent Quick Start for Windows Secure Agent Quick Start for Windows 1993-2015 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

Getting Started with PRTG Network Monitor 2012 Paessler AG

Getting Started with PRTG Network Monitor 2012 Paessler AG Getting Started with PRTG Network Monitor 2012 Paessler AG All rights reserved. No parts of this work may be reproduced in any form or by any means graphic, electronic, or mechanical, including photocopying,

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

More information

Enterprise Manager. Version 6.2. Installation Guide

Enterprise Manager. Version 6.2. Installation Guide Enterprise Manager Version 6.2 Installation Guide Enterprise Manager 6.2 Installation Guide Document Number 680-028-014 Revision Date Description A August 2012 Initial release to support version 6.2.1

More information

Digital Downloads Pro

Digital Downloads Pro Digital Downloads Pro [Install Manual] Start Requirements Install What s New About Created: 24/09/2014 By: wojoscripts.com http://wojoscripts.com/ddp/ Thank you for your purchase! If you have any questions

More information

Installation Instructions

Installation Instructions WampServer Installation Instructions The Web pages that students create in CIT 173 PHP Programming contain code that must be processed by a Web server. It isn t possible to open PHP files directly using

More information

http://docs.trendmicro.com

http://docs.trendmicro.com Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the product, please review the readme files,

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

Universal Management Service 2015

Universal Management Service 2015 Universal Management Service 2015 UMS 2015 Help All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording,

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide April 2005 Part Number 132-00001-001, Version 1.0 Copyright Notice Copyright 2005 LifeSize Communications. All rights reserved. LifeSize Communications has made every

More information

ARIS Education Package Process Design & Analysis Installation Guide. Version 7.2. Installation Guide

ARIS Education Package Process Design & Analysis Installation Guide. Version 7.2. Installation Guide ARIS Education Package Process Design & Analysis Installation Guide Version 7.2 Installation Guide March 2012 This publication is protected by international copyright law. All rights reserved. No part

More information

Quick Start Guide for VMware and Windows 7

Quick Start Guide for VMware and Windows 7 PROPALMS VDI Version 2.1 Quick Start Guide for VMware and Windows 7 Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the

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

HOW TO SETUP AN APACHE WEB SERVER AND INTEGRATE COLDFUSION

HOW TO SETUP AN APACHE WEB SERVER AND INTEGRATE COLDFUSION HOW TO SETUP AN APACHE WEB SERVER AND INTEGRATE COLDFUSION Draft version 1.0 July 15 th 2010 Software XAMPP is an open source package designed to take almost all the work out of setting up and integrating

More information

Signiant Agent installation

Signiant Agent installation Signiant Agent installation Release 11.3.0 March 2015 ABSTRACT Guidelines to install the Signiant Agent software for the WCPApp. The following instructions are adapted from the Signiant original documentation

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

VMware vcenter Support Assistant 5.1.1

VMware vcenter Support Assistant 5.1.1 VMware vcenter.ga September 25, 2013 GA Last updated: September 24, 2013 Check for additions and updates to these release notes. RELEASE NOTES What s in the Release Notes The release notes cover the following

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

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 an open source version of MateCat

Installing an open source version of MateCat Installing an open source version of MateCat This guide is meant for users who want to install and administer the open source version on their own machines. Overview 1 Hardware requirements 2 Getting started

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

JAMF Software Server Installation and Configuration Guide for Windows. Version 9.3

JAMF Software Server Installation and Configuration Guide for Windows. Version 9.3 JAMF Software Server Installation and Configuration Guide for Windows Version 9.3 JAMF Software, LLC 2014 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this

More information

Getting started with PrestaShop 1.4

Getting started with PrestaShop 1.4 Getting started with PrestaShop 1.4 Whether you are a computer expert or a novice, the PrestaShop e- Commerce solution lets you take any business online. Since PrestaShop can be accessed from any computer

More information

How To Set Up A Webhosting Website On Windstream.Com

How To Set Up A Webhosting Website On Windstream.Com E-commerce Web Hosting Package Welcome To Your Windstream Hosting Service! We are pleased you have chosen us as your solutions provider to help your business become even more successful. We recognize your

More information

OpenEyes - Windows Server Setup. OpenEyes - Windows Server Setup

OpenEyes - Windows Server Setup. OpenEyes - Windows Server Setup OpenEyes - Windows Server Setup Editors: G W Aylward Version: 0.9: Date issued: 4 October 2010 1 Target Audience General Interest Healthcare managers Ophthalmologists Developers Amendment Record Issue

More information

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) (

How To Set Up Safetica Insight 9 (Safetica) For A Safetrica Management Service (Sms) For An Ipad Or Ipad (Smb) (Sbc) (For A Safetaica) ( SAFETICA INSIGHT INSTALLATION MANUAL SAFETICA INSIGHT INSTALLATION MANUAL for Safetica Insight version 6.1.2 Author: Safetica Technologies s.r.o. Safetica Insight was developed by Safetica Technologies

More information

formerly Help Desk Authority 9.1.3 Upgrade Guide

formerly Help Desk Authority 9.1.3 Upgrade Guide formerly Help Desk Authority 9.1.3 Upgrade Guide 2 Contacting Quest Software Email: Mail: Web site: info@quest.com Quest Software, Inc. World Headquarters 5 Polaris Way Aliso Viejo, CA 92656 USA www.quest.com

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

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

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

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010

Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 Setting Up a Unisphere Management Station for the VNX Series P/N 300-011-796 Revision A01 January 5, 2010 This document describes the different types of Unisphere management stations and tells how to install

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

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

Quick Start Guide for Parallels Virtuozzo

Quick Start Guide for Parallels Virtuozzo PROPALMS VDI Version 2.1 Quick Start Guide for Parallels Virtuozzo Rev. 1.1 Published: JULY-2011 1999-2011 Propalms Ltd. All rights reserved. The information contained in this document represents the current

More information

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.2

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.2 JAMF Software Server Installation and Configuration Guide for OS X Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

v6.1 Websense Enterprise Reporting Administrator s Guide

v6.1 Websense Enterprise Reporting Administrator s Guide v6.1 Websense Enterprise Reporting Administrator s Guide Websense Enterprise Reporting Administrator s Guide 1996 2005, Websense, Inc. All rights reserved. 10240 Sorrento Valley Rd., San Diego, CA 92121,

More information

What is Aconex Local Copy? Controlling Access to a Datastore Hardware Requirements Software Requirements Installing Aconex Local Copy Troubleshooting

What is Aconex Local Copy? Controlling Access to a Datastore Hardware Requirements Software Requirements Installing Aconex Local Copy Troubleshooting Version 1.6 1 1 1 2 2 8 8 9 9 9 What is Aconex Local Copy? Controlling Access to a Datastore Hardware Requirements Software Requirements Installing Aconex Local Copy Troubleshooting your Installation Managing

More information

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.0

JAMF Software Server Installation and Configuration Guide for OS X. Version 9.0 JAMF Software Server Installation and Configuration Guide for OS X Version 9.0 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

This Deployment Guide is intended for administrators in charge of planning, implementing and

This Deployment Guide is intended for administrators in charge of planning, implementing and YOUR AUTOMATED EMPLOYEE Foxtrot Deployment Guide Enterprise Edition Introduction This Deployment Guide is intended for administrators in charge of planning, implementing and maintaining the deployment

More information

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.2

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.2 JAMF Software Server Installation and Configuration Guide for Linux Version 9.2 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

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

VIP Help Desk Web Application User Guide Version 3.0

VIP Help Desk Web Application User Guide Version 3.0 1 VIP Help Desk Web Application User Guide Version 3.0 2 Table of Contents-... New Features of VIP Help Desk 3.0 New features of Admin panel New features of Operator panel New features of User panel How

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

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

2004-2014 Simbirsk Technologies Ltd.

2004-2014 Simbirsk Technologies Ltd. Multi-Vendor Installation Guide 2 Multi-Vendor Installation Guide 1. System Requirements Web server environment Multi-Vendor is developed to meet most server configurations ranging from shared hosting

More information

Verax Service Desk Installation Guide for UNIX and Windows

Verax Service Desk Installation Guide for UNIX and Windows Verax Service Desk Installation Guide for UNIX and Windows March 2015 Version 1.8.7 and higher Verax Service Desk Installation Guide 2 Contact Information: E-mail: sales@veraxsystems.com Internet: http://www.veraxsystems.com/

More information

MaaS360 Mobile Enterprise Gateway

MaaS360 Mobile Enterprise Gateway MaaS360 Mobile Enterprise Gateway Administrator Guide Copyright 2014 Fiberlink, an IBM Company. All rights reserved. Information in this document is subject to change without notice. The software described

More information

www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013

www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013 www.novell.com/documentation Server Installation ZENworks Mobile Management 2.7.x August 2013 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this

More information

RBackup Server Installation and Setup Instructions and Worksheet. Read and comply with Installation Prerequisites (In this document)

RBackup Server Installation and Setup Instructions and Worksheet. Read and comply with Installation Prerequisites (In this document) RBackup Server Installation and Setup Instructions and Worksheet Fill out the Installation Worksheet. (In this document) Read and comply with Installation Prerequisites (In this document) Review the Partner

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

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

Rally Installation Guide

Rally Installation Guide Rally Installation Guide Rally On-Premises release 2015.1 rallysupport@rallydev.com www.rallydev.com Version 2015.1 Table of Contents Overview... 3 Server requirements... 3 Browser requirements... 3 Access

More information

CEFNS Web Hosting a Guide for CS212

CEFNS Web Hosting a Guide for CS212 CEFNS Web Hosting a Guide for CS212 INTRODUCTION: TOOLS: In CS212, you will be learning the basics of web development. Therefore, you want to keep your tools to a minimum so that you understand how things

More information

What is WS_FTP Server Web Transfer Module?...1 System Requirements...2. What is WS_FTP Server Web Transfer Module?

What is WS_FTP Server Web Transfer Module?...1 System Requirements...2. What is WS_FTP Server Web Transfer Module? CHAPTER 1 Introduction In This Chapter What is WS_FTP Server Web Transfer Module?...1 System Requirements...2 What is WS_FTP Server Web Transfer Module? WS_FTP Server Web Transfer Module is a web application

More information

GFI Product Manual. Web security, monitoring and Internet access control. Administrator Guide

GFI Product Manual. Web security, monitoring and Internet access control. Administrator Guide GFI Product Manual Web security, monitoring and Internet access control Administrator Guide The information and content in this document is provided for informational purposes only and is provided "as

More information

Apache Server Implementation Guide

Apache Server Implementation Guide Apache Server Implementation Guide 340 March Road Suite 600 Kanata, Ontario, Canada K2K 2E4 Tel: +1-613-599-2441 Fax: +1-613-599-2442 International Voice: +1-613-599-2441 North America Toll Free: 1-800-307-7042

More information

Ensim WEBppliance 3.0 for Windows (ServerXchange) Release Notes

Ensim WEBppliance 3.0 for Windows (ServerXchange) Release Notes Ensim WEBppliance 3.0 for Windows (ServerXchange) Release Notes May 07, 2002 Thank you for choosing Ensim WEBppliance 3.0 for Windows. This document includes information about the following: About Ensim

More information

How To Use Senior Systems Cloud Services

How To Use Senior Systems Cloud Services Senior Systems Cloud Services In this guide... Senior Systems Cloud Services 1 Cloud Services User Guide 2 Working In Your Cloud Environment 3 Cloud Profile Management Tool 6 How To Save Files 8 How To

More information

User Manual. (updated December 15, 2014) Information in this document is subject to change without notice.

User Manual. (updated December 15, 2014) Information in this document is subject to change without notice. User Manual (updated December 15, 2014) Information in this document is subject to change without notice. Copyright 2013-2014, Exacq Technologies, Inc. All rights reserved. Exacq Technologies is a trademark

More information

BillQuick Agent 2010 Getting Started Guide

BillQuick Agent 2010 Getting Started Guide Time Billing and Project Management Software Built With Your Industry Knowledge BillQuick Agent 2010 Getting Started Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support: (310)

More information

HP AppPulse Active. Software Version: 2.2. Real Device Monitoring For AppPulse Active

HP AppPulse Active. Software Version: 2.2. Real Device Monitoring For AppPulse Active HP AppPulse Active Software Version: 2.2 For AppPulse Active Document Release Date: February 2015 Software Release Date: November 2014 Legal Notices Warranty The only warranties for HP products and services

More information

CompleteView Admin Console Users Guide. Version 3.0.0 Revised: 02/15/2008

CompleteView Admin Console Users Guide. Version 3.0.0 Revised: 02/15/2008 CompleteView Admin Console Users Guide Version 3.0.0 Revised: 02/15/2008 Table Of Contents Configuration... 3 Starting the Admin Console... 3 Adding a Server... 4 Monitoring Server Status... 6 Menus...

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

Alert Notification of Critical Results (ANCR) Public Domain Deployment Instructions

Alert Notification of Critical Results (ANCR) Public Domain Deployment Instructions Alert Notification of Critical Results (ANCR) Public Domain Deployment Instructions Server Prerequisites Internet Information Server (IIS). It may be enabled in Windows Features (see Enabling IIS section).

More information

BaseManager & BACnet Manager VM Server Configuration Guide

BaseManager & BACnet Manager VM Server Configuration Guide BaseManager & BACnet Manager VM Server Configuration Guide For Self-Hosted BaseManager & BACnet Manager Servers Deployed as Virtual Machines August 27, 2015 Customer Service 1-866-294-5847 i Baseline Inc.

More information

Installing Management Applications on VNX for File

Installing Management Applications on VNX for File EMC VNX Series Release 8.1 Installing Management Applications on VNX for File P/N 300-015-111 Rev 01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright

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

User Guide Zend Server Community 4.0.3

User Guide Zend Server Community 4.0.3 User Guide Zend Server Community 4.0.3 By Zend Technologies www.zend.com Table of Contents Abstract... 1 Password Management... 1 Support... 2 Zend Support Center... 2 Administration Interface... 3 General

More information

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.0

JAMF Software Server Installation and Configuration Guide for Linux. Version 9.0 JAMF Software Server Installation and Configuration Guide for Linux Version 9.0 JAMF Software, LLC 2013 JAMF Software, LLC. All rights reserved. JAMF Software has made all efforts to ensure that this guide

More information

StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core

StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright 2008-2011. All rights reserved.

More information

Getting Started with Dynamic Web Sites

Getting Started with Dynamic Web Sites PHP Tutorial 1 Getting Started with Dynamic Web Sites Setting Up Your Computer To follow this tutorial, you ll need to have PHP, MySQL and a Web server up and running on your computer. This will be your

More information

iscripts Backuper 2009 iscripts

iscripts Backuper 2009 iscripts iscripts Backuper About iscripts Backuper by iscripts iscripts has been offering online data backup for consumers over two years under the brand Backup2net. We have decided to enhance our current solution

More information

Administrator s User Manual for OrangeHRM Version 3.0

Administrator s User Manual for OrangeHRM Version 3.0 Administrator s User Manual for OrangeHRM Version 3.0 All Rights Reserved. Published in the United States of America. This publication is protected by copyright, and permission must be obtained from the

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

Release Date May 10, 2011. Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA

Release Date May 10, 2011. Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Adeptia Suite 5.2 Installation Guide Release Date May 10, 2011 Adeptia Inc. 443 North Clark Ave, Suite 350 Chicago, IL 60654, USA Copyright Copyright 2000-2010 Adeptia, Inc. All rights reserved. Trademarks

More information

Request Manager Installation and Configuration Guide

Request Manager Installation and Configuration Guide Request Manager Installation and Configuration Guide vcloud Request Manager 1.0.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

Lepide Active Directory Self Service. Configuration Guide. Follow the simple steps given in this document to start working with

Lepide Active Directory Self Service. Configuration Guide. Follow the simple steps given in this document to start working with Lepide Active Directory Self Service Configuration Guide 2014 Follow the simple steps given in this document to start working with Lepide Active Directory Self Service Table of Contents 1. Introduction...3

More information

Installation Notes for Outpost Network Security (ONS) version 3.2

Installation Notes for Outpost Network Security (ONS) version 3.2 Outpost Network Security Installation Notes version 3.2 Page 1 Installation Notes for Outpost Network Security (ONS) version 3.2 Contents Installation Notes for Outpost Network Security (ONS) version 3.2...

More information

NetIQ Sentinel 7.0.1 Quick Start Guide

NetIQ Sentinel 7.0.1 Quick Start Guide NetIQ Sentinel 7.0.1 Quick Start Guide April 2012 Getting Started Use the following information to get Sentinel installed and running quickly. Meeting System Requirements on page 1 Installing Sentinel

More information

Installation Guide. Understanding Faith 2014 Intranet. Understanding Faith

Installation Guide. Understanding Faith 2014 Intranet. Understanding Faith Installation Guide Understanding Faith 2014 Intranet Understanding Faith ABSTRACT This software manual documents Understanding Faith, the comprehensive and interactive multimedia resource for religious

More information

Product Guide Revision A. McAfee Web Reporter 5.2.1

Product Guide Revision A. McAfee Web Reporter 5.2.1 Product Guide Revision A McAfee Web Reporter 5.2.1 COPYRIGHT Copyright 2012 McAfee, Inc. Do not copy without permission. TRADEMARK ATTRIBUTIONS McAfee, the McAfee logo, McAfee Active Protection, McAfee

More information

How to Configure edgebox as a Web Server

How to Configure edgebox as a Web Server intelligence at the edge of the network www.critical-links.com edgebox V4.5 Introduction: The Web Server panel allows the simple creation of multiple web sites using the Apache web server. Each website

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

Charter Business Desktop Security Administrator's Guide

Charter Business Desktop Security Administrator's Guide Charter Business Desktop Security Administrator's Guide Table of Contents Chapter 1: Introduction... 4 Chapter 2: Getting Started... 5 Creating a new user... 6 Recovering and changing your password...

More information

MaaS360 Mobile Enterprise Gateway

MaaS360 Mobile Enterprise Gateway MaaS360 Mobile Enterprise Gateway Administrator Guide Copyright 2013 Fiberlink Communications Corporation. All rights reserved. Information in this document is subject to change without notice. The software

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

ivms-5200 Professional Web Manager User Manual

ivms-5200 Professional Web Manager User Manual ivms-5200 Professional Web Manager User Manual UD.6L0202D1651A01 Hikvision ivms-5200 Professional Web Manager User Manual This manual, as well as the software described in it, is furnished under license

More information