Magento Optimised Template CentOS 6 with cpanel/whm V1.0

Size: px
Start display at page:

Download "Magento Optimised Template CentOS 6 with cpanel/whm V1.0"

Transcription

1 Magento Optimised Template CentOS 6 with cpanel/whm V1.0 Magento Optimised Template CentOS 6 with cpanel/whm Crucial Cloud Hosting 1

2 Contents Introduction... 2 Objectives... 3 Web Server Optimisation... 5 Web Server & Caching Nginx & Varnish... 7 Database Optimisation... 9 PHP Optimisation Alternative PHP Cache (APC) Additional Optimisations IMPORTANT: If you have NOT purchased the Server Management add-on for your service, Technical Support cannot provide any assistance regarding the features, settings, modifications or changes offered in this guide. For more information please see: Magento Optimised Template CentOS 6 with cpanel/whm Crucial Cloud Hosting 2

3 Introduction This template does not include an installation of Magento, it is purely an optimised operating system for your Magento installation to run on. Objectives The purpose of this template is to provide a range of performance based configuration options for your Magento installation. As you should be well aware, Magento is both highly resource intensive and highly configurable. Configurations will also vary wildly based on your available resources, your actual site and your actual traffic. Whilst we are attempting to lay the groundwork for a high-performance OS environment for your Magento install as a compliment to your SSD based Blaze Cloud VPS, please be aware that you will need to ensure you both understand the environment configuration and how to tune it in order to gain optimal performance for your Magento installation. Before You Start Please note that a temporary x.x IP address has been specified in the default shared IP in WHM. Your first step should be to modify this to one of your assigned Blaze VPS IP addresses eg. your primary IP. You can modify this when you first login to WHM, on Step 3 of the cpanel Setup Wizard (Click Remove for the x.x IP). Or after logging into WHM; WHM >> Server Configuration >> Basic cpanel & WHM Setup>> Basic Config >> The IP Address (only one address) that will be used for setting up shared IP virtual hosts >> Enter in your primary IP Address. If this is not set correctly, any cpanel account you create will be setup in the Apache httpd.conf with a non-existent private IP. This will cause numerous issues with Nginx. Updating Your Hostname Once you have updated your server hostname (during the cpanel Setup Wizard or manually), you will need to reboot to complete the change. This will also prevent any issues with MySQL. Updating cpanel/whm You may also wish to perform a cpanel update to ensure you re running the latest version. WHM >> Server Configuration >> Update Preferences >> Choose your Release Tier eg. Release >> Click Save >> Click Update Now Magento Optimised Template CentOS 6 with cpanel/whm Crucial Cloud Hosting 3

4 Or via command line run: # /scripts/upcp --force Starting ApacheBooster (Nginx+Varnish) Once you have created a cpanel account for your Magento installation and once DNS is pointing to the server if your domain is failing to load you should ensure Apachebooster is started correctly. Via command line run: # service apachebooster restart This service will restart the 3 underlying services and should return pid s for nginx, varnishd & httpd (apache) Magento Optimised Template CentOS 6 with cpanel/whm Crucial Cloud Hosting 4

5 Web Server Optimisation Apache Configuration Apache has been configured via EasyApache. A profile named magento-optimized with the values below has been saved which you can modify as required. Apache PHP Asis AuthnDefault Deflate Env Expires ModFCGID (fastcgi support) Fileprotect Headers MPM Prefork Mod SuPHP Proxy Version Bcmath CGI Calendar CurlSSL FTP GD Gettext Iconv Imap Mbregex Mbstring Mcrypt Mysql Mysql of the system Openssl PDO PDO MySQL POSIX Path Info Check Pear Phar SOAP SQLite3 Sockets Magento Optimised Template CentOS 6 with cpanel/whm Crucial Cloud Hosting 5

6 TTF(FreeType) Zip Zlib Additional Changes The following changes have been made to Apache via the WHM include editor, modifying the pre_main_global.conf include file with the following: KeepAlive On KeepAliveTimeout 2 KeepAlive allows multiple requests to be sent over the same TCP connection. You will need to make sure your Magento installation is making use of this feature. Magento Optimised Template CentOS 6 with cpanel/whm Crucial Cloud Hosting 6

