CCMS Installation Instructions

Size: px
Start display at page:

Download "CCMS Installation Instructions"

Transcription

1 CCMS Installation Instructions August 2012 Rev Ceedo Technologies, Ltd. 21 Hamelacha St. P.O. Box Park Afek, Rosh-Haayin, Israel T Ceedo Technologies, Ltd. All rights reserved. Ceedo is a registered trademark of Ceedo Technologies, Ltd. All other trademarks and service marks are the property of their respective owners. 1

2 Contents Overview Preparations Hardware Requirements Infrastructure Requirements For Heavy Loads and Optimizations What is the optimal hardware configuration for a CCMS server? Software Requirements Installing CCMS Downloading the CCMS Installation files First Installation: Installation on a Linux Server Installation on a Windows Server Editing the Configuration File Post-Installation Verifications Logging into the Administrator's Account Upgrade Installation: Upgrading the files: SQL Upgrade Instructions Hosting the Platform files Hosting your own Company-branded Ceedo Updates To use this package Future updates of platform resources Connecting to Active Directory Configuring a CCMS Account to Connect to Active Directory Data Synchronization Troubleshooting System Prerequisites Page Empty Versions Combo-boxes in Settings CCMS Doesn t Work With Your Proxy 2

3 3

4 Overview This document lists the CCMS installation instructions and requirements for having CCMS running on your own server inside your own datacenter. Ceedo also offers CCMS as a SaaS application where all this is not required,and you can be up and running in 5 minutes. CCMS is provided to selected customers and partners on a per-request basis. Please contact your Ceedo sales rep if you do not have the link available to you. CCMS release notes are maintained here If this is the first installation of CCMS, please follow these instructions. If this is an upgrade, please forward to the CCMS upgrade instructions. Preparations Before attempting to install CCMS Server it is highly recommended to complete the CCMS Questionnaire and forward it to Ceedo. A properly filled Questionnarie will be required in order to request assistance from Ceedo regarding the CCMS installation. Hardware Requirements 1. CPU Any Intel/AMD CPU with a clock speed of > 2GHz or higher 2. If the amount of users increases to more than 100, then an i5 or i7 (or equivalent) CPU is recommended 3. RAM Minimum of 1GB RAM The amount of RAM will need to be increased based upon the number of users 4GB of RAM is sufficient to serve 500 users 4. Storage 250GB RAID1 array is recommended Infrastructure Requirements 1. The server must be able to communicate Ceedo s Activation server by means of HTTP access: ActivateCeedoClient3 and CeedoPLPBackend.asmx/GetActivationCodeDetails 2. The server must be accessible using a domain name instead of an explicit IP address. For example: NOT For Heavy Loads and Optimizations 1. Use a separate database server if you have more than 5,000 users 2. Storage for this amount of users should be 1TB Workspace file packages should be stored on a separate server, and need to be accessible from the CCMS server via HTTP What is the optimal hardware configuration for a CCMS server? A CCMS server primarily responds to client events. The recommended hardware requirements are determined by the number of requests the server handles. The more concurrent client events the CCMS 4

5 server receives, the more high-end the server should be. The more information stored in the reports table, the higher the capacity of the server s hard drive should be. The number client events is the multiple of the number of users by number of expected requests per user. The number of requests per user is a key parameter, and is very much subject to the administrator-required configuration. On one hand, an administrator may require that end-users request validation only when starting Ceedo, but not submit any activity reports to the server. On the other hand, the administrator may prefer to configure Ceedo Enterprise in such a way that it will contact the server every 15 minutes while Ceedo is running to check for updates, messages, etc. A server for 10,000 users which just needs to occasionally update a package or two, as in the first scenario, will be far less active than a server which has been set up for 500 users who work as described in the second scenario, and will require dramatically less storage. The storage requirements of a CCMS server are almost entirely affected by the per user statistics reports generated. The above is why there is no definitive answer to the question of what the optimal hardware configuration (speed/capacity) for a CCMS server should be. The hardware configuration of a CCMS server can always be upgraded after initial roll out if the need for additional resources arises. Software Requirements Apache version 2.0 or greater Apache should support the.htaccess file for URL rewriting (e.g. mod_rewrite) This can be configured using the tutorial located here The.htaccess file is already included in the CCMS package PHP version or greater PHP modules such as: php-common, PHP-Pear, PHP-PDO, PHP-PECL-memcache, PHP-GD, PHP-mbstring, PHP-MCrypt, PHP-MYSQL and PHP-XML PHP-oci8 and oracle instant client are required for oracle database MySQL version 5.0 or greater OpenSLL must be installed on the server SELINUX must be disabled (especially true for Fedora, see CCMS Pages Appear Empty and Blank in troubleshooting section as to how to disable) That s really it, we have tested CCMS installation on Debian, Ubuntu CentOS and Fedora and we recommend that you use one of those distributions. That said, we cannot test every possible environment, so feel free to let us know if you run into problems with a specific configuration. 5

6 Installing CCMS Downloading the CCMS Installation files 1. Download the latest CCMS.tgz 2. Extract the.tgz file to an easily-accessible location on the PC First Installation: This section contains instructions on how to set up your server and CCMS for the first time. See the Upgrade Installation section below for upgrade instructions: Installation on a Linux Server 1. Copy the new version to the final location on the server Make sure you also copy hidden files. Ensure that the.htaccess file is in the root folder of your domain, and not in the subfolder to which the CCMS files were uploaded 2. Log into PHPMYADMIN as root and create a new user and a database for that user Assign appropriate permissions and sign out 3. Log into PHPMYADMIN with the new user and import the database script for your CCMS version: mysql_script_[version].sql (for example: mysql_script_ sql). The database scripts are located at dbscripts\mysql 4. /application/policyfiles, /application/views/templates_c and /system/logs or ccms must be writable by apache. 5. Configure the CCMS settings in serverconfig - example.php in application/config folder according to the instructions in the Editing the Configuration Files section of this document Rename this file to: serverconfig.php 6. Run the post-installation verification test page to verify CCMS was installed correctly 7. If you wish to host the Ceedo Enterprise client resources on your server instead of on Ceedo's Amazon cloud storage, follow the instructions below on how to host your company's co-branded resource files Installation on a Windows Server 1. Install XAMPP. The setup file is available here The guide to installing XAMPP is available here 2. Configure the Virtual Host in Apache The guide to configuring the host is available here 3. Enable openssl Edit php.ini file in xampp\php, adding the following line at the end of the [PHP] section: extension=php_openssl.dll Restart Apache 4. Extract the CCMS package into your virtual host folder 5. Set up the password for the root user for mysql The guide to changing the root password is available here 6

