10/26/2017. m-r Nikolche Shulevski, m-r Zoran Milevski Moodle Macedonia

Size: px
Start display at page:

Download "10/26/2017. m-r Nikolche Shulevski, m-r Zoran Milevski Moodle Macedonia"

Transcription

1 1

2 STARI HOSTING Web Server Dual Intel Xeon E GHz, Turbo 2.5GHz 12 Cores, 24 w/ HT 12,947 CPUMark Score 32 GB RAM Primary Harddrive: 512GB SSD Hard Drive 2: 512GB SSD Hard Drive 3: 2TB HDD Hard Drive 4: 2TB HDD cpanel/whm CentOS bit 3.8 TB of Bandwidth Admin= user+pass Database server: Intel Xeon E31230 V2 3.3GHz, Turbo 3.7GHz 4 Cores, 8 w/ HT 8,883 CPUMark Score 8 GB RAM 2x 128 GB SSD HDD s CentOS Stock Apache and Mysql v5.5.34, php

3 STARI HOSTING Moodle (Build: ) - Moodle Platform 1 - Moodle Platform 2 - Moodle Platform 3 - Moodle Platform 4 - Moodle Platform 5 - Moodle Platform 6 Number of courses: Number of users: MoodleData folder size 150GB GB Database size 15GB - 32GB 3

4 Ubuntu LTS 4

5 STARI HOSTING Ubuntu LTS Admin= user+pass 5

6 X 6 X 6 X 6 6

7 STARI HOSTING W E B S E R V E R W E B S E R V E R R D B S E R V E R R D B S E R V E R 7

8 Korak 1 STARI HOSTING OPTIMIZACIJE POSTOJECIH MOODLE SAJTOVA 1. Manuelni cron iz URL: Home Site administration Security Site policies 8

9 Korak 1 STARI HOSTING OPTIMIZACIJE POSTOJECIH MOODLE SAJTOVA 2. Izbrishi cache: Home Site administration Development Purge all caches 9

10 Korak 1 STARI HOSTING OPTIMIZACIJE POSTOJECIH MOODLE SAJTOVA 3. Cleanup: Home Site administration Server Cleanup 10

11 Korak 1 STARI HOSTING OPTIMIZACIJE POSTOJECIH MOODLE SAJTOVA 4. Standard log: Home Site administrati on Plugins Logging Standard log 11

12 Korak 1 STARI HOSTING OPTIMIZACIJE POSTOJECIH MOODLE SAJTOVA 5. Opet manuelni cron iz URL: Home Site administration Security Site policies 12

13 Korak 2 STARI HOSTING ZIPOVANJE MOODLE I MOODLEDATA fajlova zip -r moodledata.zip home/moodledata/ zip -r moodlefiles.zip home/public_html/ 13

14 Korak 3 STARI HOSTING EXPORTIRANJA DATABAZE Export > Custom > Format: SQL Go Download to local PC 14

15 Korak 4 Priprema ubuntu server (Install Linux, Apache, MySQL, PHP (LAMP) stack on Ubuntu 16.04) - Install zip unzip sudo apt-get install unzip - Install Apache sudo apt-get update sudo apt-get install apache2 - Install MySQL sudo apt-get update sudo apt-get install mysql-server - Install PHP sudo apt-get install php libapache2-mod-php php-mcrypt php-common - Install PHP modules sudo apt-get install php-mysql php-xml php-zip php-sqlite3 php-mbstring php-curl php-intl php-iconv php-openssl php-tokenizer php-xmlrpc php-soap php-ctype php-gd php-simplexml php-spl php-pcre php-dom php-json php-mysqlnd - Install phpmyadmin sudo apt-get install phpmyadmin php-gettext 15

16 Korak 5 Install Webmin wget sudo apt-key add jcameron-key.asc sudo apt-get update sudo apt-get install webmin 16

17 STA SVE JE INSTALIRANO NA : ubuntu deb.sury.org + 4 Apache Web server version MySQL server version PHP version phpmyadmin version deb2ubuntu2 Sendmail mail server version SSH server Version OpenSSH_7.2 Webmin version

18 Korak 6 18

19 Korak 6 19

20 Korak 6 20

21 Korak 6 Kopiranja moodledata fajlova iz starog na novog servera 21

22 Korak 6 Kopiranja moodledata fajlova iz starog na novog servera Example: Moodledata folder > /var/www/moodledata!!! Moodledata folder = stari hosting = 200 GB!!!! Download from old server >>> Upload to new server Open SSH client from old server (A) Copy moodledata.zip to the new server (B): scp /path/to/file UsernameofB@IPofB:/path/to/destination Example: scp /var/www/moodledata/moodledata.zip userb@ipadressb:/var/www/moodledata Ne zaboravite podesiti Permissions I Ownership!!! 22