7 Web Server & Caching Nginx & Varnish ApacheBooster v1.9 Nginx is a superior static web server to Apache. Varnish is a caching HTTP reverse proxy and allows you to cache PHP content and deliver it extremely fast. The two combined together results in an extremely high performance solution. As cpanel is installed with this template, getting Nginx and/or Varnish to work as web server requires a little more work than on a standalone OS. However, it is ready to go out of the box and greatly simplifies setup & configuration. There are several Nginx and/or Varnish plugin options for cpanel servers. Most have license fees ranging from $5-20/month or one-time fees. Most of these plugins are very well received and your license fee may include additional support features. If you have a particular preference or existing plugin license, certainly remove the plugin (see Uninstall step below) included in this template and install your plugin of choice. You can view a list of available Nginx and Varnish related plugins in the cpanel App catalog here: For this template we have chosen ApacheBooster as it has matured greatly over the last 1-2 years, is well regarded and is free! ApacheBooster integrates Nginx & Varnish to help reduce the server load and memory usage that would be present with just Apache. Note: as this is a free plugin, support is obviously limited, your system administrator should make sure they are familiar with Nginx, Varnish and troubleshooting operations of ApacheBooster eg. restarting services & changing config variables. URL: Homepage: Install (Already done) wget tar -zxf apachebooster.tar.gz cd apachebooster sh install.sh Uninstall (if required) cd apachebooster sh uninstall.sh Magento Optimised Template CentOS 6 with cpanel/whm Crucial Cloud Hosting 7

8 Configuration ApacheBooster can be configured from WHM >> Plugins >> ApacheBooster IMPORTANT: ApacheBooster inserts Nginx as the default web server instead of Apache. This is done by moving Nginx to handle http traffic on port 80 and moving Apache to port 82. Port 8082 is also required while Varnish operates on port If you are running a firewall (strongly recommended) please make sure you enable port 82, 8082 and 6082 in your firewall configuration. From the ApacheBooster panel you can perform the following operations which are extremely simple & intuitive: Restart ApacheBooster (this will restart apache, nginx & varnish) Modify the Nginx & Varnish configuration Tune Varnish variables (such as the Memory Cache amount & Static & Dynamic File Cache TTL values) Purge Varnish cache Rebuild your Vhosts (This should be done after adding any cpanel accounts) Show Connection Stats Check for Upgrade Magento & Varnish: For easier management of Varnish from you Magento backend, we recommend installing the PageCache extension: Magento Optimised Template CentOS 6 with cpanel/whm Crucial Cloud Hosting 8

9 Database Optimisation MySQL Configuration innodb_file_per_table = 1 #innodb_buffer_pool_size = >50% of total RAM innodb_buffer_pool_size = 1G #innodb_thread_concurrency = 2 * [numberofcpus] + 2 innodb_thread_concurrency = 6 innodb_flush_log_at_trx_commit = 2 innodb_autoextend_increment=512 #thread_concurrency = [number of CPUs] * 3 thread_concurrency = 6 thread_cache_size = 32 table_cache = 1024 query_cache_size = 64M query_cache_limit = 2M join_buffer_size = 8M tmp_table_size = 256M key_buffer = 32M max_allowed_packet = 16M max_heap_table_size = 256M read_buffer_size = 2M read_rnd_buffer_size = 16M bulk_insert_buffer_size = 64M myisam_sort_buffer_size = 128M myisam_max_sort_file_size = 10G myisam_repair_threads = 1 NOTE: these settings will depend greatly on your available resources and your Magento installation requirements. A perl MySQL tuner script is has been downloaded in the /root/ folder. You can run via command line: # perl mysqltuner.pl Additional MySQL Tuning Slow Query Log has been enabled in My.cnf slow_query_log = 1 slow_query_log_file = /var/lib/mysql/slow-query.log long_query_time=2 The purpose of the slow_query_log setting is to log any database queries that are over a certain, in this instance 2 seconds set by long_query_time=2 Magento Optimised Template CentOS 6 with cpanel/whm Crucial Cloud Hosting 9

10 Note: This does not mean all queries that appear in the slow-query.log file will be problematic, it merely logs slow results as a source for tracking down queries that are a potential performance drain. Magento Optimised Template CentOS 6 with cpanel/whm Crucial Cloud Hosting 10

11 PHP Optimisation PHP has been specified (Note 5.4 is 20% faster than v5.3.x however current Magento compatibility may pose issues for some installations and not recommended just yet). Magento Required PHP extensions PDO_MySQL simplexml mcrypt hash GD DOM iconv curl SOAP (required for Webservices API) PHP.ini Recommended Settings memory_limit = 256M //256M as minimum 512M or higher preferred! safe_mode = Off log_errors = On output_buffering = On realpath_cache_size = 32k realpath_cache_ttl = 7200 max_execution_time = 30 //As low as possible requires testing under load max_input_time = 30 default_socket_timeout = 90 pdo_mysql.cache_size = 2000 output_buffering = On PHP Error Reporting Error reporting is set to E_ALL and display_errors turned Off by default. In development/testing set display_errors = On. This provides you with visual troubleshooting cues that you have PHP errors. In production set display_errors = Off. Magento Optimised Template CentOS 6 with cpanel/whm Crucial Cloud Hosting 11