7 6. Login to PHPMYADMIN (already bundled in XAMPP) as root, and create a new user and database for that user. Assign appropriate permissions and sign out PHPMyAdmin can be accessed from the XAMPP admin panel by clicking the Admin button next to MySQL 7. Login to PHPMYADMIN with the new user and import the database script for your version: mysql_script_[version].sql (for example: mysql_script_ sql), the database scripts are located at dbscripts\mysql 8. Configure the CCMS settings in serverconfig-example.php located in the application\config folder according to the instructions in the Editing the Configuration Files section of this document Rename this file to: serverconfig.php 9. In your Web browser, go to the post-installation verification test page to verify CCMS was installed correctly - this step is required! Editing the Configuration File Note: It is recommended that you use a programmer's notepad for editing the configuration files. Edit the serverconfig.php file located under /application/config. If this file does not exist, you should rename the serverconfig-example.php to serverconfig.php first. This file contains six sections: General, SMTP, Database, Proxy, Error logs and Prerequisites Passwords.. General Under the General section: Replace the text ccms.yourserver.com with your CCMS server URL. The string containing "ccms.yourserver.com" looks like this: $config['specialredirection'] = "ccms.yourserver.com"; Under the SMTP section, add your server information. To do this: Add the following information in this order: 1. SMTP Host Address 2. SMTP Port Number 3. SMTP User Name 4. SMTP Password The strings to which this information will be added are as shown below (the information goes in between the single quotes inside the square brackets, like so: $config['smtp_host'] = "smtp.yoursite.com";): $config['smtp_host'] = ""; // Put the SMTP host address $config['smtp_port'] = 25; // Put the SMTP port number $config['smtp_user'] = ""; // Put the SMTP username here $config['smtp_pass'] = ""; // Put the SMTP password here Note: If you are using Exchange with TLS you must also set the ['starttls'] to be TRUE Database Under the database section, add your DB connection information. To do this, add the following information in this order: 7

8 1. Database Host Name 2. Database User Name 3. Database Password 4. Database Name The strings to which this information will be added are shown below (the information goes in between the single quotes inside the square brackets, like so: $db['default']['hostname'] = "localhost";): Database Host Name: $db['default']['hostname'] = ""; Database User Name: $db['default']['username'] = ""; Database Password: $db['default']['password'] = ""; Database Name: $db['default']['database'] = ""; Proxy Server If you do not use a proxy server to access the Internet you can skip this section. If your CCMS server requires a proxy server to access the activation and platform servers, you will need to configure the proxy settings here. These proxy settings are separate from the server s proxy settings, and must be used if you require a proxy. Note: CCMS only supports web-proxies. If you use a different type of proxy refer to Troubleshooting sections. Under the Proxy section, add your proxy connection. To do this, add the following information in this order: 1. Proxy URL and Port 2. Proxy username and password 3. Use for Activation Server (If your server required proxy to access activation server.) 4. Use for default directortyinfo.html (If your server required proxy to access default platform URLS.) 5. Use for custom directoryinfo.html (If your server required proxy to access platform URLS.) 6. Use for Workspace files (If your server required proxy to Workspace files.) 7. Use for Package files (If your server required proxy to Package files.) The strings to which this information will be added are shown below (the information goes in between the single quotes inside the square brackets, like so:$config['proxy_auth'] = 'exuser:expass';): The Use for... values receive TRUE or FALSE, like so: $config['useproxy_activation_server'] = TRUE; Proxy URL: $config['proxy'] = ''; Proxy Authentication: $config['proxy_auth'] = ''; Use for Activation Server: $config['useproxy_activation_server'] = ; Use for default directortyinfo.html: $config['useproxy_default_directoryinfo_urls'] = ; Use for custom directoryinfo.html: $config['useproxy_directoryinfo_urls'] = ; Use for platform file: $config['useproxy_workspace_files'] = ; System Prerequisites page The system prerequisites page displays information regarding your server and provides tests for your CCMS configuration. We recommend you change the default values for this page to increase security. Prerequisites User Name: $config['system_prerequisites_username'] = 'administrator'; Prerequisites Password: $config['system_prerequisites_password'] = 'password'; Post-Installation Verifications It is crucial that the CCMS installation be tested before trying to work with it. After the installation, use your Web browser to go to the System Prerequisites page for example: /cmdemos.ceedo.com/index.php/systemprerequisites. Replace the cmdemos.ceedo.com with your CCMS server URL. After entering the username and password you ve set in the server-config file the page 8

9 displays results of various tests. The default System Prerequisites login credentials are: Username: administrator Password: password If everything is marked OK, you are good to go. If, on the other hand, you do not see the prerequisites page with all items marked with OK in green as shown in the screenshot below, you should not begin working with CCMS - all issues must be resolved before going on to the next step! If one or more of the System Prerequisites tests failed, you can refer to the Troubleshooting section for frequently encountered issues and solutions. Logging into the Administrator's Account Once the installation has completed, use the following credentials to log into the CCMS administrative account: 1. User Name: administrator 2. Password: admin Upgrade Installation: Upgrading the files: Overwrite all your previous files with the new files from the archive. If you are using a Linux server, it is highly recommended that you extract the files directly to the Linux server to prevent loss of file ownerships and permissions. 9

