MASCH CM Studio Installation on a Linux Server. For a quick start! (Example based on Suse Linux Enterprise Server 11.1)

Size: px
Start display at page:

Download "MASCH CM Studio Installation on a Linux Server. For a quick start! (Example based on Suse Linux Enterprise Server 11.1)"

Transcription

1 Installation on a Linux Server (Example based on Suse Linux Enterprise Server 11.1) For a quick start!

2 Copyright September : OOO MASCH Russland Software & Consulting Services St. Petersburg 4 th Release published in 2013 This document was created before releasing the product. Therefore there is no guaranty that all parts described hereto will correspond to parts of the final product release. The information provided in this document represents the topics from OOO MASCH Russland s point of view when publishing the final product release. As OOO MASCH Russland is subject to market fluctuations, it declines all responsibility. The information accuracy in this document cannot be guaranteed by OOO MASCH Russland after published. The information in this document applies to the present release and can be used only for installing. This information can be changed at any time without prior notification. The present document can be used only for information purposes. OOO MASCH RUSSLAND EXCLUDES ANY GUARANTEE EXPRESSED DIRECTLY OR INDIRECTLY TO THE PRESENT DOCUMENT OOO MASCH Russland Software & Consulting Services. Copyright. All products or companies names mentioned in this document are registered trademarks of their owners. OOO MASCH Russland Software and Consulting Services" Izmailovskyi Prospect 22a St. Petersburg, Russia Seite 2/15

3 Introduction This documentation gives the overview on the installation of the MASCH CM Studio 2012 on a Linux Server using the SuSE Linux Enterprise Server 11.1 for example. The following system requirements should be met: Apache from Version 2.2.x PHP 5.2.x (Version 5.3.x is not suitable because of missing Zend Optimizer) MySQL 5.0.x Mail-Server with SMTP functionality, which allows relaying. All this packages are already available in the Linux Distributive and can be installed either by the installation of the Linux operating system or later over the option Install Software. Seite 3/15

4 Installation of the required Software for MASCH CM Studio under Linux Server Operating System 1. Apache WEB Server Ensure that the following components are installed on your Linux Server. If they are not selected, select then and close the dialog with the button Apply. The Apache WEB server must be started or re-started after the successful installation of the components. For that, go into the After successful installation of the components shown here, the Apache web server must be started or restarted. Please change to the terminal mode to the start-execution. Please log in as root 'user in the terminal. You can do this with the following command: # su root passwort # {Now enter the password } Attention! Shown here, # 'represents the command prompt of the terminal and does not belong to your input! Following commands to start and stop the Apache web server are available: /usr/sbin/apache2ctl stop /usr/sbin/apache2ctl start /usr/sbin/apache2ctl restart Please note that in other Linux versions can distinguish both the paths and the command commands. Seite 4/15

5 2. PHP 5.2.x Ensure that the following components are installed on your Linux Server. If they are not selected, select then and close the dialog with the button Apply. Please note that you must use the version of PHP 5.2.x. Under the version 5.3.x PHP, the CM Studio application will not run without the support of the special MASCH support, since there is no Zend Optimizer for this version as the "out-of-the-box" solution for any Apache / PHP. When shown above software components are installed successfully, you must modify some PHP configuration parameters. Open the config file PHP.INI with a text editor and make the appropriate changes. This can easily be done with the following Terminal command: vi /etc/php5/apache2/php.ini Please note that in other Linux versions can distinguish both the paths and the command commands. The file is opened in VI editor. Please press the button 'i' to enter insert mode. In insert mode, you can make the necessary changes. When you are finished, press the 'Esc' key to exit insert mode. With the command :wq You write the changes to the file and exit the VI editor. Seite 5/15

6 The following parameters must be adjusted: upload_max_filesize post_max_size max_execution_time max_input_time memory_limit mysql.default_socket upload_max_filesize : post_max_size max_execution_time max_input_time memory_limit Please change it to 200M. Please change it to 200M. Please change it to 2000 (Seconds). Please change it to 2000 (Seconds). Please change it to 512M. After that, the Apache web server must be started or restarted. You can also perform in the terminal. Please sign up as again as, root 'user in the terminal if you have not already. The following commands are available: /usr/sbin/apache2ctl stop /usr/sbin/apache2ctl start /usr/sbin/apache2ctl restart Please note that in other Linux versions can distinguish both the paths and the command commands. Seite 6/15