23 Korak 7 Kopiranja moodle fajlova iz starog na novog servera Example: Moodle folder > /var/www/html/moodle Dve mogucnosti: 1. Download from old server >>> Upload to new server 2. Open SSH client from old server (A) Copy moodle.zip to the new server (B): scp /path/to/file UsernameofB@IPofB:/path/to/destination Example: scp /var/www/html/moodle/moodle.zip userb@ipadressb:/var/www/html/moodle Ne zaboravite podesiti Permissions I Ownership!!! 23

24 Korak 8 Podgotovku MySQL Server Webmin Server MySQL Database Server Module Config MySQL configuration file: /etc/mysql/ Webmin Others File Manager open Navigate to: /etc/mysql/mysql.cnf >>> right click >>> edit 24

25 Korak 8 Podgotovku MySQL Server Add to mysql.cnf [mysql] max_allowed_packet= connect_timeout = net_buffer_length = debug-info = TRUE [mysqld] port=3306 explicit_defaults_for_timestamp = TRUE connect_timeout = net_write_timeout = wait_timeout = max_allowed_packet = 5024M interactive_timeout = net_buffer_length = net_read_timeout =

26 Korak 9 Upload DB to new server Upload DB file(s) via SFTP to any folder. Example: moodle.sql or moodle.sql, moodle (1).sql, moodle (2).sql.. Webmin Server MySQL Database Server Create a new database Open a new Database >>>>> Execute SQL >>>>> Run SQL from file >>>>> From local file >>>> find the folder with uploaded DB file(s) >>>> Execute. 100% Finish without errors. Ne zaboravite podesiti User Permissions I Database Permissions!!! 26

27 Korak 10 Configuracija fajl> php.ini How to Find the Location of Your php.ini File Otvori SSH Client> php i $ php -i grep 'Configuration File' Configuration File (php.ini) Path => /etc/php/5.6/apache2 Loaded Configuration File => /etc/php/6.5/apache2/php.ini Webmin Others File Manager Open Navigate to /etc/php/5.6/apache2/php.ini >>> right click >>> edit 27

28 Korak 10 extension=mysqli.so allow_url_fopen = on allow_url_include = Off asp_tags = Off display_errors = Off enable_dl = On file_uploads = On max_execution_time = 900 max_input_time = 120 max_input_vars = 5000 memory_limit = 4096M session.gc_maxlifetime = 1440 session.save_path = "" upload_max_filesize = 300M post_max_size = 256M extension=php_xmlrpc.dll extension=php_iconv.dll extension=php_mbstring.dll extension=php_curl.dll extension=php_openssl.dll extension=iconv.so register_globals = off safe_mode = off magic_quotes_gpc = off magic_quotes_runtime = off session.auto_start = off session.bug_compat_warn = off extension=php_intl.dll Configuracija fajl> php.ini Webmin [intl] intl.default_locale = en_utf8 intl.error_level = E_WARNING magic_quotes_runtime=off extension = fileinfo.so [opcache] opcache.enable = 1 opcache.memory_consumption = 64 opcache.max_accelerated_files = 8000 opcache.revalidate_freq = 60 ; Required for Moodle opcache.use_cwd = 1 opcache.validate_timestamps = 1 opcache.save_comments = 1 opcache.enable_file_override = 0 Servers Apache Webserver Stop Start 28

29 Korak 11 Configuracija fajl> config.php Webmin Others File Manager Open Navigate to /var/www/html/moodle/config.php >>> right click >>> edit 29

30 Korak 11 Configuracija fajl> config.php <?php // Moodle configuration file unset($cfg); global $CFG; $CFG = new stdclass(); $CFG->dbtype = 'mysqli'; $CFG->dblibrary = 'native'; $CFG->dbhost = IP_DB SERVER'; $CFG->dbname = DBNAME'; $CFG->dbuser = DBUSER'; $CFG->dbpass = DBPASS'; $CFG->prefix = 'mdl_'; $CFG->dboptions = array ( 'dbpersist' => 0, 'dbport' => '', 'dbsocket' => '', ); $CFG->wwwroot = ' $CFG->dataroot = '/var/www/moodledata'; $CFG->admin = 'admin'; $CFG->directorypermissions = 0777; require_once(dirname( FILE ). '/lib/setup.php'); 30

31 W E B S E R V E R D B + + config.php = S E R V E R X 6 = 74 sati rad 31

32 HOSTING for MOODLE????? Small Hosting Shared Hosting OWN Server VPS Hosting Dedicated Server Cloud Hosting 32