10 Please note that if you are upgrading from a version lower then you will need to update your server-config.php file and add the prerequisites password (you can take it from the serverconfigsample.php file). SQL Upgrade Instructions For an upgrade, you need to import versions incrementally (e.g. if you are upgrading from to you need to import mysql_migration_script_ _to_ sql, mysql_migration_script_ _to_ sql and mysql_migration_script_ _to_ sql in that order). The scripts are located in /dbscripts/ Hosting the Platform files Hosting your own Company-branded Ceedo Updates It is possible to host your own company-branded Ceedo updates for CCMS. Ceedo can prepare a package that contains and defines the structure of the platform files necessary for this purpose, and provide the download URL for the package. To use this package 1. Create the following folder structure on an HTTP server that is accessible by your end-users workspaces. The folder structure should look like this: Create folders for your packages; the folder should be named using the first part of the package name up to the underscore (e.g. for a package named _4867.7z we will create a folder by the name ). Each update version should have its own unique folder, and the folder name must be in the format of w.x.y.z 2. Download the package and extract the files into the folder we created. The folder with the files in it should look similar to this: 10

11 3. Next to the version folders, you will need to create a file called directoryinfo.html, Open this file using notepad and type [Versions] (without the ). Use the Enter key to move to a new line, and then type the versions you have in the following format: The directoryinfo.html must be located next to the version folders, the folder should appear similar to this: 1. Log into the CCMS server as administrator. 2. Click on the account name of the account that will be updated 3. Update the URLs in the platform updates section of the account page for each account to be updated. The updated URLs should look similar to this: 4. Login as the account admin, and under the policies, create a new policy and/or update an existing policy. The newly created versions should appear in the combo boxes (please refer to the troubleshoot sections if some or all the combo boxes are empty) Future updates of platform resources 11

12 For future updates, Ceedo will provide only a single zip archive per item, containing the files for the core, brand, and settings. The zip archive will need to be extracted to a folder in the format of w.x.y.z, and that version needs to be added manually to the directoryinfo.html file. Versions that the admin does not wish to use anymore can be removed from the directoryinfo.html file. Please note, however, that removing the version number from the HTML file does not remove the usage of this version in any of the existing policies defined in CCMS, and the policies will need to be updated accordingly. Only after all policies are updated it is safe to also remove the files themselves, if there is indeed a desire to do so. Connecting to Active Directory CCMS can use your company s Active Directory as a source for Users and User-Groups for a specific account. You are able to manage your users in your Active Directory and the Ceedo for those users in your CCMS. Configuring a CCMS Account to Connect to Active Directory To configure an account to work with Active Directory log in to the account and go to the Settings. In the Active Directory page you have your default Active Directory settings: Click on Change Settings and check the Use Active Directory check-box, and then add the information of your Active Directory server. Afterwards click Save. For example: 12