7 3. PHP ZEND Optimizer The ZEND Optimzer is required to make the encrypted files of CM Studio application running. The ZEND Optimzer is not included with a Linux operating system and must be downloaded separately and installed. Masch recommends using PHP 5.2.x on Linux, since the CM Studio applications are delivered as compiled and encrypted code. Under the version 5.3.x PHP, the CM Studio application will not run without the support of the special MASCH support, since there is no Zend Optimizer for this version as the "out-of-the-box" solution for any Apache / PHP. If it is not possible for you to get PHP 5.2.x on your server running, please contact our support at If you have a PHP 5.2.x installation, we explain here the installation procedure based on the example of in the SuSE Linux Enterprise Server Version For other Linux variants, the paths and names of config files may differ. 1. Start the Terminal 2. You are at the prompt (#) of the terminal, please make sure that you are as 'root' user in the terminal! If you are not logged in as' root'user, you can login with the commands: # su root accordingly and password! 3. Go to the temp directory: # cd /tmp 4. Now, You have to download the Zend Optimizer : o If you are using 32 bit Linux Version, then use the following command: # wget o If you are using 64 bit Linux Version, then use the following command: # wget 5. Extract the Download-File: o 32-Bit Version: # tar -xzf ZendOptimizer linux-glibc23-i386.tar.gz o 64 bit Version: # tar -xzf ZendOptimizer linux-glibc23-x86_64.tar.gz Seite 7/15

8 6. Go to the Optimizer directory: o 32-Bit Version: # cd ZendOptimizer linux-glibc23-i386 o 64-Bit Version: # cd ZendOptimizer linux-glibc23-x86_64 7. Now, create the reuired directories: 1. # mkdir /usr/local/zend 2. # mkdir /usr/local/zend/lib Copy the SO-file of the ZEND Optimizer: # cp -rfv data/5_2_x_comp/zendoptimizer.so /usr/local/zend/lib You have to enter some configuration lines into the PHP.INI file. Use the VI editor for that : # vi /etc/php5/apache2/php.ini Enter the following lines at the end of PHP.INI: [Zend] zend_extension=/usr/local/zend/lib/zendoptimizer.so 11. Then, restart the Apache WEB Server with the following command: # /usr/sbin/apache2ctl restart Please note that in other Linux versions can distinguish both the paths and the command commands. Seite 8/15

9 5. MySQL Database Server A MySQL database is required to store the data of the CM Studio application. Ensure that the following components are installed on your Linux Server. If they are not selected, select then and close the dialog with the button Apply. After that, the MySQL server must be started or restarted. You can do that in the terminal modus. The following commands are available for that: /etc/init.d/mysql stop /etc/init.d/mysql start /etc/init.d/mysql restart Please note that in other Linux versions can distinguish both the paths and the command commands. Now, the MySQL server is running. The password for the root User must be defined. Per default, the root user does not have a password. This is not acceptable by PHP due to the security reasons. Seite 9/15

10 Use the terminal and execute the following commands: (You can see the results on the given screenshots) 1. mysql -u root 2. use mysql 3. update user set password=password('ihr Passwort') where user='root'; 4. flush privileges; 5. exit Now, check whether the password change took effect. Try to login to the MySQL with the following command: mysql -u root -p If the MySQL Server let you login, all was OK and you can exit the MySQL console with exit. Seite 10/15

11 6. Installation of MASCH CM Studio 2012 Please click with the right mouse on the downloaded archive: cmstudio_xxxxxxx_linux_xxxx.zip and use the extraction functionality of the Linux operating system: The contents is extracted tot he directory with the same name as that of the ZIP archive. This directory contains the Manuals, application files and the installer. Please read the manual carefully. The files: check.php installer.php cmstudio_setup.zip must be copied tot he document root of the Apache WEB Server. Since the document directory resides in the system area, you cannot do it with the usual file manager of the Linux Server. Use again the terminal for that to execute the copy command. The document directory is found in: /srv/www/htdocs Please note that in other Linux versions can distinguish both the paths and the command commands. Seite 11/15

12 The copy commands are: cp /<pfad>/cmstudio_xxxxxxx_linux_xxx/check.php /srv/www/htdocs cp /<pfad>/ cmstudio_xxxxxxx_linux_xxx/installer.php /srv/www/htdocs cp /<pfad>/ cmstudio_xxxxxxx_linux_xxx/cmstudio_setup.zip /srv/www/htdocs Now, we are ready with the preparation and can start the installation of the MASCH CM Studio The file check.php is used for checking of the technical requirements. The file installer.php is used for extraction of the application files, that resides in the archive cmstudio_setup.zip. Trough that approach, you ensure that the owner of the extracted files is the user, which is used to run Apache WEB Server, so that no problems with the access right should arise.. Open in your browser the following address: If you start the installation from another computer, use the following address: If you are using another port than 80, use the following address: You should see the following results of checking: Seite 12/15

13 Now start the file installer.php : You may receive the following error message: The installer has no write access to the application directory: /srv/www/htdocs Give the write access to the Apache user on this directory. This must be done for the following reason: The owner of the htdocs is the root user. The Apache WEB Server is however running under wwwrun. The user wwwrun must have the write access to this directory. The simple way to do this is: Execute this command in the terminal. chmod 0777 /srv/www/htdocs 0777 allows full access for all. Please contact your system administrator, who can set the permissions according to the security policy of your server accurately. Please note that name of the Apache user may vary on different Linux Versions. Run the installer file again. The error message should not occur anymore and the installation can proceed. Follow the instructions within the CM Studio installation, for more detailed information on the general installation refer to the attached CM Studio Installation Guide. Seite 13/15

14 9. Creation of the observation job (only for CM Studio.E-ARCHIVE and CM Studio.DMS-SERVER) Some products of the CM Studio Server have a monitoring script, which can observe external sources like FTP server or File Server and import the documents from there into the corresponding archive. The script consists oft wo files: /srv/www/htdocs/modules/dms-archives/check_for_new.php /srv/www/htdocs/modules/dms-archives/check_for_new.sh These files must be adjusted after installation. Open the file check_for_new.php in the VI Editor with the following command: Change the line to or vi /srv/www/htdocs/modules/dms-archives/check_for_new.php $DMS_HOST = " your host in check_for_new.php}/"; $DMS_HOST = " Host>/"; $DMS_HOST = " Host>:81/"; If the port is not 80, but, for example, 81. Then, save the changes. Open the file check_for_new.sh in VI Editor with the following command: vi /srv/www/htdocs/modules/dms-archives/check_for_new.sh delete the contents oft he file and enter the following line: php -c /etc/php5/apache2 -f /srv/www/htdocs/modules/dms-archives/check_for_new.php > /srv/www/htdocs/modules/dms-archives/logs/`date +%H.%M.%S`.log Then, save the changes. Seite 14/15

15 The monitoring script should be periodically executed every X minutes. We recommend the CRON scheduler for that. The CRON Scheduler can be managed over the terminal. In this context, we have to point out an important security aspect. As mentioned above, the Apache process runs under the user "wwwrun". The imported documents must be writable for that user. The best way to do this is to run the monitoring script from this user "wwwrun". In that case, he is the owner of the documents. The script check_for_new.sh may not be allowed to execute per default. You must give the user wwwrun the execution rights on it.. The simple way to do this is: chmod 0777 /srv/www/htdocs/modules/dms-archives/check_for_new.sh This command must be run from the console allows full access for all. Please contact your system administrator, who can set the permissions according to the security policy of your server accurately. After that, the script "check_for_new.sh" can be referenced from the CRON scheduler. To do this, enter the following command in the console: crontab -u wwwrun -e The VI editor opens the file. Switch to the insert modus and enter the following: */1 * * * * /srv/www/htdocs/modules/dms-archives/check_for_new.sh */1 means that the script should be executed every 1 minute. Press the ESC button to leave the insert modus. Enter the command: :wq to save the changes and exit the editor. Now, MASCH CM Studio 2012 is completely installed. Use the Online Help to get familiar with the application. Seite 15/15

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

How to Install SMTPSwith Mailer on Centos Server/VPS

How to Install SMTPSwith Mailer on Centos Server/VPS How to Install SMTPSwith Mailer on Centos Server/VPS SMTPSwitch Mailer User Guide V4.0 SMTPSwitch Mailer is a web based email marketing software that runs on a web server or online server. An online server

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

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

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

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

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

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

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

How To Include Attachments with your Email form

How To Include Attachments with your Email form How To Include Attachments with your Email form It s not uncommon for contact forms to include the ability to attach files to the email that is submitted. With two WebAssist extensions, Digital File Pro

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

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

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

OrangeHRM Web Installation Guide for Windows

OrangeHRM Web Installation Guide for Windows OrangeHRM Web Installation Guide for Windows All rights reserved. Published in the United States of America. This publication is protected by copyright, and permission must be obtained from the publisher

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

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

EZcast Installation guide

EZcast Installation guide EZcast Installation guide Document written by > Michel JANSENS > Arnaud WIJNS from ULB PODCAST team http://podcast.ulb.ac.be http://ezcast.ulb.ac.be podcast@ulb.ac.be SOMMAIRE SOMMAIRE... 2 1. INSTALLATION

More information

Lucid Key Server v2 Installation Documentation. www.lucidcentral.org

Lucid Key Server v2 Installation Documentation. www.lucidcentral.org Lucid Key Server v2 Installation Documentation Contents System Requirements...2 Web Server...3 Database Server...3 Java...3 Tomcat...3 Installation files...3 Creating the Database...3 Step 1: Create the

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

LAMP Quickstart for Red Hat Enterprise Linux 4

LAMP Quickstart for Red Hat Enterprise Linux 4 LAMP Quickstart for Red Hat Enterprise Linux 4 Dave Jaffe Dell Enterprise Marketing December 2005 Introduction A very common way to build web applications with a database backend is called a LAMP Stack,

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

ECA IIS Instructions. January 2005

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

More information

Installation and User Guide Zend Browser Toolbar

Installation and User Guide Zend Browser Toolbar Installation and User Guide Zend Browser Toolbar By Zend Technologies, Inc. Disclaimer The information in this help is subject to change without notice and does not represent a commitment on the part of

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

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

How to Install Multicraft on a VPS or Dedicated Server (Ubuntu 13.04 64 bit)

How to Install Multicraft on a VPS or Dedicated Server (Ubuntu 13.04 64 bit) How to Install Multicraft on a VPS or Dedicated Server (Ubuntu 13.04 64 bit) Introduction Prerequisites This tutorial will show you step-by-step on how to install Multicraft 1.8.2 on a new VPS or dedicated

More information

Installing Booked scheduler on CentOS 6.5

Installing Booked scheduler on CentOS 6.5 Installing Booked scheduler on CentOS 6.5 This guide will assume that you already have CentOS 6.x installed on your computer, I did a plain vanilla Desktop install into a Virtual Box VM for this test,

More information

WS_FTP Pro for Windows 95/98/NT

WS_FTP Pro for Windows 95/98/NT Note to Instructor: These instructions were written for the faculty and staff to use to familiarize themselves with WS_FTP Pro. The majority of the audience consists of nonspecialists and executives. Also,

More information

Written by: Johan Strand, Reviewed by: Chafic Nassif, Date: 2006-04-26. Getting an ipath server running on Linux

Written by: Johan Strand, Reviewed by: Chafic Nassif, Date: 2006-04-26. Getting an ipath server running on Linux Getting an ipath server running on Linux Table of Contents Table of Contents... 2 1.0. Introduction... 3 2.0. Overview... 3 3.0. Installing Linux... 3 4.0. Installing software that ipath requires... 3

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

Recommended File System Ownership and Privileges

Recommended File System Ownership and Privileges FOR MAGENTO COMMUNITY EDITION Whenever a patch is released to fix an issue in the code, a notice is sent directly to your Admin Inbox. If the update is security related, the incoming message is colorcoded

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

HOW TO BUILD A VMWARE APPLIANCE: A CASE STUDY

HOW TO BUILD A VMWARE APPLIANCE: A CASE STUDY HOW TO BUILD A VMWARE APPLIANCE: A CASE STUDY INTRODUCTION Virtual machines are becoming more prevalent. A virtual machine is just a container that describes various resources such as memory, disk space,

More information

AlienVault Unified Security Management (USM) 4.x-5.x. Deploying HIDS Agents to Linux Hosts

AlienVault Unified Security Management (USM) 4.x-5.x. Deploying HIDS Agents to Linux Hosts AlienVault Unified Security Management (USM) 4.x-5.x Deploying HIDS Agents to Linux Hosts USM 4.x-5.x Deploying HIDS Agents to Linux Hosts, rev. 2 Copyright 2015 AlienVault, Inc. All rights reserved. AlienVault,

More information

BrightStor ARCserve Backup for Linux

BrightStor ARCserve Backup for Linux BrightStor ARCserve Backup for Linux Agent for MySQL Guide r11.5 D01213-2E This documentation and related computer software program (hereinafter referred to as the "Documentation") is for the end user's

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

Expresso Quick Install

Expresso Quick Install Expresso Quick Install 1. Considerations 2. Basic requirements to install 3. Install 4. Expresso set up 5. Registering users 6. Expresso first access 7. Uninstall 8. Reinstall 1. Considerations Before

More information

Installing FEAR on Windows, Linux, and Mac Systems

Installing FEAR on Windows, Linux, and Mac Systems Installing FEAR on Windows, Linux, and Mac Systems Paul W. Wilson Department of Economics and School of Computing Clemson University Clemson, South Carolina 29634 1309, USA email: pww@clemson.edu www:

More information

Customizing the SSOSessionTimeout.jsp page for Kofax Front Office Server 3.5.2

Customizing the SSOSessionTimeout.jsp page for Kofax Front Office Server 3.5.2 Customizing the SSOSessionTimeout.jsp page for Kofax Front Office Server 3.5.2 Date July 23, 2014 Applies To Kofax Front Office Server (KFS) 3.5.2.10 Summary This application note provides instructions

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

Using Symantec NetBackup with Symantec Security Information Manager 4.5

Using Symantec NetBackup with Symantec Security Information Manager 4.5 Using Symantec NetBackup with Symantec Security Information Manager 4.5 Using Symantec NetBackup with Symantec Security Information Manager Legal Notice Copyright 2007 Symantec Corporation. All rights

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

Newton Linux User Group Graphing SNMP with Cacti and RRDtool

Newton Linux User Group Graphing SNMP with Cacti and RRDtool Newton Linux User Group Graphing SNMP with Cacti and RRDtool Summary: Cacti is an interface that can be used to easily manage the graphing of SNMP data. These graphs allow you to visualize performance

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

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

Partek Flow Installation Guide

Partek Flow Installation Guide Partek Flow Installation Guide Partek Flow is a web based application for genomic data analysis and visualization, which can be installed on a desktop computer, compute cluster or cloud. Users can access

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

CA Spectrum and CA Service Desk

CA Spectrum and CA Service Desk CA Spectrum and CA Service Desk Integration Guide CA Spectrum 9.4 / CA Service Desk r12 and later This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

ProjectPier v0.8.8. Getting Started Guide

ProjectPier v0.8.8. Getting Started Guide ProjectPier v0.8.8 Getting Started Guide Updated October 2014 Contents Contents... 2 Overview... 4 License... 4 Installation... 4 Who should perform the installation?... 4 Requirements... 5 Enabling InnoDB

More information

Configuring MailArchiva with Insight Server

Configuring MailArchiva with Insight Server Copyright 2009 Bynari Inc., All rights reserved. No part of this publication may be reproduced or transmitted in any form or by any means, electronic or mechanical, including photocopy, recording, or any

More information

WEB2CS INSTALLATION GUIDE

WEB2CS INSTALLATION GUIDE WEB2CS INSTALLATION GUIDE FOR XANDMAIL XandMail 32, rue de Cambrai 75019 PARIS - FRANCE Tel : +33 (0)1 40 388 700 - http://www.xandmail.com TABLE OF CONTENTS 1. INSTALLING WEB2CS 3 1.1. RETRIEVING THE

More information

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

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

More information

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

Avira Update Manager User Manual

Avira Update Manager User Manual Avira Update Manager User Manual Table of contents Table of contents 1. Product information........................................... 4 1.1 Functionality................................................................

More information

IUCLID 5 Guidance and support. Installation Guide Distributed Version. Linux - Apache Tomcat - PostgreSQL

IUCLID 5 Guidance and support. Installation Guide Distributed Version. Linux - Apache Tomcat - PostgreSQL IUCLID 5 Guidance and support Installation Guide Distributed Version Linux - Apache Tomcat - PostgreSQL June 2009 Legal Notice Neither the European Chemicals Agency nor any person acting on behalf of the

More information

Cloud Homework instructions for AWS default instance (Red Hat based)

Cloud Homework instructions for AWS default instance (Red Hat based) Cloud Homework instructions for AWS default instance (Red Hat based) Automatic updates: Setting up automatic updates: by Manuel Corona $ sudo nano /etc/yum/yum-updatesd.conf Look for the line that says

More information

Moxa Device Manager 2.3 User s Manual

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

More information

Intelligent Video Analytics. Server Installation Guide. - Windows - Linux

Intelligent Video Analytics. Server Installation Guide. - Windows - Linux Intelligent Video Analytics Server Installation Guide - Windows - Linux 1) General Information... 2 2) Viasys on Windows PCs... 3 3) Viasys on Linux PCs... 7 4) Viasys Server Support Package... 10 Offices:

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