12 Alternative PHP Cache (APC) APC caches PHP code and runs it from memory, thus drastically reducing overhead on each PHP request and thus the server response time and is an extremely easy to configure performance boost. As Varnish is configured via the ApacheBooster plugin, we have left APC enabled. However running both Varnish + APC may be redundant. Should you wish to disable APC all you need to do is modify the php.ini with apc.enabled = 0 (1 = enable). APC version has been pre-installed. Installation has been done via WHM under the Module Installers section. WHM >> Software >> Module Installers >> PHP Pecl >> Manage extension=apc.so has been added in the php.ini along with following APC configuration variables: apc.enabled = 1 //enabled by default however Varnish is performing PHP caching under Apachebooster apc.optimization = 0 apc.shm_segments = 1 apc.shm_size = 256M apc.ttl = 7200 apc.user_ttl = 7200 apc.num_files_hint = Magento Optimised Template CentOS 6 with cpanel/whm Crucial Cloud Hosting 12

13 apc.user_entries_hint = apc.enable_cli = 1 apc.nmap_file_mask = /tmp/apc.xxxxxx apc.cache_by_default = 1 apc.max_file_size = 10M apc.include_once_override = 0 NOTE: In order to enable APC for your Magento install you must complete the following: 1) Copy the following file /usr/local/lib/php/apc.php to the root web directory of your Magento installation. 2) You must also specify a username and password by modifying this file 3) In order to use APC as the opcode cache storage for your Magento install you must modify your app/etc/local.xml file. For example: 1) cp /usr/local/lib/php/apc.php /home/<cpaneluser>/public_html/ 2) vi /home/<cpaneluser>/public_html/apc.php Edit lines 41 & 42 specifying ADMIN_USERNAME & ADMIN_PASSWORD Additionally you may: You can then load this file in a browser eg click on login and use the details you have set. 3) vi /home/<cpaneluser>/public_html/app/etc/local.xml Edit the file making sure the lines in bold are added. <global> <cache> <backend>apc</backend> <prefix>mgt_</prefix> </cache> </global> Magento Optimised Template CentOS 6 with cpanel/whm Crucial Cloud Hosting 13

14 Recommended Settings apc.enabled = 1 //enables apc apc.shm_size = 256M //this is the shared memory size for APC ie. The amount of memory dedicated to cache. Set as high as possible depending on your catalog single installation Mb. Consider allocating >1-2GB if you are using full page caching apc.enable_cli = 1 // allows cron processes to use the magento cache apc.ttl = 0 //used to auto clean the data cache. Fragmentation will grow as items expire setting to zero will prevent expiry. You will have to manually clear the cache on occasion should it become full or set higher value for apc.shm_size Monitoring & Fine Tuning You will need to utilise the apc.php file installed in your web root to monitor the opcode caching efficiency of APC and adjust accordingly. Magento Optimised Template CentOS 6 with cpanel/whm Crucial Cloud Hosting 14

15 Additional Optimisations Disk Optimisation Your Blaze Cloud VPS is already operating on all SSD Storage with blazing fast IO capabilities. This alone makes several Magento performance tweaks required for traditional SATA or SAS based storage redundant. For example, a common tweak is to store dynamic data (var/cache, var/session) in a memory-based file system such as a RAMdisk or tmpfs which reduces overall Disk IO. Our testing has shown this is general unnecessary on Blaze SSD VPS performs fast enough to cover this. Even so, we recommend enabling the noatime variable for your primary partition variable in the mount options area of /etc/fstab Edit /etc/fstab eg. # vi /etc/fstab Make sure your primary partition mount options look like the following. Add in noatime as below, save & reboot. /dev/xvda1 / ext3 usrjquota=quota.user,jqfmt=vfsv0,noatime 1 1 The noatime variable is a Linux file system mount option which disables recording of last access time (not to be confused with last modified time which is not effected). This saves the file system from a write operation every time a file is accessed which can lead to significant performance gains. Extra Yum Repositories & Packages The CentOS EPEL repository & REMI repositories have been added to the server. wget rpm -Uvh epel-release-6*.rpm wget rpm -Uvh remi-release-6*.rpm The following additional system administration packages have been pre-installed: atop htop sysstat dstat innotop All of these packages provide invaluable advanced system admin & monitoring output options for Magento Optimised Template CentOS 6 with cpanel/whm Crucial Cloud Hosting 15

16 system performance tweak. Please consult the relevant manual pages for these packages to familiarise you with their usage. Common File Locations PHP Configuration = php.ini = /usr/lib/php.ini APC Configuration = apc.php = /usr/local/lib/php/apc.php MySQL Configuration = my.cnf = /etc/my.cnf MySQL Error Log = /var/lib/mysql/<hostname>.err MySQL Slow Query Log = /var/lib/mysql/slow-query.log Apache Configuration = /usr/local/apache/conf/httpd.conf (Note: this file is modified by cpanel. Changes must be done using includes: WHM >> Apache Configuration >> Include editor) Apache Global Includes = vi /usr/local/apache/conf/includes/pre_main_global.conf Nginx Vhost directory = /usr/local/nginx/vhost/<domainname>.conf End. Magento Optimised Template CentOS 6 with cpanel/whm Crucial Cloud Hosting 16