13 Data Synchronization CCMS does not access the database of your Active Directory directly. The data is synced from Active Directory to CCMS (there is not syncing back of information from CCMS to Active Directory) each time you log in to CCMS. Troubleshooting System Prerequisites Page The following bulletins refer to failing tests in the System Prerequisites page: Application URL: Check that you ve set the server URL correctly in the serverconfig.php file. (see section: Editing the Configuration file) Database connection: Check the details you ve set in the serverconfig.php file (see section: Editing the Configuration file) CCMS application/database version: The version of CCMS files and database script does not match, check that imported the database script correctly. CRUD check: Check that database is configured correctly and is accessible for writing. License URL: Ceedo s activation server must be accessible from your server by HTTP (see section: Inrastructure Requirements). This can also be affected if you have a proxy, but did not configure it correctly (also check CCMS Doesn t Work With Your Proxy in the Troubleshoting section) Mod_rewrite: Check you have configured mod rewrite correctly on your Apache server Mail Protocol: Check you have configured your mail server correctly in the serverconfig.php file (see section: Editing the Configuration file) OpenSSL: Check you have installed the openssl installed correctly on the server Default platform/resources/user-interface URL: Check that your server has HTTP access for your default platform location (e.g. and 13

14 you can download files from this URL. This can also be affected if you have a proxy, but did not configure it correctly Empty Versions Combo-boxes in Settings Some of the combo-boxes are empty, but some have information: This is most likely caused by inconsistencies between thedirectoryinfo.html and your default configurations. To resolve: In the directoyinfo.html file, make sure all your versions are located under the [Versions] section. In your settings Log in as administrator, click on the account you created, and make sure Versions Section has the same text as the [ ] in the directoryinfo.html file All of the combo-boxes are empty: This is most likely because your CCMS server cannot reach the platform. To resolve: 1. Log into the CCMS server as administrator 2. Click on the problematic account 3. Copy the URL that appears under Platform, and to the browser, append / directoryinfo.html, and check that you can reach the directoryinfo.html file you created,for example, if the url is the url to check is 4. If you completed step 3 and it worked, repeat the same step from a browser in your CCMS server 5. If you completed step 3 and it did not work, check that you have configured the proxy correctly in CCMS (proxy configurations are under the serverconfig.php file) CCMS Doesn t Work With Your Proxy CCMS (and some linux distributions) can only work with web-proxy. If you are using an ISA proxy server you can use this guide to install cntlm which makes it possible for CCMS to work with ISA proxy server: 1. Download cntlm from this site: 2. Install cntlm: sudo dpkg -i cntlm_ _i386.deb 3. Edit the cntlm configuration file and add your ISA proxy information, username, password and any other information you need to access with download rights: sudo nano /etc/cntlm.conf 4. Restart cntlm so the new configurations will take affect: sudo /etc/init.d/cntlm restart 5. Edit serverconfig.php file in CCMS and point the proxy to cntlm (you don t need to fill proxy_auth : $config['proxy'] = ' :3128'; $config['proxy_auth'] = ''; Note: This guide is based on this blog post: CCMS Pages Appear Empty and Blank 14

15 Getting empty blank pages on CCMS is usually caused by file permissions issues. Please follow try these actions to solve the issue (check the issue still exists after each action) 1. Check if the System Prerequisites appears ok, if any test fails check if it is relevant. 2. If you are using Fedora or have SELINUX installed please disable it, you can find instructions at: 3. Make sure that Apache can write to the following folders: application/views/templates_c/ system/logs/ 4. Open the index.php file and change the line error_reporting(0); to: error_reporting(e_all); Open the page again, you should see error information appearing in the page, please contact Ceedo with this information. 15

Sugar Enterprise 6.5 Offline Client Guide

Sugar Enterprise 6.5 Offline Client Guide Sugar Enterprise 6.5 Offline Client Guide 1 / 11 Sugar Enterprise 6.5 Offline Client Guide... 3 Overview... 3 Conflict resolution... 3 Installation prerequisites... 4 Installing the Sugar Offline Client...

More information

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 on your own server and storage.

More information

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Linux. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Linux VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

OptiRain Open 2 Installation Guide for LInux. This guide provides general instructions for installing OptiRain Open 2 on a Linux based server.

OptiRain Open 2 Installation Guide for LInux. This guide provides general instructions for installing OptiRain Open 2 on a Linux based server. QUICKSMART OptiRain Open 2 Installation Guide for LInux QuickSmart Development P.O. Box 3689 Santa Clara, CA 95055 408-777-0944 www.quicksmart.com This guide provides general instructions for installing

More information

K-RATE INSTALLATION MANUAL

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

More information

DocAve for Salesforce 2.1

DocAve for Salesforce 2.1 DocAve for Salesforce 2.1 This document is intended for anyone wishing to familiarize themselves with the user interface and basic functionality of AvePoint s DocAve for Salesforce tool. System Requirements

More information

Apache Manual Install Ubuntu Php Mysql. Phpmyadmin No >>>CLICK HERE<<<

Apache Manual Install Ubuntu Php Mysql. Phpmyadmin No >>>CLICK HERE<<< Apache Manual Install Ubuntu Php Mysql Phpmyadmin No Ubuntu 14.10 LAMP server tutorial with Apache 2, PHP 5 and MySQL (MariaDB) Additionally, I will install phpmyadmin to make MySQL administration easier.

More information

VMware AirWatch Content Gateway Guide for Linux For Linux

VMware AirWatch Content Gateway Guide for Linux For Linux VMware AirWatch Content Gateway Guide for Linux For Linux Workspace ONE UEM v9.7 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Xcalar Installation Guide

Xcalar Installation Guide Xcalar Installation Guide Publication date: 2018-03-16 www.xcalar.com Copyright 2018 Xcalar, Inc. All rights reserved. Table of Contents Xcalar installation overview 5 Audience 5 Overview of the Xcalar

More information

2. Installing OpenBiblio 1.0 on a Windows computer

2. Installing OpenBiblio 1.0 on a Windows computer Table of Contents Installing OpenBiblio 1. System requirements... 1 2. Installing OpenBiblio 1.0 on a Windows computer... 1 2.1. Install prerequisite software... 1 2.2. Install OpenBiblio... 2 2.3. Using

More information

Bitnami Ruby for Huawei Enterprise Cloud

Bitnami Ruby for Huawei Enterprise Cloud Bitnami Ruby for Huawei Enterprise Cloud Description Bitnami Ruby Stack provides a complete development environment for Ruby on Rails that can be deployed in one click. It includes most popular components

More information

Below are the steps to install Orangescrum Self Hosted version of Cloud Edition in Ubuntu Server Last Updated: OCT 18, 2018

Below are the steps to install Orangescrum Self Hosted version of Cloud Edition in Ubuntu Server Last Updated: OCT 18, 2018 Below are the steps to install Orangescrum Self Hosted version of Cloud Edition in Ubuntu Server Last Updated: OCT 18, 2018 Step 1 Download the Orangescrum Self Hosted version of CloudEdition Extract the

More information

INSTALLATION GUIDE.

INSTALLATION GUIDE. INSTALLATION GUIDE http://www.precurio.com Copyright 2008 2010 Klein Devort Ltd. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means electronic or

More information

Setting up VPS on Ovh public cloud and installing lamp server on Ubuntu instance

Setting up VPS on Ovh public cloud and installing lamp server on Ubuntu instance Setting up VPS on Ovh public cloud and installing lamp server on Ubuntu instance What is OVH Public Cloud Public Cloud Instances provides a choice of two types of virtual machines: the RAM instances are

More information

Install latest version of Roundcube (Webmail) on CentOS 7

Install latest version of Roundcube (Webmail) on CentOS 7 Install latest version of Roundcube (Webmail) on CentOS 7 by Pradeep Kumar Published December 14, 2015 Updated August 3, 2017 Roundcube is a web browser based mail client & also known as webmail. It provides

More information

L.A.M.P. Stack Part I

L.A.M.P. Stack Part I L.A.M.P. Stack Part I By George Beatty and Matt Frantz This lab will cover the basic installation and some configuration of a LAMP stack on a Ubuntu virtual box. Students will download and install the

More information

akkadian Global Directory 3.0 System Administration Guide

akkadian Global Directory 3.0 System Administration Guide akkadian Global Directory 3.0 System Administration Guide Updated July 19 th, 2016 Copyright and Trademarks: I. Copyright: This website and its content is copyright 2014 Akkadian Labs. All rights reserved.

More information

Creating a Yubikey MFA Service in AWS

Creating a Yubikey MFA Service in AWS Amazon AWS is a cloud based development environment with a goal to provide many options to companies wishing to leverage the power and convenience of cloud computing within their organisation. In 2013

More information

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud

Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Bitnami ProcessMaker Community Edition for Huawei Enterprise Cloud Description ProcessMaker is an easy-to-use, open source workflow automation and Business Process Management platform, designed so Business

More information

VMware AirWatch Content Gateway for Windows. VMware Workspace ONE UEM 1811 Unified Access Gateway

VMware AirWatch Content Gateway for Windows. VMware Workspace ONE UEM 1811 Unified Access Gateway VMware AirWatch Content Gateway for Windows VMware Workspace ONE UEM 1811 Unified Access Gateway You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/

More information

Bitnami Dolibarr for Huawei Enterprise Cloud

Bitnami Dolibarr for Huawei Enterprise Cloud Bitnami Dolibarr for Huawei Enterprise Cloud Description Dolibarr is an open source, free software package for small and medium companies, foundations or freelancers. It includes different features for

More information

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

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

More information

ViMP 2.0. Installation Guide. Verfasser: ViMP GmbH

ViMP 2.0. Installation Guide. Verfasser: ViMP GmbH ViMP 2.0 Installation Guide Verfasser: ViMP GmbH Table of contents About this document... 3 Prerequisites... 4 Preparing the server... 5 Apache2... 5 PHP... 5 MySQL... 5 Transcoding... 6 Configuration...

More information

CSCI 201 Lab 1 Environment Setup

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

More information

Zend Server Community Edition 5.1. Installation Guide. By Zend Technologies.

Zend Server Community Edition 5.1. Installation Guide. By Zend Technologies. Zend Server Community Edition 5.1 Installation Guide By Zend Technologies www.zend.com Abstract This is the Install Guide for Zend Server Community Edition Version 5.1. The information in this document

More information

ibolt Starter Edition for salesforce.com Release Notes

ibolt Starter Edition for salesforce.com Release Notes ibolt Starter Edition for salesforce.com Release Notes Welcome to the ibolt Starter Edition for salesforce.com, which is based on ibolt V3.2 SP2a. This edition has been designed to deliver an easy-to-use,

More information

Manually Password Protect Directories Apache Ubuntu

Manually Password Protect Directories Apache Ubuntu Manually Password Protect Directories Apache Ubuntu Apache can be configured to force users to login before being Password protection can be useful for securing a directory that planning to edit them manually,

More information

Scoreboard 2.16 Installation Guide. For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit

Scoreboard 2.16 Installation Guide. For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit Scoreboard 2.16 Installation Guide For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit Updated November 10, 2016 1 Scoreboard and Connect By Spider Strategies Minimum Server Requirements The

More information

Bitnami Coppermine for Huawei Enterprise Cloud

Bitnami Coppermine for Huawei Enterprise Cloud Bitnami Coppermine for Huawei Enterprise Cloud Description Coppermine is a multi-purpose, full-featured web picture gallery. It includes user management, private galleries, automatic thumbnail creation,

More information

Apache Install Instructions Win7 7 Php Mysql. Phpmyadmin Linux >>>CLICK HERE<<<

Apache Install Instructions Win7 7 Php Mysql. Phpmyadmin Linux >>>CLICK HERE<<< Apache Install Instructions Win7 7 Php Mysql Phpmyadmin Linux sudo apt-get install libapache2-mod-auth-mysql php5-mysql phpmyadmin. And in particular Yeah, Test PHP instructions are still, or perhaps again

More information

LOCAL WALLET (COLD WALLET):

LOCAL WALLET (COLD WALLET): This tutorial will teach you how to create a masternode with a "cold/hot" setup. The whole process is as follows. LOCAL WALLET (COLD WALLET): Visit TRAID platform s official repository on GitHub and download

More information

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

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

More information

SPECCHIO Administrators

SPECCHIO Administrators SPECCHIO Page 1 SPECCHIO Administration Guide Version: 2.2 Date: 31.05.2012 Status: Valid Author: A. Hueni, Remote Sensing Laboratories, University of Zurich File: \SPECCHIO AdminGuide_V2.2.docx Pages:

More information

K-SEARCH TRIAL INSTALLATION MANUAL

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

More information

INSTALLING RACHEL ON SYNOLOGY GIAKONDA IT

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

More information

Download and Installation Instructions: After WAMP Server download start the installation:

Download and Installation Instructions: After WAMP Server download start the installation: SET UP Instruction to Set Up a WAMP SERVER with MySQL and to Create a Database in My SQL and Connect from your PHP Script Download WAMP Server V 3.0 or higher from: https://sourceforge.net/projects/wampserver/

More information

Installing Dolphin on Your PC

Installing Dolphin on Your PC Installing Dolphin on Your PC Note: When installing Dolphin as a test platform on the PC there are a few things you can overlook. Thus, this installation guide won t help you with installing Dolphin on

More information

VMware AirWatch Content Gateway Guide for Windows

VMware AirWatch Content Gateway Guide for Windows VMware AirWatch Content Gateway Guide for Windows Workspace ONE UEM v1810 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com.

More information

Getting Started with Phalcon

Getting Started with Phalcon Getting Started with Phalcon Stephan A. Miller Chapter No. 1 "Installing Phalcon" In this package, you will find: A Biography of the author of the book A preview chapter from the book, Chapter NO.1 "Installing

More information

Deployment Guide. 3.1 For Windows For Linux Docker image Windows Installation Installation...

Deployment Guide. 3.1 For Windows For Linux Docker image Windows Installation Installation... TABLE OF CONTENTS 1 About Guide...1 2 System Requirements...2 3 Package...3 3.1 For Windows... 3 3.2 For Linux... 3 3.3 Docker image... 4 4 Windows Installation...5 4.1 Installation... 5 4.1.1 Install

More information

Quick Start Manual for Mechanical TA

Quick Start Manual for Mechanical TA Quick Start Manual for Mechanical TA Chris Thornton cwthornt@cs.ubc.ca August 18, 2013 Contents 1 Quick Install 1 2 Creating Courses 2 3 User Management 2 4 Assignment Management 3 4.1 Peer Review Assignment

More information

Installing MediaWiki using VirtualBox

Installing MediaWiki using VirtualBox Installing MediaWiki using VirtualBox Install VirtualBox with your package manager or download it from the https://www.virtualbox.org/ website and follow the installation instructions. Load an Image For

More information

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.1

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.1 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 Plug-in Configuration... 5 Dynamics CRM Configuration

More information

Perceptive TransForm E-Forms Manager

Perceptive TransForm E-Forms Manager Perceptive TransForm E-Forms Manager Installation and Setup Guide Version: 8.x Date: February 2017 2016-2017 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International Inc., registered

More information

vcenter Chargeback User s Guide

vcenter Chargeback User s Guide vcenter Chargeback 1.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions

More information

External Data Connector for SharePoint

External Data Connector for SharePoint External Data Connector for SharePoint Last Updated: August 2014 Copyright 2014 Vyapin Software Systems Private Limited. All rights reserved. This document is being furnished by Vyapin Software Systems

More information

Bomgar Vault Server Installation Guide

Bomgar Vault Server Installation Guide Bomgar Vault 17.2.1 Server Installation Guide 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property

More information

Bitnami TestLink for Huawei Enterprise Cloud

Bitnami TestLink for Huawei Enterprise Cloud Bitnami TestLink for Huawei Enterprise Cloud Description TestLink is test management software that facilitates software quality assurance. It offers support for test cases, test suites, test plans, test

More information

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3

Enterprise Vault.cloud CloudLink Google Account Synchronization Guide. CloudLink to 4.0.3 Enterprise Vault.cloud CloudLink Google Account Synchronization Guide CloudLink 4.0.1 to 4.0.3 Enterprise Vault.cloud: CloudLink Google Account Synchronization Guide Last updated: 2018-06-08. Legal Notice

More information

Installing Perseus SurveySolutions/EFM 1.4 for Windows 2000 (Microsoft Internet Information Services and Oracle Server) January 2006

Installing Perseus SurveySolutions/EFM 1.4 for Windows 2000 (Microsoft Internet Information Services and Oracle Server) January 2006 Installing Perseus SurveySolutions/EFM 1.4 for Windows 2000 (Microsoft Internet Information Services and Oracle Server) January 2006 For support, contact Perseus Technical Support at (781) 848-8100, ext.

More information

3 Installation from sources

3 Installation from sources 2019/02/02 03:16 1/11 3 Installation from sources 3 Installation from sources You can get the very latest version of Zabbix by compiling it from the sources. A step-by-step tutorial for installing Zabbix

More information

VMware AirWatch Content Gateway Guide For Linux

VMware AirWatch Content Gateway Guide For Linux VMware AirWatch Content Gateway Guide For Linux AirWatch v9.2 Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard on support.air-watch.com. This product

More information

Advanced Web Tutorial 10

Advanced Web Tutorial 10 Advanced Web Tutorial 10 Editor Brackets / Visual Studio Code Goals Creating a blog with PHP and MySql. - Set up and configuration of Xampp - Learning Data flow using Create/Read/Update and Delete Things

More information

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.2

USER MANUAL. DynamicsPort - Customer Portal for Dynamics CRM TABLE OF CONTENTS. Version: 1.2 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 Plug-in Configuration... 5 Dynamics CRM Configuration

More information

3 Installation from sources

3 Installation from sources 2018/02/14 10:00 1/11 3 Installation from sources 3 Installation from sources You can get the very latest version of Zabbix by compiling it from the sources. A step-by-step tutorial for installing Zabbix

More information

4 Installation from sources

4 Installation from sources 2018/07/12 20:48 1/10 4 Installation from sources 4 Installation from sources Overview You can get the very latest version of Zabbix by compiling it from the sources. A step-by-step tutorial for installing

More information

Mysql Server 4.1 Manually Windows 7 Start Service

Mysql Server 4.1 Manually Windows 7 Start Service Mysql Server 4.1 Manually Windows 7 Start Service If you are not running the MySQL server as a service, use mysqladmin to manually remove the previous installation and MySQL service (if the server If you

More information

Nasuni Desktop Client User Guide

Nasuni Desktop Client User Guide Nasuni combines the best features of consumer file-sharing applications with the secure and robust storage infrastructure that enterprises demand. The Nasuni Desktop Client provides an easy-to-use, enterprise-friendly

More information

Red Hat Development Suite 1.1 Installation Guide

Red Hat Development Suite 1.1 Installation Guide Red Hat Development Suite 1.1 Installation Guide Installing Red Hat Development Suite Misha Husnain Ali Supriya Bharadwaj Red Hat Developer Group Documentation Team Red Hat Development Suite 1.1 Installation

More information

Kendo Manager Installation

Kendo Manager Installation Kendo Manager Installation Project Managament Software www.kendomanager.com Version 2.0 1 TABLE OF CONTENTS Ord.number Title Page 1. Introduction 3 2. System Requirements 3 3. Step 1. Install.Net Framework

More information

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING &

CUSTOMER CONTROL PANEL... 2 DASHBOARD... 3 HOSTING & Table of Contents CUSTOMER CONTROL PANEL... 2 LOGGING IN... 2 RESET YOUR PASSWORD... 2 DASHBOARD... 3 HOSTING & EMAIL... 4 WEB FORWARDING... 4 WEBSITE... 5 Usage... 5 Subdomains... 5 SSH Access... 6 File

More information

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0

VIRTUAL GPU LICENSE SERVER VERSION , , AND 5.1.0 VIRTUAL GPU LICENSE SERVER VERSION 2018.10, 2018.06, AND 5.1.0 DU-07754-001 _v7.0 through 7.2 March 2019 User Guide TABLE OF CONTENTS Chapter 1. Introduction to the NVIDIA vgpu Software License Server...

More information

AppSpace Installation Guide. Release 4.1.1

AppSpace Installation Guide. Release 4.1.1 AppSpace Installation Guide Release 4.1.1 Disclaimer Information in this document is subject to change without notice. Copyright 2012 Nexus On-Demand All rights reserved. No part of this publication may

More information

1Integrate for ArcGIS Installation Guide. Server Edition

1Integrate for ArcGIS Installation Guide. Server Edition 1Integrate for ArcGIS Installation Guide Server Edition Product version: v 2.1 Document version: v 1.9 Document date: 03/08/2018 Copyright 2018 1Spatial plc and its affiliates. All rights reserved. Other

More information

Bitnami Open Atrium for Huawei Enterprise Cloud

Bitnami Open Atrium for Huawei Enterprise Cloud Bitnami Open Atrium for Huawei Enterprise Cloud Description Open Atrium is designed to help teams collaborate by providing an intranet platform that includes a blog, a wiki, a calendar, a to do list, a

More information

Object Storage Service. Client Guide (OBS Browser) Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD.

Object Storage Service. Client Guide (OBS Browser) Issue 02 Date HUAWEI TECHNOLOGIES CO., LTD. Issue 02 Date 2018-01-17 HUAWEI TECHNOLOGIES CO., LTD. 2018. All rights reserved. No part of this document may be reproduced or transmitted in any form or by any means without prior written consent of

More information

Release Notes RayFlow 5.2

Release Notes RayFlow 5.2 16.03.2018 Copyright Raynet GmbH (Germany, Paderborn HRB 3524). All rights reserved. Complete or partial reproduction, adaptation, or translation without prior written permission is prohibited. Release

More information

Bitnami ez Publish for Huawei Enterprise Cloud

Bitnami ez Publish for Huawei Enterprise Cloud Bitnami ez Publish for Huawei Enterprise Cloud Description ez Publish is an Enterprise Content Management platform with an easy to use Web Content Management System. It includes role-based multi-user access,

More information

Polarion 18 Enterprise Setup

Polarion 18 Enterprise Setup SIEMENS Polarion 18 Enterprise Setup POL005 18 Contents Terminology......................................................... 1-1 Overview........................................................... 2-1

More information

Edge Device Manager Quick Start Guide. Version R15

Edge Device Manager Quick Start Guide. Version R15 Edge Device Manager Quick Start Guide Version R15 Notes, cautions, and warnings NOTE: A NOTE indicates important information that helps you make better use of your product. CAUTION: A CAUTION indicates

More information

Automated Installation Guide for CentOS (PHP 7.x)

Automated Installation Guide for CentOS (PHP 7.x) Automated Installation Guide for CentOS (PHP 7.x) *Note: This script will not work on shared hosting, only works on CentOS dedicated server only. Prerequisites: Hardware: RAM: minimum 2 GB Processor: Core2duo

More information

DIGIOP ELEMENTS V8.7 NVR Software-only Installation Guide

DIGIOP ELEMENTS V8.7 NVR Software-only Installation Guide DIGIOP ELEMENTS V8.7 NVR Software-only Installation Guide About this installation guide Use this document as a guide to install your DIGIOP ELEMENTS NVR software system. It includes procedures to install

More information

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3.1 April 07, Integration Guide IBM

IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3.1 April 07, Integration Guide IBM IBM Campaign Version-independent Integration with IBM Engage Version 1 Release 3.1 April 07, 2017 Integration Guide IBM Note Before using this information and the product it supports, read the information

More information

4 Installation from sources

4 Installation from sources 2018/07/18 21:35 1/11 4 Installation from sources 4 Installation from sources You can get the very latest version of Zabbix by compiling it from the sources. A step-by-step tutorial for installing Zabbix

More information

Bitnami Pimcore for Huawei Enterprise Cloud

Bitnami Pimcore for Huawei Enterprise Cloud Bitnami Pimcore for Huawei Enterprise Cloud Description Pimcore is the open source platform for managing digital experiences. It is the consolidated platform for web content management, product information

More information

Edge Device Manager R15 Release Notes

Edge Device Manager R15 Release Notes 2017-03 Software releases are created to add new features, make enhancements or correct defects. These releases are tested on all current, actively shipping platforms and operating systems as applicable.

More information

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.

Installing and Configuring VMware Identity Manager Connector (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3. Installing and Configuring VMware Identity Manager Connector 2018.8.1.0 (Windows) OCT 2018 VMware Identity Manager VMware Identity Manager 3.3 You can find the most up-to-date technical documentation on

More information

Nasuni Data API Nasuni Corporation Boston, MA

Nasuni Data API Nasuni Corporation Boston, MA Nasuni Corporation Boston, MA Introduction The Nasuni API has been available in the Nasuni Filer since September 2012 (version 4.0.1) and is in use by hundreds of mobile clients worldwide. Previously,

More information

SafeConsole On-Prem Install Guide. version DataLocker Inc. July, SafeConsole. Reference for SafeConsole OnPrem

SafeConsole On-Prem Install Guide. version DataLocker Inc. July, SafeConsole. Reference for SafeConsole OnPrem version 5.2.2 DataLocker Inc. July, 2017 SafeConsole Reference for SafeConsole OnPrem 1 Contents Introduction................................................ 2 How do the devices become managed by SafeConsole?....................

More information

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018

VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 VMWARE HORIZON CLOUD WITH VMWARE IDENTITY MANAGER QUICK START GUIDE WHITE PAPER MARCH 2018 Table of Contents Introduction to Horizon Cloud with Manager.... 3 Benefits of Integration.... 3 Single Sign-On....3

More information

EMS MASTER CALENDAR Installation Guide

EMS MASTER CALENDAR Installation Guide EMS MASTER CALENDAR Installation Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide NFIRS 5.0 Software Version 5.3 Prepared for: FEMA Round Hill, VA 20142 Prepared by: Verizon Federal Incorporated P.O.

More information

Red Hat Development Suite 2.1

Red Hat Development Suite 2.1 Red Hat Development Suite 2.1 Installation Guide Installing Red Hat Development Suite Last Updated: 2017-12-06 Red Hat Development Suite 2.1 Installation Guide Installing Red Hat Development Suite Petra

More information

Better Translation Technology. XTM Connect Change Control for GIT (backend version)

Better Translation Technology. XTM Connect Change Control for GIT (backend version) Better Translation Technology XTM Connect Change Control for GIT (backend version) Documentation for XTM Connect Change Control for GIT. Published by XTM International Ltd. Copyright XTM International

More information

Red Hat Development Suite 2.2

Red Hat Development Suite 2.2 Red Hat Development Suite 2.2 Installation Guide Installing Red Hat Development Suite Last Updated: 2018-03-23 Red Hat Development Suite 2.2 Installation Guide Installing Red Hat Development Suite Petra

More information

Clay Tablet Connector for Adobe Experience Manager. Installation and Configuration Guide. Version 3.0.0

Clay Tablet Connector for Adobe Experience Manager. Installation and Configuration Guide. Version 3.0.0 Clay Tablet Connector for Adobe Experience Manager Installation and Configuration Guide Version 3.0.0 January 13, 2017 Copyright Copyright 2005-2017 Clay Tablet Technologies Inc. All rights reserved. All

More information

ULTEO OPEN VIRTUAL DESKTOP DEBIAN WHEEZY (7.0) SUPPORT

ULTEO OPEN VIRTUAL DESKTOP DEBIAN WHEEZY (7.0) SUPPORT ULTEO OPEN VIRTUAL DESKTOP V4.0.2 DEBIAN WHEEZY (7.0) SUPPORT Contents 1 Prerequisites: Debian Wheezy (7.0) 3 1.1 System Requirements.............................. 3 2 Repository 4 2.1 Online Method..................................

More information

SERV-U MANAGED FILE TRANSFER SERVER FTP SERVER SOFTWARE FOR SECURE FILE TRANSFER & FILE SHARING

SERV-U MANAGED FILE TRANSFER SERVER FTP SERVER SOFTWARE FOR SECURE FILE TRANSFER & FILE SHARING DATASHEET SERV-U MANAGED FILE TRANSFER SERVER FTP SERVER SOFTWARE FOR SECURE FILE TRANSFER & FILE SHARING If you re looking for a highly professional, no-nonsense FTP server, then you can t do much better

More information

Orchid Fusion VMS Installation Guide

Orchid Fusion VMS Installation Guide Orchid Fusion VMS Installation Guide Version 2.4.0 Orchid Fusion VMS Installation Guide v2.4.0 1 C O N T E N T S About the Orchid Fusion VMS Installation Guide 2 Installation 3 Working in Windows 3 Working

More information

Phpmyadmin Windows Xp

Phpmyadmin Windows Xp Manual Install Apache Win7 7 Php Mysql Phpmyadmin Windows Xp phpmyadmin allows you to control your MySQL server from a web browser. You will need to install a local web server on your Windows computer

More information

NTP Software File Auditor for Windows Edition

NTP Software File Auditor for Windows Edition NTP Software File Auditor for Windows Edition An NTP Software Installation Guide Abstract This guide provides a short introduction to installation and initial configuration of NTP Software File Auditor

More information

Forrest Terrace, Abbotsford, BC V2S 1G7 Tel: Fax: Website:

Forrest Terrace, Abbotsford, BC V2S 1G7 Tel: Fax: Website: 203-34334 Forrest Terrace, Abbotsford, BC V2S 1G7 Tel: 604-504-7936 Fax: 604-504-7976 Website: www.kcsi.ca Email: sales@kcsi.ca SIMMS Inventory Management System RFQ Module Manual Prerequisites: - SIMMS

More information

Better Translation Technology. Documentation for. XTM Bridge

Better Translation Technology. Documentation for. XTM Bridge Better Translation Technology Documentation for XTM Bridge Documentation for XTM Bridge. Published by XTM International Ltd. Copyright XTM International Ltd. All rights reserved. No part of this publication

More information

Bitnami Mantis for Huawei Enterprise Cloud

Bitnami Mantis for Huawei Enterprise Cloud Bitnami Mantis for Huawei Enterprise Cloud Description Mantis is a complete bug-tracking system that includes role-based access controls, changelog support, built-in reporting and more. A mobile client

More information

PowerPanel Enterprise

PowerPanel Enterprise INSTALLATION GUIDE PowerPanel Enterprise Rev. 1 SAVE THESE INSTRUCTIONS Please read this manual and follow the instructions for installation and use. Copyright 2018 Cyber Power Systems, Inc. All rights

More information

Getting Started with PHP

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

More information

Smart Energy & Power Quality Solutions. GridVis introduction. Dok. Nr.:

Smart Energy & Power Quality Solutions. GridVis introduction. Dok. Nr.: GridVis introduction Dok. Nr.: 2.047.006.2 Contents Minimum requirements 4 Software versions - GridVis license model 5 Installation and Activation of the GridVis Desktop Software 6 Installation of the

More information

Metasploit. Installation Guide Release 4.4

Metasploit. Installation Guide Release 4.4 Metasploit Installation Guide Release 4.4 TABLE OF CONTENTS About this Guide Target Audience...1 Organization...1 Document Conventions...1 Support...2 Support for Metasploit Pro and Metasploit Express...2

More information

Introduction. Installation. Version 2 Installation & User Guide. In the following steps you will:

Introduction. Installation. Version 2 Installation & User Guide. In the following steps you will: Introduction Hello and welcome to RedCart TM online proofing and order management! We appreciate your decision to implement RedCart for your online proofing and order management business needs. This guide

More information

Joomla Ftp Configuration Php Writable No

Joomla Ftp Configuration Php Writable No Joomla Ftp Configuration Php Writable No Installation Fortunately, desktop FTP software will handle this automatically as you upload and Make sure that configuration.php has the right settings for the

More information