Installation Manual Product of

Installation Manual Product of Installation Manual Product of Table of Contents 1. Installing MyTaskManager on Ubuntu2 Requirements..2 Get the source code..3 Install MyTaskManager.4 Web based installation..4 2. Installing MyTaskManager

More information

I. Delivery E-mail: Flash CMS template package... 2. II. Flash CMS template installation... 4. III. Control Panel setup... 5

I. Delivery E-mail: Flash CMS template package... 2. II. Flash CMS template installation... 4. III. Control Panel setup... 5 Contents I. Delivery E-mail: Flash CMS template package... 2 II. Flash CMS template installation... 4 III. Control Panel setup... 5 IV. Control Panel activation... 6 Appendix 1: Switching to binary file

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

FortiClient SSL VPN Client User s Guide

FortiClient SSL VPN Client User s Guide FortiClient SSL VPN Client User s Guide To connect to Model Driven Solutions via a SSL VPN Client session you first need a VPN login account that has been granted the proper SSL VPN group permissions and

More information

FirstClass Synchronization Services Install Guide

FirstClass Synchronization Services Install Guide FirstClass Synchronization Services Install Guide 12.035 Product Released: 2014-11-04 Install Guide Revised: 2014-10-30 Contents 1 Component Information:... 3 2 Install Instructions... 3 2.1 Windows Install