OVERVIEW... 2. Methodology... 2. Objectives... 2. Terminology... 2. Recommended Test Protocol... 3 CLOUD SERVICES VS. DEDICATED HOSTING...

OVERVIEW... 2. Methodology... 2. Objectives... 2. Terminology... 2. Recommended Test Protocol... 3 CLOUD SERVICES VS. DEDICATED HOSTING... TABLE OF CONTENTS OVERVIEW... 2 Methodology... 2 Objectives... 2 Terminology... 2 Recommended Test Protocol... 3 CLOUD SERVICES VS. DEDICATED HOSTING... 4 SYSTEM RESOURCE MONITORING... 4 MAGENTO CONFIGURATION

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

Linux VPS with cpanel. Getting Started Guide

Linux VPS with cpanel. Getting Started Guide Linux VPS with cpanel Getting Started Guide First Edition October 2010 Table of Contents Introduction...1 cpanel Documentation...1 Accessing your Server...2 cpanel Users...2 WHM Interface...3 cpanel Interface...3

More information

The current version installed on your server is 2.6.32-431.5.1.el6.x86_64 and it's the latest available.

The current version installed on your server is 2.6.32-431.5.1.el6.x86_64 and it's the latest available. IP : nnn.nnn.nnn.n 173.255.141.4 Hostname : example.domain.com webserver.theewfinc.org OS : CentOS release 6.6 (Final) The following is a report on the security and performance of your server. It includes

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

Optimizing TYPO3 performance

Optimizing TYPO3 performance Optimizing TYPO3 performance Dmitry Dulepov (dmitry@typo3.org) Performance optimization areas: TYPO3 code TYPO3 installation Server hardware Server software Apache MySQL Optimizing TYPO3 code Hardly possible

More information

MAGENTO Migration Tools

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

More information

MAGENTO HOSTING Progressive Server Performance Improvements

MAGENTO HOSTING Progressive Server Performance Improvements MAGENTO HOSTING Progressive Server Performance Improvements Simple Helix, LLC 4092 Memorial Parkway Ste 202 Huntsville, AL 35802 sales@simplehelix.com 1.866.963.0424 www.simplehelix.com 2 Table of Contents

More information

Wednesday, October 10, 12. Running a High Performance LAMP stack on a $20 Virtual Server

Wednesday, October 10, 12. Running a High Performance LAMP stack on a $20 Virtual Server Running a High Performance LAMP stack on a $20 Virtual Server Simplified Uptime Started a side-business selling customized hosting to small e-commerce and other web sites Spent a lot of time optimizing

More information

Installation Guide Magento Localized Editions

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

More information

Parallels Plesk Automation

Parallels Plesk Automation Parallels Plesk Automation Contents Get Started 3 Infrastructure Configuration... 4 Network Configuration... 6 Installing Parallels Plesk Automation 7 Deploying Infrastructure 9 Installing License Keys

More information

Bubble Full Page Cache for Magento

Bubble Full Page Cache for Magento User Guide Author: Version: Website: Support: Johann Reinke 2.0 http://www.bubbleshop.net bubblecode.net@gmail.com Table of Contents 1 Introducing Bubble Full Page Cache... 3 1.1 Features... 3 1.2 Compatibility...

More information

Local Caching Servers (LCS): User Manual

Local Caching Servers (LCS): User Manual Local Caching Servers (LCS): User Manual Table of Contents Local Caching Servers... 1 Supported Browsers... 1 Getting Help... 1 System Requirements... 2 Macintosh... 2 Windows... 2 Linux... 2 Downloading

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

Moving Drupal to the Cloud: A step-by-step guide and reference document for hosting a Drupal web site on Amazon Web Services

Moving Drupal to the Cloud: A step-by-step guide and reference document for hosting a Drupal web site on Amazon Web Services Moving Drupal to the Cloud: A step-by-step guide and reference document for hosting a Drupal web site on Amazon Web Services MCN 2009: Cloud Computing Primer Workshop Charles Moad

More information

Document History Revision 5.0.2 Date: October 30, 2006

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

More information

Optimizing your Magento store for heavy API access. 1.0 June 2013

Optimizing your Magento store for heavy API access. 1.0 June 2013 Optimizing your Magento store for heavy API access 1.0 June 2013 About This Guide This guide is for anyone who is looking to optimise the API link speed between a Magento installation and Brightpearl.

More information

Moving to Plesk Automation 11.5