33 HOSTING for MOODLE????? Small Hosting Shared Hosting OWN Server VPS Hosting Dedicated Server Cloud Hosting Disk usage Physical Memory Usage Bandwidth Ograniceni broja DB I DB storage RAM Memory CPU Usage I/O Usage IOPS Entry Processes Number of Processes php: max_execution_time max_input_time memory_limit upload_max_filesize post_max_size extension=php_intl.dll Php Version 5.4, 5.5, 5.6, 7.0, 7.1 Support Server Antivirus server security PRICE??? 33

34 THE BEST MOODLE SERVER

35 DOWNLOAD TUTORIAL 35

MOODLE. IT administrators Manual. Installing Moodle 2.7.x under Windows Server 2008 r2 SP1. Al-Quds Open University

MOODLE. IT administrators Manual. Installing Moodle 2.7.x under Windows Server 2008 r2 SP1. Al-Quds Open University MOODLE IT administrators Manual Installing Moodle 2.7.x under Windows Server 2008 r2 SP1 Al-Quds Open University August 2014 Table of Contents What is Moodle?... 5 Moodle requirements... 5 Hardware (Server

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

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

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

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

B2B Installation Manual, System Requirements & Folder Structure

B2B Installation Manual, System Requirements & Folder Structure B2B Installation Manual, System Requirements & Folder Structure 1 Contents Installation Manual : 1. Add/Change Base URL 3 2. Configure Database 3 3. Add/Change RewriteBase 4 4. Uploading and Completing

More information

Magento Migration Tool. User Guide. Shopify to Magento. Bigcommerce to Magento. 3DCart to Magento

Magento Migration Tool. User Guide. Shopify to Magento. Bigcommerce to Magento. 3DCart to Magento Magento Migration Tool User Guide Shopify to Magento Bigcommerce to Magento 3DCart to Magento Copyright 2015 LitExtension.com. All Rights Reserved. Page 1 Contents 1. Preparation... 3 2. Setup... 4 3.

More information

CCMS Installation Instructions

CCMS Installation Instructions CCMS Installation Instructions August 2012 Rev. 1.8.0 Ceedo Technologies, Ltd. 21 Hamelacha St. P.O. Box 11695 Park Afek, Rosh-Haayin, Israel 48091 T +972-7-322-322-00 www.ceedo.com 2012 Ceedo Technologies,

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

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

IT STARTED WITH A KICKSTARTER CAMPAIGN

IT STARTED WITH A KICKSTARTER CAMPAIGN IT STARTED WITH A KICKSTARTER CAMPAIGN http://www.kickstarter.com/projects/224590870/the-guide-to-glorantha Wild success, raised much more than expected! Attracted a lot of traffic to the website Shared

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

How to force automatic removal of deleted files in nextcloud

How to force automatic removal of deleted files in nextcloud How to force automatic removal of deleted files in nextcloud Nextcloud will get rid of files that have been deleted for 30 days. However in reality these files will remain on the server until such a time

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

Saurus CMS Installation Guide

Saurus CMS Installation Guide Saurus CMS Installation Guide Document version: English, 4.2.0 Saurus 2000-2006 Contents Contents CONTENTS...2 SYSTEM REQUIREMENTS...3 SERVER PLATFORMS...3 OTHER REQUIREMENTS...3 USED LGPL COMPONENTS...3

More information

Integrating Mahara with Moodle running under https

Integrating Mahara with Moodle running under https Server environment: Integrating Mahara 1.8.1 with Moodle 2.6.1 running under https Windows 2012 SP2 server on both machines Internet Information Services 9.5 PostgresSQL 9.3 PHP version 5.5.8 Installation

More information

Android Smartphone as a Portable Web Server

Android Smartphone as a Portable Web Server Android Smartphone as a Portable Web Server Mr. B.Rajashekar (1) Mr. J.Suman (2) Student Assistant Professor CSE Department CSE Department BVRIT, Vishnupur, Narsapur. BVRIT, Vishnupur, Narsapur. Abstract

More information

The SHARED hosting plan is designed to meet the advanced hosting needs of businesses who are not yet ready to move on to a server solution.

The SHARED hosting plan is designed to meet the advanced hosting needs of businesses who are not yet ready to move on to a server solution. SHARED HOSTING @ RS.2000/- PER YEAR ( SSH ACCESS, MODSECURITY FIREWALL, DAILY BACKUPS, MEMCHACACHED, REDIS, VARNISH, NODE.JS, REMOTE MYSQL ACCESS, GEO IP LOCATION TOOL 5GB FREE VPN TRAFFIC,, 24/7/365 SUPPORT

More information

Dockerfile Documentation

Dockerfile Documentation Dockerfile Documentation Release Florian Tatzel Feb 04, 2018 Contents 1 Introduction 3 1.1 What are the Dockerfile for?....................................... 3 2 Docker images 5 2.1 webdevops/ansible............................................

More information

Table of Contents. Copyright CMSmart.net. All Rights Reserved. Back on top

Table of Contents. Copyright CMSmart.net. All Rights Reserved. Back on top Table of Contents The Ecommerce Marketplace Networks 1. About... 2 About Product... 2 System Requirements:... 3 2. Installation... 5 Step 1: Unzip Package... 5 Step 2: Upload and Install in Admin Panel...

More information

Bitnami Moodle for Huawei Enterprise Cloud

Bitnami Moodle for Huawei Enterprise Cloud Bitnami Moodle for Huawei Enterprise Cloud Description Moodle is a Course Management System that is designed using sound pedagogical principles to help educators create effective online learning communities.

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

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

Software Installation Manual

Software Installation Manual Software Installation Manual LEMA Course Scheduling System Team 12 Name Primary Role Secondary Role David Wiggins Project Manager Developer Aakash Shah Prototyper Developer Kushalpreet Kaur Developer Developer

More information

EASYLAMP UBUNTU V1.0 DOCUMENT OWNER: OUDHUIS, JONATHAN INGRAM MICRO CLOUD EUROPE

EASYLAMP UBUNTU V1.0 DOCUMENT OWNER: OUDHUIS, JONATHAN INGRAM MICRO CLOUD EUROPE EASYLAMP UBUNTU V1.0 DOCUMENT OWNER: OUDHUIS, JONATHAN INGRAM MICRO CLOUD EUROPE CONTENTS 1 Introduction... 2 2 Creating and configuring a virtual machine... 3 3 Installing Apache... 8 4 Installing MySQL...

More information

Table of Contents. Back on top. Copyright Netbaseteam.com

Table of Contents. Back on top. Copyright Netbaseteam.com Table of Contents 1. About... 2 About Product... 2 System Requirements... 3 2. Configuration... 3 How to use... 3 Quick View Configuration... 3 Product Extra Hint... 6 Add to Cart button... 6 Link to Product

More information

Zend Server 5.x Installation Guide

Zend Server 5.x Installation Guide Zend Server 5.x Installation Guide By Zend Technologies www.zend.com This is the Installation Guide for Zend Server Zend, Version 5.0. The information in this document is subject to change without notice

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

Apache Manual Install Ubuntu Php Mysql >>>CLICK HERE<<<

Apache Manual Install Ubuntu Php Mysql >>>CLICK HERE<<< Apache Manual Install Ubuntu Php Mysql Phpmyadmin 12.04 Lts I'll be working from a Liquid Web Core Managed Ubuntu 14.04 LTS server, and I'll be logged in as root. A LAMP, Linux, Apache, MySQL and PHP,

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

OpenEMR INSTALLATION AND UPGRADE Quick guide

OpenEMR INSTALLATION AND UPGRADE Quick guide OpenEMR INSTALLATION AND UPGRADE Quick guide Preliminary documentation September 2 nd, 2009 Updated February 1 st, 2010 Amended on July 13 th, 2010 Amended September 22, 2010 Page 1 of 19 Preliminary notes

More information

شرکت توسعه ارتباطات پردیس پارس. owncloud. The last file sharing platform you'll ever need

شرکت توسعه ارتباطات پردیس پارس. owncloud. The last file sharing platform you'll ever need شرکت توسعه ارتباطات پردیس پارس owncloud The last file sharing platform you'll ever need. Explore the Features: Click Sync and Share Your Data, with Ease A Safe Home for All Your Data Your Data is Where

More information

Earth Observation Innovation Platform _. Price List

Earth Observation Innovation Platform _. Price List Earth Observation Innovation Platform _ Price List 2 Computing Cloud VMs Computing cloud is organized into instances (so called VMs - Virtual Machines). VMs contain virtual CPUs - vcores, RAM memory and

More information

SETTING UP 3 WORDPRESS SITES ON APACHE AND UBUNTU BY RAMI

SETTING UP 3 WORDPRESS SITES ON APACHE AND UBUNTU BY RAMI SETTING UP 3 WORDPRESS SITES ON APACHE AND UBUNTU 14.04 BY RAMI SETTING UP 3 WORDPRESS SITES ON APACHE SERVER AND UBUNTU 14.04 THE SET UP This may be a little rough in some places because not all the terms

More information

LAMP Stack - VMware Sample Blueprint

LAMP Stack - VMware Sample Blueprint LAMP Stack - VMware Sample Blueprint Goal and Overview The Microsoft SQL Server 2014 SP1 VMware sample blueprints is a working sample of provisioning a full Microsoft stack that includes IIS,.NET and Microsoft

More information

Phpmyadmin Ubuntu 10.04

Phpmyadmin Ubuntu 10.04 Manual Install Apache Win7 7 Php Mysql Phpmyadmin Ubuntu 10.04 sudo apt-get install apache2 mysql-server php5 php5-mysql Example: sudo apt-get install php-apc php5-intl imagemagick phpmyadmin vsftpd php5-cli.

More information

GIFT SHOP USER GUIDE. For gift, flower, toy and accessories stores. Version 1.0

GIFT SHOP USER GUIDE. For gift, flower, toy and accessories stores. Version 1.0 GIFT SHOP For gift, flower, toy and accessories stores USER GUIDE Version 1.0 Contents 1. WELCOME... 3 2. SERVER REQUIREMENTS... 3 3. INSTALLATION... 3 4. IMPORT SAMPLE DATA... 6 5. THEME OPTIONS... 7

More information

Sugar Corporate 7.6 Installation and Upgrade Guide

Sugar Corporate 7.6 Installation and Upgrade Guide Sugar Corporate 7.6 Installation and Upgrade Guide 1 / 34 Sugar Corporate 7.6 Installation and Upgrade Guide... 3 Overview... 3 Installing an On-Site Instance... 3 Installation Prerequisites... 3 PHP...

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

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

Migration Tool. User Guide. SHOPIFY to MAGENTO. Copyright 2014 LitExtension.com. All Rights Reserved.

Migration Tool. User Guide. SHOPIFY to MAGENTO. Copyright 2014 LitExtension.com. All Rights Reserved. SHOPIFY to MAGENTO Migration Tool User Guide Copyright 2014 LitExtension.com. All Rights Reserved. Shopify to Magento Migration Tool: User Guide Page 1 Contents 1. Preparation... 3 2. Set-up... 3 3. Set-up...

More information

How To Start Mysql Use Linux Command Line Client In Ubuntu

How To Start Mysql Use Linux Command Line Client In Ubuntu How To Start Mysql Use Linux Command Line Client In Ubuntu Getting started with MySQL for web and server applications on Ubuntu 14.04 LTS (Trusty Tahr). get started with MySQL on an Ubuntu 14.04 LTS (Trusty

More information

How To Start Mysql Using Linux Command Line Client In Ubuntu

How To Start Mysql Using Linux Command Line Client In Ubuntu How To Start Mysql Using Linux Command Line Client In Ubuntu Step One: Install MySQL Client On Debian, Ubuntu or Linux Mint: Before you start typing commands at the MySQL prompt, remember that each In

More information

When the plug-in is installed, you get a new button, to go to Upgrade application screen:

When the plug-in is installed, you get a new button, to go to Upgrade application screen: Technical Documentation Reference : Plugin Install Auto Version : V1.0 Plug-in Install Auto Introduction The objective of this document is to explain how to use the plug-in "Install Auto". With this plug-in

More information

Notice: Open-LIMS can not run in XAMPP/WAMP/LAMP-environments. You have to setup a web-server, PostgreSQL, PHP and its extensions manually.

Notice: Open-LIMS can not run in XAMPP/WAMP/LAMP-environments. You have to setup a web-server, PostgreSQL, PHP and its extensions manually. Installation and Update Open-LIMS; First Steps Version 0.3.9.9-6 1 Preface This document describes the installation and the update of Open-LIMS, Version 0.3.9.9-6 and introduces into the first steps of

More information

Zend Server Community Edition 5.x Installation Guide

Zend Server Community Edition 5.x Installation Guide Zend Server Community Edition 5.x Installation Guide By Zend Technologies www.zend.com Zend Server Community Edition Installation Guide This is the Installation Guide for Zend Server Community Edition,

More information

Zend Server Cluster Manager 5.6 Installation Guide

Zend Server Cluster Manager 5.6 Installation Guide Zend Server Cluster Manager 5.6 Installation Guide By Zend Technologies www.zend.com Abstract This is the Installation Guide for Zend Server Version 5.6. The information in this document is subject to

More information

Bitnami JRuby for Huawei Enterprise Cloud

Bitnami JRuby for Huawei Enterprise Cloud Bitnami JRuby for Huawei Enterprise Cloud Description JRuby is a 100% Java implementation of the Ruby programming language. It is Ruby for the JVM. JRuby provides a complete set of core built-in classes

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

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

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

Phpmyadmin Ubuntu Server

Phpmyadmin Ubuntu Server Manual Install Apache Win7 7 Php Mysql Phpmyadmin Ubuntu Server Error: Ubuntu installation does not detect Windows 7. Reference: Show locations of a particular software $ dpkg -L mysql-server. To check

More information

Bitnami OroCRM for Huawei Enterprise Cloud

Bitnami OroCRM for Huawei Enterprise Cloud Bitnami OroCRM for Huawei Enterprise Cloud Description OroCRM is a flexible open-source CRM application. OroCRM supports your business no matter the vertical. If you are a traditional B2B company, franchise,

More information

Introduction Introduction Architecture Overview LAMP Server Limesurvey Custom Made Development... 3

Introduction Introduction Architecture Overview LAMP Server Limesurvey Custom Made Development... 3 INSTALLATION GUIDE INTRODUCTION This Installation Guide provides guidelines and steps for installing the Tracking progress Tool (http://www.trackingprogressinitiative.org) on a local server. CONTENTS Introduction...

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

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 Contents 1. Preparation... 3 2. Set-up... 4 3. Set-up... 5 4. License

More information

Installing LAMP on Ubuntu and (Lucid Lynx, Maverick Meerkat)

Installing LAMP on Ubuntu and (Lucid Lynx, Maverick Meerkat) Installing LAMP on Ubuntu 10.04 and 10.10 (Lucid Lynx, Maverick Meerkat) April 29, 2010 by Linerd If you're developing websites, it's nice to be able to test your code in the privacy of your own computer

More information

Portal Administrator Guide 1 June 2014

Portal Administrator Guide 1 June 2014 Portal Administrator Guide 1 June 2014 Overview... 1 Architecture... 1 Supported Operating Systems... 1 Installation and Prerequisites... 1 Minimum and Recommended Hardware... 2 Network Firewall... 2 Mailborder

More information

School of Information and Computer Technology Sirindhorn International Institute of Technology Thammasat University

School of Information and Computer Technology Sirindhorn International Institute of Technology Thammasat University School of Information and Computer Technology Sirindhorn International Institute of Technology Thammasat University ITS351 Database Programming Laboratory Laboratory #1: HTML & CSS Objective: - To introduce

More information

Direct V2 Integration Administrator User Manual

Direct V2 Integration Administrator User Manual Guides.turnitin.com Direct V2 Integration Administrator User Manual Downloading the Moodle Direct Code Package LMS Migration Information Installation, Uninstall and Configuration Custom User Roles Troubleshooting

More information

NADA 3.0. N o v e m b e r

NADA 3.0. N o v e m b e r NADA 3.0 N o v e m b e r 2 0 1 0 Table of Contents NADA 3.0 Documentation... 6 Introduction... 7 Installation... 8 Hardware requirements... 8 Software requirements... 8 Web server, PHP and MySQL installation...

More information

Please make sure that your server configuration fully meets the software requirements: PHP , or with Zend Guard Loader.

Please make sure that your server configuration fully meets the software requirements: PHP , or with Zend Guard Loader. Important! Source files are not provided for this product. Important! If you need an invoice for your purchase, you should click the Download invoice link on this page in order to get it. MotoCMS HTML

More information

Quick Installation Guide. CereusReporting - Standard Edition

Quick Installation Guide. CereusReporting - Standard Edition Quick Installation Guide CereusReporting - Standard Edition Version 2.90 1 Introduction 1.1 About CereusReporting CereusReporting is a plugin designed to enhance the reporting functionality of the Cacti

More information

Webcart Documentation

Webcart Documentation Webcart Documentation Webcart E-Commerce Solution Webcart is a powerful multi-store shopping cart software that can help you to start and manage your online stores with ease. It supports multiple storefronts

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

Ftp Get Command Line Linux Proxy Settings Via

Ftp Get Command Line Linux Proxy Settings Via Ftp Get Command Line Linux Proxy Settings Via How to change system proxy settings from the command line on Ubuntu desktop gsettings get _schema key_ If you want to change HTTPS/FTP proxy to manual as well,

More information

sqlite wordpress 06C6817F2E58AF4319AB84EE Sqlite Wordpress 1 / 6

sqlite wordpress 06C6817F2E58AF4319AB84EE Sqlite Wordpress 1 / 6 Sqlite Wordpress 1 / 6 2 / 6 3 / 6 Sqlite Wordpress Run WordPress with SQLite instead of MySQL database and how to install and set it up, this is a great way to get WordPress setup running on small web

More information

2018/07/03 01:12 1/5 3 Installation from packages

2018/07/03 01:12 1/5 3 Installation from packages 2018/07/03 01:12 1/5 3 Installation from packages 3 Installation from packages Overview Zabbix SIA provides official RPM and DEB packages for Red Hat Enterprise Linux, Debian and Ubuntu LTS. Package files

More information

Developing a Powerful yet Inexpensive Computational Infrastructure for the UT Dept. of Nuclear Engineering. David D. Dixon April 8, 2009

Developing a Powerful yet Inexpensive Computational Infrastructure for the UT Dept. of Nuclear Engineering. David D. Dixon April 8, 2009 Developing a Powerful yet Inexpensive Computational Infrastructure for the UT Dept. of Nuclear Engineering David D. Dixon April 8, 2009 Overview Status of Existing Computational Infrastructure General

More information

Install Apache Manually Win7 7 Php Mysql Phpmyadmin Ubuntu Server

Install Apache Manually Win7 7 Php Mysql Phpmyadmin Ubuntu Server Install Apache Manually Win7 7 Php Mysql Phpmyadmin Ubuntu Server Installing MYSQL with PHP 5, After installing PHP, After installing MySQL install phpmyadmin from source, Mysql-workbench, For more information

More information

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

CentOS 6.7 with Vault MySQL 5.1

CentOS 6.7 with Vault MySQL 5.1 CentOS 6.7 with Vault MySQL 5.1 OS Middleware Installation Web Server, MySQL and PHP Other Middleware Middleware Setup and Configuration Database PHP NetCommons2 Before Install Preparation Installation

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

Topics. What is a RaspberryPi? Why should I want one? What is Raspbian? What is SSH? What is FTP? What is LAMP? Making a LAMP Stack!

Topics. What is a RaspberryPi? Why should I want one? What is Raspbian? What is SSH? What is FTP? What is LAMP? Making a LAMP Stack! Topics What is a RaspberryPi? Why should I want one? What is Raspbian? What is SSH? What is FTP? What is LAMP? Making a LAMP Stack! What is a Raspberry Pi? The Raspberry Pi is a Credit Card sized computer.

More information

SO, ARE YOU READY? HERE WE GO:

SO, ARE YOU READY? HERE WE GO: Date: 28/09/2012 Procedure: How To Move WordPress To A New Server Or Host Source: LINK Permalink: LINK Created by: HeelpBook Staff Document Version: 1.0 HOW TO MOVE WORDPRESS TO A NEW SERVER OR HOST It

More information

Dockerfile Documentation

Dockerfile Documentation Dockerfile Documentation Release Florian Tatzel May 15, 2017 Contents 1 Introduction 3 1.1 What are the Dockerfile for?....................................... 3 2 Docker images 5 2.1 webdevops/ansible............................................

More information

Flexible Engine. Startup Guide

Flexible Engine. Startup Guide Flexible Engine Startup Guide This guide presents the deployment of a web server accessible from the internet and its database, on the Flexible Engine platform 2017 Orange Business Services version July

More information

dokeos open source e-learning

dokeos open source e-learning Latest update of this document, June 20, 2007 The Dokeos 1.8.2 Installation Manual Dokeos 1.8.2 LMS Oogie Rapid Authoring Dokeos Live Conferencing 1 2 Introduction The goal of this guide is to help you

More information

DEDICATED SERVERS WITH WEB HOSTING PRICED RIGHT

DEDICATED SERVERS WITH WEB HOSTING PRICED RIGHT DEDICATED SERVERS WITH WEB HOSTING PRICED RIGHT TABLE OF CONTENTS WHY CHOOSE A DEDICATED SERVER? 3 DEDICATED SERVER ADVANTAGES 4 DEDICATED SERVERS WITH WEB HOSTING PRICED RIGHT 5 SERVICE GUARANTEES 6 WHY

More information

Installing FreePBX 2.11 on Ubuntu Server (Precise Pangolin)

Installing FreePBX 2.11 on Ubuntu Server (Precise Pangolin) Installing FreePBX 2.11 on Ubuntu 12.04 Server (Precise Pangolin) Install Ubuntu 12.04 Server LTS 32 or 64-bit Commercial Modules Commercial modules and add-ons are not currently supported on the Ubuntu

More information

Bitnami Piwik for Huawei Enterprise Cloud

Bitnami Piwik for Huawei Enterprise Cloud Bitnami Piwik for Huawei Enterprise Cloud Description Piwik is a real time web analytics software program. It provides detailed reports on website visitors: the search engines and keywords they used, the

More information

Amazon Elastic Compute Cloud (EC2)

Amazon Elastic Compute Cloud (EC2) Amazon Elastic Compute Cloud (EC2) 1 Amazon EC2 Amazon Elastic Compute Cloud (Amazon EC2) provides scalable computing capacity ( Virtual Machine) in the AWS cloud. Why EC2 Available in different locations

More information

Install and make Apache + PHP to work with PosgreSQL database server on Debian Linux and set up server Web Posgre interface Pgpadmin howto

Install and make Apache + PHP to work with PosgreSQL database server on Debian Linux and set up server Web Posgre interface Pgpadmin howto Install and make Apache + PHP to work with PosgreSQL database server on Debian Linux and set up server Web Posgre interface Pgpadmin howto Author : admin In previous article I've wrote on how to install

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

Lab 4: Configuring node.js apps with ATP

Lab 4: Configuring node.js apps with ATP Lab 4: Configuring node.js apps with ATP Autonomous Transaction Processing provides all of the performance of the market-leading Oracle Database in an environment that is tuned and optimized for transaction

More information

WEBSITE & CLOUD PERFORMANCE ANALYSIS. Evaluating Cloud Performance for Web Site Hosting Requirements

WEBSITE & CLOUD PERFORMANCE ANALYSIS. Evaluating Cloud Performance for Web Site Hosting Requirements WEBSITE & CLOUD PERFORMANCE ANALYSIS Evaluating Cloud Performance for Web Site Hosting Requirements WHY LOOK AT PERFORMANCE? There are many options for Web site hosting services, with most vendors seemingly

More information

If you re the administrator on any network,

If you re the administrator on any network, Let s do an inventory! If you re the administrator on any network, chances are you ve already faced the need to make an inventory. In fact, keeping a list of all the computers, monitors, software and other

More information

Bitnami Tiny Tiny RSS for Huawei Enterprise Cloud

Bitnami Tiny Tiny RSS for Huawei Enterprise Cloud Bitnami Tiny Tiny RSS for Huawei Enterprise Cloud Description Tiny Tiny RSS is an open source web-based news feed (RSS/Atom) reader and aggregator, designed to allow you to read news from any location,

More information

vpsfree: infrastructure for your projects

vpsfree: infrastructure for your projects vpsfree: infrastructure for your projects Petr Krčmář 11th March 2017 Document is released under licence Creative Commons Attribution 4.0. Petr Krčmář (vpsfree.cz) vpsfree: infrastructure for your projects

More information

BlueSpice Installation with Installer

BlueSpice Installation with Installer BlueSpice 2.27.1 - Installation with Installer Table of contents 1. Installation... 3 2. Configuration of the webservices... 11 2.1. Extended search... 12 2.2. PDF export... 15 2.3. VisualDiff (BlueSpice

More information

Dell Active Fabric Manager for Microsoft Cloud Platform System 2.2(0.0)

Dell Active Fabric Manager for Microsoft Cloud Platform System 2.2(0.0) Rev. A06 2017-04 Dell Active Fabric Manager for Microsoft Cloud Platform System 2.2(0.0) This document describes the new features, enhancements, and fixed issues for Active Fabric Manager for Microsoft

More information

2018/08/19 23:57 1/5 3 Installation from packages

2018/08/19 23:57 1/5 3 Installation from packages 2018/08/19 23:57 1/5 3 Installation from packages 3 Installation from packages From distribution packages Several popular OS distributions have Zabbix packages provided. You can use these packages to install

More information

Octolooks Scrapes Guide

Octolooks Scrapes Guide Octolooks Scrapes Guide https://octolooks.com/wordpress-auto-post-and-crawler-plugin-scrapes/ Version 1.4.4 1 of 21 Table of Contents Table of Contents 2 Introduction 4 How It Works 4 Requirements 4 Installation

More information

BlueSpice Installation with installer

BlueSpice Installation with installer BlueSpice 2.27.3 - Installation with installer Table of contents 1. Installation BlueSpice... 3 1.1. File System Permissions... 11 2. Configuration of the webservices... 14 2.1. ExtendedSearch... 15 2.2.

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

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

2018/07/03 10:59 1/5 4 Installation from packages

2018/07/03 10:59 1/5 4 Installation from packages 2018/07/03 10:59 1/5 4 Installation from packages 3 Installation from packages From distribution packages Several popular OS distributions have Zabbix packages provided. You can use these packages to install

More information

Document History Revision: Date: October 31, 2006

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

More information

CentOS 7 with MariaDB

CentOS 7 with MariaDB CentOS 7 with MariaDB OS Web Server and PHP MariaDB and Full Text Search Engine Other Middleware Middleware Setup and Configuration Database PHP NetCommons2 Before Install Preparation Installation Download

More information