More information

AlienVault. Unified Security Management 5.x Configuring a VPN Environment

AlienVault. Unified Security Management 5.x Configuring a VPN Environment AlienVault Unified Security Management 5.x Configuring a VPN Environment USM 5.x Configuring a VPN Environment, rev. 3 Copyright 2015 AlienVault, Inc. All rights reserved. The AlienVault Logo, AlienVault,

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

Bitrix Site Manager. VMBitrix Virtual Machine. Quick Start And Usage Guide

Bitrix Site Manager. VMBitrix Virtual Machine. Quick Start And Usage Guide Bitrix Site Manager VMBitrix Virtual Machine. Quick Start And Usage Guide Contents Introduction... 3 Chapter 1. Starting The VMBitrix Virtual Machine... 4 Minimum Requirements For VMWare Player / VMBitrix...

More information

Setting up of scheduling is system dependant, here you will find notes on configuring scheduling under the following systems:

Setting up of scheduling is system dependant, here you will find notes on configuring scheduling under the following systems: How to set cron jobs Code Author Pedro Gonçalves Created Date 2012-04-02 13:15:52 Last Update 2012-05-13 12:59:51 Rating Votes 62 Some of the add-on\'s require use of system scheduling service, suck as

More information

Capture Pro Software FTP Server System Output

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