Moving to Plesk Automation 11.5 Moving to Plesk Automation 11.5 Last updated: 2 June 2015 Contents About This Document 4 Introduction 5 Preparing for the Move 7 1. Install the PA Moving Tool... 8 2. Install Mail Sync Software (Windows

More information

Bazaarvoice for Magento

Bazaarvoice for Magento Bazaarvoice Bazaarvoice for Magento Extension Implementation Guide v6.1.2.3 Version 6.1.2.3 Bazaarvoice Inc. 8/5/2015 Introduction Bazaarvoice maintains a pre-built integration into the Magento platform.

More information

CYCLOPE let s talk productivity

CYCLOPE let s talk productivity Cyclope 6 Installation Guide CYCLOPE let s talk productivity Cyclope Employee Surveillance Solution is provided by Cyclope Series 2003-2014 1 P age Table of Contents 1. Cyclope Employee Surveillance Solution

More information

Cloud.com CloudStack Community Edition 2.1 Beta Installation Guide

Cloud.com CloudStack Community Edition 2.1 Beta Installation Guide Cloud.com CloudStack Community Edition 2.1 Beta Installation Guide July 2010 1 Specifications are subject to change without notice. The Cloud.com logo, Cloud.com, Hypervisor Attached Storage, HAS, Hypervisor

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

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

Bubble Full Page Cache for Magento

Bubble Full Page Cache for Magento User Guide Author: Version: Website: Support: Johann Reinke 2.2 https://www.bubbleshop.net bubbleshop.net@gmail.com Table of Contents 1 Introducing Bubble Full Page Cache... 3 1.1 Features... 3 1.2 Compatibility...

More information

Magento Enterprise Edition White Paper!!"#$%&'()*&(+"'#(,-).#/."'(0%-(1/2$(,"-0%-3)*."("4%33"-."!

Magento Enterprise Edition White Paper!!#$%&'()*&(+'#(,-).#/.'(0%-(1/2$(,-0%-3)*.(4%33-.! Magento Enterprise Edition White Paper!!!"#$%&'()*&(+"'#(,-).#/."'(0%-(1/2$(,"-0%-3)*."("4%33"-."! "! Introduced in 2009, the Magento Enterprise Edition subscription is the leading enterprise-grade, feature-rich

More information

WHM Administrator s Guide

WHM Administrator s Guide Fasthosts Customer Support WHM Administrator s Guide This manual covers everything you need to know in order to get started with WHM and perform day to day administrative tasks. Contents Introduction...

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

E-commerce is also about

E-commerce is also about Magento server & environment optimization Get very fast page rendering, even under heavy load! E-commerce is also about NBS System 2011, all right reserved Managed Hosting & Security www.nbs-system.com

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

Server Installation/Upgrade Guide

Server Installation/Upgrade Guide Server Installation/Upgrade Guide System Version 3.8 2001-2009 Echo 360, Inc. Echo360 is a trademark of Echo360, Inc. Echo360 is a registered trademark of Echo360 Inc. in Australia. All other trademarks

More information

Installation and Deployment

Installation and Deployment Installation and Deployment Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2016 SmarterTools Inc. Installation and Deployment SmarterStats

More information

OpenCart AliExpress Affiliate Plugin User Guide

OpenCart AliExpress Affiliate Plugin User Guide OpenCart AliExpress Affiliate Plugin User Guide By TC 30 April 2015 (last updated on: 15 Oct 2015) http://www.aliwebstore.com Purpose: The purpose of this Opencart AliExpress Affiliate Plugin is to provide

More information

INUVIKA OVD INSTALLING INUVIKA OVD ON RHEL 6

INUVIKA OVD INSTALLING INUVIKA OVD ON RHEL 6 INUVIKA OVD INSTALLING INUVIKA OVD ON RHEL 6 Mathieu SCHIRES Version: 0.96.1 Published January 19, 2015 http://www.inuvika.com Contents 1 Prerequisites: RHEL 6 3 1.1 System Requirements...................................

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

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

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

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

GroundWork Monitor Open Source 5.1.0 Installation Guide

GroundWork Monitor Open Source 5.1.0 Installation Guide GroundWork Monitor Open Source 5.1 is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version

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

Host your websites. The process to host a single website is different from having multiple sites.

Host your websites. The process to host a single website is different from having multiple sites. The following guide will help you to setup the hosts, in case you want to run multiple websites on your VPS. This is similar to setting up a shared server that hosts multiple websites, using a single shared

More information

Closing the Loop: Automating Server Setups. Vanessa Vasile, InMotion Hosting

Closing the Loop: Automating Server Setups. Vanessa Vasile, InMotion Hosting Closing the Loop: Automating Server Setups Vanessa Vasile, InMotion Hosting Teeny bit about me... I'm currently a senior system administrator with InMotion Hosting, and I've been there about four years.

More information

Shop by Manufacturer Custom Module for Magento

Shop by Manufacturer Custom Module for Magento Shop by Manufacturer Custom Module for Magento TABLE OF CONTENTS Table of Contents Table Of Contents... 2 1. INTRODUCTION... 3 2. Overview...3 3. Requirements... 3 4. Features... 4 4.1 Features accessible

More information

VMware Identity Manager Connector Installation and Configuration

VMware Identity Manager Connector Installation and Configuration VMware Identity Manager Connector Installation and Configuration VMware Identity Manager This document supports the version of each product listed and supports all subsequent versions until the document

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

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

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

More information

Windows Template Creation Guide. How to build your own Windows VM templates for deployment in Cloudturk.

Windows Template Creation Guide. How to build your own Windows VM templates for deployment in Cloudturk. Windows Template Creation Guide How to build your own Windows VM templates for deployment in Cloudturk. TABLE OF CONTENTS 1. Preparing the Server... 2 2. Installing Windows... 3 3. Creating a Template...

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

CloudOYE CDN USER MANUAL

CloudOYE CDN USER MANUAL CloudOYE CDN USER MANUAL Password - Based Access Logon to http://mycloud.cloudoye.com. Enter your Username & Password In case, you have forgotten your password, click Forgot your password to request a

More information

VPS Geek Guide. cpanel/whm

VPS Geek Guide. cpanel/whm VPS Geek Guide cpanel/whm VPS Geek Guide cpanel Control Panel 1 Last Modified: November 1, 2008 Table of Contents Introduction... 4 FREE Server Configuration & Hardening... 5 Software... 5 Codecs... 5

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

About this Guide...5 1. Web Hosting...6 Concepts... 6

About this Guide...5 1. Web Hosting...6 Concepts... 6 A Guide Contents About this Guide...5 1. Web Hosting...6 Concepts... 6 Server...6 Web Server...6 Account...6 IP Address...6 Domain or Host Name...6 Registrar...6 Nameserver...7 File Transfer Protocol (FTP)...7

More information

dotdefender v5.12 for Apache Installation Guide Applicure Web Application Firewall Applicure Technologies Ltd. 1 of 11 support@applicure.

dotdefender v5.12 for Apache Installation Guide Applicure Web Application Firewall Applicure Technologies Ltd. 1 of 11 support@applicure. dotdefender v5.12 for Apache Installation Guide Applicure Web Application Firewall Applicure Technologies Ltd. 1 of 11 Installation Process The installation guide contains the following sections: System

More information

Software Environment. Options. Service guarantee:. 24/7 Hardware Support. 99% uptime

Software Environment. Options. Service guarantee:. 24/7 Hardware Support. 99% uptime Hosting : VPS 35 Service Specifications 35GB of Disk Space 2GB of RAM 100GB of Bandwidth 1 IP Address Included Hardware Specifications CPU: Xeon Lynnfield Quad-Core X3430 2.4GHz Hard drives: 2 x SAS SATA

More information

TANDBERG MANAGEMENT SUITE 10.0

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

More information

Syncplicity On-Premise Storage Connector

Syncplicity On-Premise Storage Connector Syncplicity On-Premise Storage Connector Implementation Guide Abstract This document explains how to install and configure the Syncplicity On-Premise Storage Connector. In addition, it also describes how

More information

SOA Software API Gateway Appliance 7.1.x Administration Guide

SOA Software API Gateway Appliance 7.1.x Administration Guide SOA Software API Gateway Appliance 7.1.x Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names,

More information

Camilyo APS package by Techno Mango Service Provide Deployment Guide Version 1.0

Camilyo APS package by Techno Mango Service Provide Deployment Guide Version 1.0 Camilyo APS package by Techno Mango Service Provide Deployment Guide Version 1.0 Contents Introduction... 3 Endpoint deployment... 3 Endpoint minimal hardware requirements:... 3 Endpoint software requirements:...

More information

NGASI Shared-Runtime Manager Administration and User Guide. 1999-2010 WebAppShowcase DBA NGASI

NGASI Shared-Runtime Manager Administration and User Guide. 1999-2010 WebAppShowcase DBA NGASI NGASI Shared-Runtime Manager Administration and User Guide 2 NGASI Shared-Runtime Manager Table of Contents Part I Introduction 4 0 1 Overview... 4 2 Requirements... 4 Part II Administrator 6 1 Login...

More information

WebHost Manager 7 User Guide DOCUMENTATION VERSION: 1.2

WebHost Manager 7 User Guide DOCUMENTATION VERSION: 1.2 WebHost Manager 7 User Guide DOCUMENTATION VERSION: 1.2 Table of contents 1 What is WebHost Manager? 10 2 How do I use WebHost Manager? 11 2.1 Installation..............................................

More information

OpenCart AliExpress Retail Plugin User Guide

OpenCart AliExpress Retail Plugin User Guide OpenCart AliExpress Retail Plugin User Guide By Lim Tee Chert 30 April 2015 (last updated on: 15 Oct 2015) http://www.aliwebstore.com Purpose: The purpose of this Opencart AliExpress Retail Plugin is to

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

How To Use Ngnix (Php) With A Php-Fpm (Php-Fmm) On A Web Server (Php5) On Your Web Browser) On An Ubuntu Web Server On A Raspberry Web 2.5 (Net

How To Use Ngnix (Php) With A Php-Fpm (Php-Fmm) On A Web Server (Php5) On Your Web Browser) On An Ubuntu Web Server On A Raspberry Web 2.5 (Net Powering Magento with Ngnix and PHP-FPM Written by: Yuri Golovko Alexey Samorukov Table of Contents INTRODUCTION WHY YOU SHOULD CONSIDER NGNIX NGNIX AND STATIC CONTENT HOW TO USE NGNIX NGNIX SYSTEM REQUIREMENTS

More information

Selling Virtual Private Servers. A guide to positioning and selling VPS to your customers with Heart Internet

Selling Virtual Private Servers. A guide to positioning and selling VPS to your customers with Heart Internet Selling Virtual Private Servers A guide to positioning and selling VPS to your customers with Heart Internet Contents Page Introduction 3 What are VPS? 3 Who are VPS customers? 6 VPS key selling points

More information

Mirtrak 6 Powered by Cyclope

Mirtrak 6 Powered by Cyclope Mirtrak 6 Powered by Cyclope Installation Guide Mirtrak Activity Monitoring Solution v6 is powered by Cyclope Series 2003-2013 Info Technology Supply Ltd. 2 Hobbs House, Harrovian Business Village, Bessborough

More information

W3Perl A free logfile analyzer

W3Perl A free logfile analyzer W3Perl A free logfile analyzer Features Works on Unix / Windows / Mac View last entries based on Perl scripts Web / FTP / Squid / Email servers Session tracking Others log format can be added easily Detailed

More information

Advanced 100 GB storage space. Unlimited monthly bandwidth. Pro 150 GB storage space. Unlimited monthly bandwidth. Horde Squirrelmail Round Cube Mail

Advanced 100 GB storage space. Unlimited monthly bandwidth. Pro 150 GB storage space. Unlimited monthly bandwidth. Horde Squirrelmail Round Cube Mail Name Storage capacity and bandwidth allowance Email features Digital Pacific (Business ) Basic 25 GB storage space. 100 GB monthly Standard 50 GB storage space. Advanced 100 GB storage space. Pro 150 GB

More information

GlobalSign Solutions

GlobalSign Solutions GlobalSign Solutions SNI + CloudSSL Implementation Guide Hosting Multiple SSL on a Single IP Address Contents Introduction... 3 Why do hosting companies want SNI/CloudSSL?... 3 Configuration instructions...

More information

Applications Manager Best Practices document

Applications Manager Best Practices document Applications Manager Best Practices document This document will list the AdventNet ManageEngine Applications Manager best practices 1. Hardware and Software requirements 2. Configuring Applications Manager

More information

Semantic based Web Application Firewall (SWAF - V 1.6)

Semantic based Web Application Firewall (SWAF - V 1.6) Semantic based Web Application Firewall (SWAF - V 1.6) Installation and Troubleshooting Manual Document Version 1.0 1 Installation Manual SWAF Deployment Scenario: Client SWAF Firewall Applications Figure

More information

Core Protection for Virtual Machines 1

Core Protection for Virtual Machines 1 Core Protection for Virtual Machines 1 Comprehensive Threat Protection for Virtual Environments. Installation Guide e Endpoint Security Trend Micro Incorporated reserves the right to make changes to this

More information

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4

Pcounter Web Report 3.x Installation Guide - v2014-11-30. Pcounter Web Report Installation Guide Version 3.4 Pcounter Web Report 3.x Installation Guide - v2014-11-30 Pcounter Web Report Installation Guide Version 3.4 Table of Contents Table of Contents... 2 Installation Overview... 3 Installation Prerequisites

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

http://docs.trendmicro.com

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

More information

Installation Manual for Catalog Infinite Scroll extension

Installation Manual for Catalog Infinite Scroll extension Installation Manual for Catalog Infinite Scroll extension This manual describes the installation, configuration and usage of the Catalog Infinite Scroll extension for Magento 2. Release Date: May 22, 2016

More information

OnCommand Performance Manager 1.1

OnCommand Performance Manager 1.1 OnCommand Performance Manager 1.1 Installation and Setup Guide For Red Hat Enterprise Linux NetApp, Inc. 495 East Java Drive Sunnyvale, CA 94089 U.S. Telephone: +1 (408) 822-6000 Fax: +1 (408) 822-4501

More information

Comodo Web Application Firewall Software Version 2.11

Comodo Web Application Firewall Software Version 2.11 2 Comodo Web Application Firewall Software Version 2.11 Quick Start Guide Guide Version 2.11.071315 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 1.Comodo Web Application Firewall - Quick

More information

OS Installation Guide Red Hat Linux 9.0

OS Installation Guide Red Hat Linux 9.0 OS Installation Guide Red Hat Linux 9.0 C o n t e n t s Contents 3 About This Guide 5 1 Planning Your Installation 7 Requirements 7 2 Installing Red Hat 9.0 Error! Bookmark not defined. What s Next? 19

More information

Alinto Mail Server Pro

Alinto Mail Server Pro Alinto Mail Server Pro Installation Guide Alinto Version 2.0.1 Index 1. Introduction....................................................................................... 1 2. Prerequisites......................................................................................

More information

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

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

More information

owncloud Enterprise Edition on IBM Infrastructure

owncloud Enterprise Edition on IBM Infrastructure owncloud Enterprise Edition on IBM Infrastructure A Performance and Sizing Study for Large User Number Scenarios Dr. Oliver Oberst IBM Frank Karlitschek owncloud Page 1 of 10 Introduction One aspect of

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

Drupal Performance Tips and Tricks. Khalid Baheyeldin. http://2bits.com Drupal Camp Toronto 2014

Drupal Performance Tips and Tricks. Khalid Baheyeldin. http://2bits.com Drupal Camp Toronto 2014 Drupal Performance Tips and Tricks Khalid Baheyeldin http://2bits.com Drupal Camp Toronto 2014 About Khalid 29 years in software development and software consulting First computer: Sinclair ZX Spectrum

More information

ULTEO OPEN VIRTUAL DESKTOP UBUNTU 12.04 (PRECISE PANGOLIN) SUPPORT

ULTEO OPEN VIRTUAL DESKTOP UBUNTU 12.04 (PRECISE PANGOLIN) SUPPORT ULTEO OPEN VIRTUAL DESKTOP V4.0.2 UBUNTU 12.04 (PRECISE PANGOLIN) SUPPORT Contents 1 Prerequisites: Ubuntu 12.04 (Precise Pangolin) 3 1.1 System Requirements.............................. 3 1.2 sudo.........................................

More information

Igor Seletskiy. CEO, CloudLinux

Igor Seletskiy. CEO, CloudLinux Optimizing PHP settings for Shared Hosting March M h 21 21, 212 Igor Seletskiy CEO, CloudLinux Type Security Performance Stability bl mod_php Scary Excellent Bad mod_php + mod_ruid2 Questionable Excellent

More information

About This Document 3. About the Migration Process 4. Requirements and Prerequisites 5. Requirements... 5 Prerequisites... 5

About This Document 3. About the Migration Process 4. Requirements and Prerequisites 5. Requirements... 5 Prerequisites... 5 Contents About This Document 3 About the Migration Process 4 Requirements and Prerequisites 5 Requirements... 5 Prerequisites... 5 Installing the Migration Tool and Enabling Migration 8 On Linux Servers...

More information

Manual Prepared by GalaxyVisions Customer Care Team

Manual Prepared by GalaxyVisions Customer Care Team Toll Free: 1.866-GVHOST1 (484-6781) 882 3rd Ave, 8th Floor, Brooklyn, Ny 11232 Manual Prepared by GalaxyVisions Customer Care Team cpanel GameServers (cpgs) This add on provides hosting companies the ability

More information

ServerPronto Cloud User Guide

ServerPronto Cloud User Guide ServerPronto Cloud User Guide Virtual machines Virtual machines are based on templates and are deployed on hypervisors. Hypervisors give them access to CPU, disk and network resources. The ServerPronto

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

Interworks. Interworks Cloud Platform Installation Guide

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

More information

Dedicated Servers InfoGuide

Dedicated Servers InfoGuide Dedicated Servers InfoGuide Who is this Product for? ü Resellers who serve clients who need Dedicated Servers to host their Applications ü Those who want to Resell Hosting to thousands of customers using

More information

Prerequisites and Configuration Guide

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

More information

Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5. Version 1.0

Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5. Version 1.0 Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5 Version 1.0 November 2008 Deploying IBM Lotus Domino on Red Hat Enterprise Linux 5 1801 Varsity Drive Raleigh NC 27606-2072 USA Phone: +1 919 754

More information

42goISP Documentation

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

More information

IBM Cloud Manager with OpenStack

IBM Cloud Manager with OpenStack IBM Cloud Manager with OpenStack Download Trial Guide Cloud Solutions Team: Cloud Solutions Beta cloudbta@us.ibm.com Page 1 Table of Contents Chapter 1: Introduction...3 Development cycle release scope...3

More information

Comodo Web Application Firewall Software Version 2.0

Comodo Web Application Firewall Software Version 2.0 2 Comodo Web Application Firewall Software Version 2.0 Administrator Guide Guide Version 2.0.020915 Comodo Security Solutions 1255 Broad Street Clifton, NJ 07013 Table of Contents 1. Comodo Free ModSecurity

More information

Serving 4 million page requests an hour with Magento Enterprise

Serving 4 million page requests an hour with Magento Enterprise 1 Serving 4 million page requests an hour with Magento Enterprise Introduction In order to better understand Magento Enterprise s capacity to serve the needs of some of our larger clients, Session Digital

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

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

Drupal Performance Tuning

Drupal Performance Tuning Drupal Performance Tuning By Jeremy Zerr Website: http://www.jeremyzerr.com @jrzerr http://www.linkedin.com/in/jrzerr Overview Basics of Web App Systems Architecture General Web

More information

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

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

More information