More information

How to Dump and Restore Postgres Plus (R) Databases Using pgadmin. A Postgres Evaluation Quick Tutorial From EnterpriseDB

How to Dump and Restore Postgres Plus (R) Databases Using pgadmin. A Postgres Evaluation Quick Tutorial From EnterpriseDB How to Dump and Restore Postgres Plus (R) Databases Using pgadmin A Postgres Evaluation Quick Tutorial From EnterpriseDB December 7, 2009 EnterpriseDB Corporation, 235 Littleton Road, Westford, MA 01866,

More information

Apache Directory Studio. User's Guide

Apache Directory Studio. User's Guide Apache Directory Studio User's Guide Apache Directory Studio: User's Guide Version 1.5.2.v20091211 Copyright 2006-2009 Apache Software Foundation Licensed to the Apache Software Foundation (ASF) under

More information

HowTo. Planning table online

HowTo. Planning table online HowTo Project: Description: Planning table online Installation Version: 1.0 Date: 04.09.2008 Short description: With this document you will get information how to install the online planning table on your

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

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

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide

Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Dell SupportAssist Version 2.0 for Dell OpenManage Essentials Quick Start Guide Notes, Cautions, and Warnings NOTE: A NOTE indicates important information that helps you make better use of your computer.

More information

Install Cacti Network Monitoring Tool on CentOS 6.4 / RHEL 6.4 / Scientific Linux 6.4

Install Cacti Network Monitoring Tool on CentOS 6.4 / RHEL 6.4 / Scientific Linux 6.4 Install Cacti Network Monitoring Tool on CentOS 6.4 / RHEL 6.4 / Scientific Linux 6.4 by SK Cacti is an open source, front-end for the data logging tool called RRDtool. It is a web based network monitoring

More information

Provider's Guide to Integrating Parallels Presence Builder 12 with Parallels Automation

Provider's Guide to Integrating Parallels Presence Builder 12 with Parallels Automation Parallels Automation Provider's Guide to Integrating Parallels Presence Builder 12 with Parallels Automation Last updated: 23 January 2015 Copyright 1999-2015 Parallels IP Holdings GmbH and its affiliates.

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

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

Usage Tracking for IBM InfoSphere Business Glossary

Usage Tracking for IBM InfoSphere Business Glossary Usage Tracking for IBM InfoSphere Business Glossary InfoSphere Business Glossary Version 8.7 and later includes a feature that allows you to track usage of InfoSphere Business Glossary through web analytics

More information

4PSA Total Backup 3.0.0. User's Guide. for Plesk 10.0.0 and newer versions

4PSA Total Backup 3.0.0. User's Guide. for Plesk 10.0.0 and newer versions 4PSA Total Backup 3.0.0 for Plesk 10.0.0 and newer versions User's Guide For more information about 4PSA Total Backup, check: http://www.4psa.com Copyright 2009-2011 4PSA. User's Guide Manual Version 84359.5

More information

Sugar Open Source Installation Guide

Sugar Open Source Installation Guide Sugar Open Source Installation Guide September 2005 Copyright 2005 SugarCRM Inc. Installation Guide for Sugar Suite 3.5 This implementation note will guide you through installing Sugar Suite 3.5.1. It

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

How To Set Up A Backupassist For An Raspberry Netbook With A Data Host On A Nsync Server On A Usb 2 (Qnap) On A Netbook (Qnet) On An Usb 2 On A Cdnap (

How To Set Up A Backupassist For An Raspberry Netbook With A Data Host On A Nsync Server On A Usb 2 (Qnap) On A Netbook (Qnet) On An Usb 2 On A Cdnap ( WHITEPAPER BackupAssist Version 5.1 www.backupassist.com Cortex I.T. Labs 2001-2008 2 Contents Introduction... 3 Hardware Setup Instructions... 3 QNAP TS-409... 3 Netgear ReadyNas NV+... 5 Drobo rev1...

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

Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012

Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012 Installing Virtual Coordinator (VC) in Linux Systems that use RPM (Red Hat, Fedora, CentOS) Document # 15807A1-103 Date: Aug 06, 2012 1 The person installing the VC is knowledgeable of the Linux file system

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

User Manual - Help Utility Download MMPCT. (Mission Mode Project Commercial Taxes) User Manual Help-Utility

User Manual - Help Utility Download MMPCT. (Mission Mode Project Commercial Taxes) User Manual Help-Utility Excise and Taxation, Haryana Plot I-3, Sector 5, Panchkula, Haryana MMPCT (Mission Mode Project Commercial Taxes) User Manual Help-Utility Wipro Limited HETD For any queries call at the helpdesk numbers:

More information

SAS 9.3 Foundation for Microsoft Windows

SAS 9.3 Foundation for Microsoft Windows Software License Renewal Instructions SAS 9.3 Foundation for Microsoft Windows Note: In this document, references to Microsoft Windows or Windows include Microsoft Windows for x64. SAS software is licensed

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

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

GeBro-BACKUP. Die Online-Datensicherung. Manual Pro Backup Client on a NAS

GeBro-BACKUP. Die Online-Datensicherung. Manual Pro Backup Client on a NAS GeBro-BACKUP Die Online-Datensicherung. Manual Pro Backup Client on a NAS Created and tested on a QNAP TS-559 Pro Firmware 4.0.2 Intel x86 Architecture Default hardware configuration OBM v6.15.0.0 Last

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

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

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

webmethods Certificate Toolkit

webmethods Certificate Toolkit Title Page webmethods Certificate Toolkit User s Guide Version 7.1.1 January 2008 webmethods Copyright & Document ID This document applies to webmethods Certificate Toolkit Version 7.1.1 and to all subsequent

More information

Backup/Restore MySQL Server

Backup/Restore MySQL Server This chapter will describe in details how to use Software to backup your MySQL server and how you can restore your MySQL server from the database backup files. Table of Content 1. Requirements 2. Overview

More information

How To Install Amyshelf On Windows 2000 Or Later

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

More information