TIMETABLE ADMINISTRATOR S MANUAL

Size: px
Start display at page:

Download "TIMETABLE ADMINISTRATOR S MANUAL"

Transcription

1 2015 TIMETABLE ADMINISTRATOR S MANUAL Software Version 5.0 BY GEOFFPARTRIDGE.NET

2 TABLE OF CONTENTS TOPIC PAGE 1) INTRODUCTION 1 2) TIMETABLE SPECIFICATIONS 1 3) SOFTWARE REQUIRED 1 a. Intranet Server (XAMPP Server) 1 b. Web Sever 1 4) COMPATIBILE INTERNET BROWSERS 1 5) TIMETABLE INSTALLATION PROCESS 2 a. Intranet Server Setup 2 i. Install XAMPP Software 2 ii. Setting Up The Timetable Database 3 iii. Install and Configure Timetable Software 5 iv. Installing the XAMPP Patches 5 v. Testing Timetable Program and changing ICTADMIN account 6 b. Internet Server Setup 7 i. Setting Up the Timetable Database 7 ii. Install and Configure Timetable Software 8 iii. Testing Software 9 Administration Support 9 Page i

3 1) INTRODUCTION This manual outlines the setup instructions the timetable program for an intranet or internet server. The timetable program is only designed to be run on a web server, using a web browser to access the program. The downloaded Timetable V5.0 package should include the following folders: Manual, timetable, XAMPP V1.7.3, XAMPP Patches and Teamviewer. These folders contain all the software programs and files you require, so you can install the timetable program on an Intranet or Internet server. We assume that the person installing this software has IT and networking experience and understands the install processes outlined below. 2) TIMETABLE SPECIFICATIONS The timetable program is a web based program that runs of a MYSQL server and is not shared with other users outside of your organisation. The timetable program can be accessed using all versions of Windows, MAC or Linux operating systems, including access with handheld devices. 3) SOFTWARE REQUIRED a. Intranet Server (XAMPP Server) XAMPP version and ensure it has the following: MYSQL; and phpmyadmin Software provided in Timetable V5.0 folder Mozzila Firefox or Google Chrome internet browser (or Safari for Apple devices) b. Web Sever CPanel or Parallels Plesk Panel and ensure it has the following: MYSQL; and phpmyadmin FileZilla FTP Client program (Used to upload files into your web domain account) Mozzila Firefox or Google Chrome internet browser (or Safari for Apple devices) To understand how to install and use the above software, you can view these tutorial videos below: (Just copy and paste URL into your internet browser to view) XAMPP: MYSQL: PLESK Database FileZiller FTP Client: ) COMPATIBILE INTERNET BROWSERS Browser Compatibility Notes Avant Browser Yes Comodo Dragon Yes Flock No Google Chrome Yes Recommended Maxthron Cloud Yes Microsoft Internet Explorer No Graphic issues Mozilla Firefox Yes Recommended Netscape No Opera No Safari (Apple Browser) Yes Recommended Sea Monkey Yes IT Department Timetable (V5.0) Administrator Manual Page 1 of 9

4 5) TIMETABLE INSTALLATION PROCESS a. Intranet Server Setup XAMPP is an intranet web server application program, which allows you to run any web software on your servers. We have found the timetable program works best using XAMPP version full or lite. i. Install XAMPP Software 1. Within the folder marked XAMPP V1.7.3 you will find either the full or the lite versions of XAMPP. If you are not running an server, just install the XAMPP lite version. If your using Microsoft Windows 7 or above operating system on the computer you are installing XAMPP on, you will need to do the following: a) Right click on the XAMPP program icon and select properties b) Click the Compatibility tab c) Tick t the Run this program in compatibility mode box d) Select Windows XP (service pack 3) in the drop down box e) Tick Run this program as an administrator box f) Click Apply and than Ok g) Double click on the program icon to install XAMPP program 2. You need to ensure that you install XAMMP in the main directory of your computer s operating system. On Microsoft Windows, this directory is allocated the directory drive name C: IT Department Timetable (V5.0) Administrator Manual Page 2 of 9

5 3. Once the program has finished installing, a black screen will appear, asking if it should install program shortcuts on your computer s desktop screen. Select based on your own preference. 4. Next it will ask if you want to make a portable drive, select n and press Enter to continue. Once finished, it will prompt you to press return, so press Enter to continue. 5. On the screen that appears next which is describing the process of installing php.ini and my.ini files on your computer, press Enter to continue. 6. On the next screen, type X and press Enter. 7. Go to the program directory (Start menu for windows) and find the folder called XAMPP for Windows, open it and double click on XAMPP Control Panel icon to start XAMPP. 8. Tick both Svc boxes for Apache and MySql and than click the Start button for both modules. Both modules Admin icon should turn green like in the image below. If the Apache Admin does not turn green, it is because the allocated port for your Apache program is being used by another program or it is being blocked by your firewall. You can find videos on Youtube that show you how to correct this problem. For firewall issues, just change the settings for Apache, MySql and XAMPP to allow in your firewall settings and this should fix the problem. ii. Setting Up The Timetable Database 1. With the XAMPP program running like in the above image, click on the Apache Admin button and your web browser should open to XAMPP s language select screen. Select your language preference. You should be redirected to the XAMPP dashboard screen. 2. Click on the Security link and another browser tab will open. Click on the link that reads IT Department Timetable (V5.0) Administrator Manual Page 3 of 9

6 3. Here you will create a password for your MySql program in the section called MYSQL SECTION: "ROOT" PASSWORD. a) Set your password and record this information down (as you will require it latter for the timetable s config.php file settings) b) Tick the http box c) Tick the (File: C:\xampplite\security\mysqlrootpasswd.txt) and d) Click on Password Changing If you wish to secure your XAMPP security information for the above, than you will need to create a username and password for the XAMPP DIRECTORY PROTECTION (.htaccess) section. 4. Now close the security browser tab and return to the main XAMPP dashboard screen. 5. Click on the link called phpmyadmin. You will be required to enter in a username and password. The username is root and the password is what you typed above in point 3 above. 6. Now you should be in the phpmyadmin dashboard screen. Under the section called MySQL localhost, you will need to create your timetable database. In the box below called Create a new database, type the word timetable and click on the Create button (like the below image). 7. Now you will be redirected to your timetable database dashboard screen. a) Click on the Import tab and the upload file box will open. b) In the section called File to import, click on browse button c) Go to the Timetable V5.0 folder and open it d) Open the timetable folder and then the SQL File folder e) Select the file within the MYSQL File folder called timetable and than click Open f) Now you will be returned to the timetable database dashboard screen g) In the first section called File to Import, you should see the following screen h) Click on the Go button and your timetable database should be successfully installed like in this: IT Department Timetable (V5.0) Administrator Manual Page 4 of 9

7 iii. Install and Configure Timetable Software 1. Go to the Timetable V5.0 folder and copy the timetable folder. 2. Go to the directory where you installed the XAMPP program and open the folder. 3. Locate the folder called htdocs and open it 4. Paste the timetable folder you copied before into this folder 5. Once all timetable files have been copied, open the timetable folder and locate the config.php file, right click on the file icon, select Open With and select Notepad to open the file, like in the image below: 6. Add the following information below in red, save and exit Notepad: a) define('db_name', 'timetable'); b) define('db_user', 'root'); c) define('db_password', ' database password); d) define('db_host', 'localhost'); (The database password is the one you created on page 4, section 3 above.) iv. Installing the XAMPP Patches The purpose of these patches is to correct problems that were identified when trying to open or save completed timetables for Classes, Trainers and Facilities in PDF format, when you clicked on the Save as PDF button under the Build View Timetable section of the timetable program. 1. Go to the Timetable V5.0 folder and open it. 2. Open the XAMPP Patches folder and copy the apache and php folders. 3. Go to the directory where you installed the XAMPP program and open the folder. 4. Paste the apache and php folders into this XAMPP folder. When prompted to replace files or folders, click yes. v. Testing Timetable Program and changing ICTADMIN account IT Department Timetable (V5.0) Administrator Manual Page 5 of 9

8 1. Open up your web browser and type into the URL address bar 2. You should get the below login screen: 3. Type in the default username ADMINICT and the password adminabc123 and than click Login 4. You should be redirected to the main timetable program dashboard screen, as you can see in the image below. If you are not redirected to the dashboard screen, than there is an error with your database username and password settings that you will need to investigate. 5. Once you have successfully logged in to the timetable programme, you will need to change your default administrator password as follows: a) Click on the Admin Area tab b) In the drop down menu click on Setup Users c) In the User Setup screen, click on the + Add button d) Type in your new User ID, your name and select Administrator in the drop down menu e) Do not delete the default user yet, but click on the logout button at the top right hand corner of the browser screen. f) Once you return to the login screen, type in your new username and password and login. g) If successful, than delete the default admin user credentials in the setup user s screen, by clicking on the user so it is highlighted and than click the Remove button. Do not remove the STAFF, STUDENT or ICTSUPPORT user accounts, or staff and students cannot login to check their completed timetables and if you have issues, we cannot login to the timetable programme to assist you later, especially if you accidentally delete your ADMIN account. b. Internet Server Setup IT Department Timetable (V5.0) Administrator Manual Page 6 of 9

9 To complete this process, you will need to have full access (username and password) to your web domain CPanel or PLESKS control panel. If not, you will have to request this from your domain hosting provider or ask them to setup the timetable program on your behalf. To upload the timetable program into your web server, so you can access it online through the internet, you will require a FTTP upload program. The best one is FileZilla FTP Client, which you can download here: project.org/download.php?type=client i. Setting Up the Timetable Database 1. Login to your website control panel and locate the section for Databases 2. First you will need to create a new database for your timetable program by calling it timetable. 3. You will also need to create an admin username and password (required for the timetable program config.php file later) 4. Most web domain control panels have training videos that explain in a step by step process on Youtube, how to setup your databases. For a CPanel, they use a MySQL Database, which I have included a link above on page 1. All you need to know is the control panel brand used by your domain hosting company, so you can find the instructional video on Youtube. 5. Once you have completed steps 1 to 3 above, you need to go back to the main control panel dashboard screen and under the section for Databases, locate your new database. In CPanel, this is called myphpadmin. Find this icon and click on it. 6. Now you should be in the phpmyadmin dashboard screen. Under the section called MySQL localhost, you will need to create your timetable database. In the box below Create a new database, type the word timetable and click the Create button (like you see in the screen below) 7. Now you will be redirected to the timetable database dashboard screen. a) Click on the Import tab and the upload file box will open. b) In the section called File to import, click on browse button c) Go to the Timetable V5.0 folder and open it d) Open the timetable folder and then the SQL File folder e) Select the file within the MYSQL File folder called timetable and than click Open f) Now you will be returned to the timetable database dashboard screen g) In the first section called File to Import, you should see the following screen IT Department Timetable (V5.0) Administrator Manual Page 7 of 9

10 8. Click on the Go button and your timetable database should be successfully installed like in this image: ii. Install and Configure Timetable Software 1. Once you have setup your timetable database, go to the Timetable V5.0 folder, open the timetable folder and locate the config.php file. Right click on the file icon, select Open With and select Notepad to open the file, like in this image below: 2. Type in the following details below, save and exit Notepad: e) define('db_name', 'dbname_timetable'); f) define('db_user', 'dbname_user'); g) define('db_password', 'use your timetable database password here); h) define('db_host', 'localhost'); (Database password you created on page 7 section i above.) 3. Using your FileZilla FTP Client program, you will need to login into your website domain. 4. Identify your public_html folder and click on it. The public_html folder, is the folder where your website files are stored. 5. In the Timetable V5.0 folder, select the timetable folder, than drag and drop the timetable folder into your public_html folder. IT Department Timetable (V5.0) Administrator Manual Page 8 of 9

11 iii. Testing Software 1. Once you have uploaded all the timetable files into your web server, you can now test the timetable program by typing into your web browser s URL address bar. You should be redirected to the timetable program login screen. 2. Once you have successfully logged in to the timetable programme, you will need to change your default administrator password as follows: a) Click on the Admin Area tab b) In the drop down bar, click on Setup Users c) In the User Setup screen, click on the + Add button d) Type in your new Admin user ID name, your name and select Administrator in the drop down box. e) Do not delete the default user yet, but click on the logout button at the top right hand corner of the screen. f) Once you return to the login screen, type in your new username and password and login. g) If successful, than delete the default admin user credentials from the setup users screen by clicking on the user so it is highlighted and click the Remove button. Do not remove the STAFF, STUDENT or ICTSUPPORT user accounts, or staff and students cannot login to check their completed timetables and if you have issues, we cannot login to the timetable programme to assist you later, especially if you accidentally delete your ADMIN account. 6) Administration Support If you have any issues with the program install process or using the timetable program, please do not hesitate to contact us at support@geoffpartridge.net for assistance. You can also view our timetable program training videos and other documents from END OF DOCUMENT IT Department Timetable (V5.0) Administrator Manual Page 9 of 9

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

MOODLE Installation on Windows Platform

MOODLE Installation on Windows Platform Windows Installation using XAMPP XAMPP is a fully functional web server package. It is built to test web based programs on a personal computer. It is not meant for online access via the web on a production

More information

Using Internet or Windows Explorer to Upload Your Site

Using Internet or Windows Explorer to Upload Your Site Using Internet or Windows Explorer to Upload Your Site This article briefly describes what an FTP client is and how to use Internet Explorer or Windows Explorer to upload your Web site to your hosting

More information

How To Sync Google Drive On A Mac Computer With A Gmail Account On A Gcd (For A Student) On A Pc Or Mac Or Mac (For An Older Person) On An Ipad Or Ipad (For Older People) On

How To Sync Google Drive On A Mac Computer With A Gmail Account On A Gcd (For A Student) On A Pc Or Mac Or Mac (For An Older Person) On An Ipad Or Ipad (For Older People) On Installation and Setup of Google Drive for Students on Mac OS X Purpose: This guide will lead you through the Google Drive Installation and Configuration. Pre-requisites: 1) ODU Student Gmail account 2)

More information

We begin with a number of definitions, and follow through to the conclusion of the installation.

We begin with a number of definitions, and follow through to the conclusion of the installation. Owl-Hosted Server Version 0.9x HOW TO Set up Owl using cpanel Introduction Much of the documentation for the installation of Owl Intranet Knowledgebase assumes a knowledge of servers, and that the installation

More information

Lets Get Started In this tutorial, I will be migrating a Drupal CMS using FTP. The steps should be relatively similar for any other website.

Lets Get Started In this tutorial, I will be migrating a Drupal CMS using FTP. The steps should be relatively similar for any other website. This tutorial will show you how to migrate your website using FTP. The majority of websites are just files, and you can move these using a process called FTP (File Transfer Protocol). The first thing this

More information

Virtual Office Remote Installation Guide

Virtual Office Remote Installation Guide Virtual Office Remote Installation Guide Table of Contents VIRTUAL OFFICE REMOTE INSTALLATION GUIDE... 3 UNIVERSAL PRINTER CONFIGURATION INSTRUCTIONS... 12 CHANGING DEFAULT PRINTERS ON LOCAL SYSTEM...

More information

IIS, FTP Server and Windows

IIS, FTP Server and Windows IIS, FTP Server and Windows The Objective: To setup, configure and test FTP server. Requirement: Any version of the Windows 2000 Server. FTP Windows s component. Internet Information Services, IIS. Steps:

More information

1. Right click using your mouse on the desktop and select New Shortcut.

1. Right click using your mouse on the desktop and select New Shortcut. offers 3 login page styles: Standard Login, List Login or Quick Time Punch. Each login page can be saved as a shortcut to your desktop or as a bookmark for easy fast login access. For quicker access to

More information

equate Installation QUICK START GUIDE

equate Installation QUICK START GUIDE equate Installation QUICK START GUIDE CONTENTS 1 Before You Begin 2 Server Installation 3 Server Configuration 3a Connecting to VirtueMart / Prestashop 4 Client Installation (Windows) 5 Client Installation

More information

Install and End User Reference Guide for Direct Access to Citrix Applications

Install and End User Reference Guide for Direct Access to Citrix Applications Install and End User Reference Guide for Direct Access to Citrix Applications Version 1.0 7/26/2013 This remote access end user reference guide provides an overview of how to install Citrix receiver (a

More information

Web24 Web Hosting Guide

Web24 Web Hosting Guide Web24 Web Hosting Guide Welcome Dear Web24 customer, We would like to thank you for choosing Web24 as your preferred web hosting provider. To make your experience as enjoyable as possible, we have prepared

More information

All the materials and/or graphics included in the IceThemetheme folders MUST be used ONLY with It TheCityTheme from IceTheme.com.

All the materials and/or graphics included in the IceThemetheme folders MUST be used ONLY with It TheCityTheme from IceTheme.com. Terms of Use: All the materials and/or graphics included in the IceThemetheme folders MUST be used ONLY with It TheCityTheme from IceTheme.com. Table of Contents 1- Introduction 3 2- Installing the theme

More information

Windows 7 Hula POS Server Installation Guide

Windows 7 Hula POS Server Installation Guide Windows 7 Hula POS Server Installation Guide Step-by-step instructions for installing the Hula POS Server on a PC running Microsoft Windows 7 1 Table of Contents Introduction... 3 Getting Started... 3

More information

8x8 Click2Pop User Guide

8x8 Click2Pop User Guide USER GUIDE 8x8 User Guide Getting Started with April 2014 Contents Introduction... 3 What s new.... 3 8x8.... 3 Here is how works...4 8x8 Click2Connect.... 4 Requirements.... 4 Installation on Microsoft

More information

PHP+MYSQL, EASYPHP INSTALLATION GUIDE

PHP+MYSQL, EASYPHP INSTALLATION GUIDE PHP+MYSQL, EASYPHP INSTALLATION GUIDE EasyPhp is a tool to install and configure an Apache server along with a database manager, MySQL. Download the latest version from http://www.easyphp.org/ as seen

More information

FTP Over SSL (FTPS) Core FTP LE. Installing Core FTP LE"

FTP Over SSL (FTPS) Core FTP LE. Installing Core FTP LE FTP Over SSL (FTPS) Gordon State College has setup FTP Over SSL (also known as FTPS ) to allow students, faculty, and staff to access resources from our Servers from off-campus using an encrypted connection.

More information

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website

Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website Mapping ITS s File Server Folder to Mosaic Windows to Publish a Website April 16 2012 The following instructions are to show you how to map your Home drive using ITS s Network in order to publish a website

More information

Quick Start Guide. Hosting Your Domain

Quick Start Guide. Hosting Your Domain Quick Start Guide Hosting Your Domain http://www.names.co.uk/support/ Table of Contents Web Hosting... 3 FTP (File Transfer Protocol)... 3 File Manager... 6 SiteMaker... 7 2 Please keep these documents

More information

Working With Your FTP Site

Working With Your FTP Site Working With Your FTP Site Welcome to your FTP Site! The UnlimitedFTP (UFTP) software will allow you to run from any web page using Netscape, Internet Explorer, Opera, Mozilla or Safari browsers. It can

More information

How to remotely access your Virtual Desktop from outside the college using VMware View Client. How to guide

How to remotely access your Virtual Desktop from outside the college using VMware View Client. How to guide How to remotely access your Virtual Desktop from outside the college using VMware View Client How to guide Author: ICT Services Version: 1.0 Date: November 2015 Contents What is the VMware View Client?...

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

EDGETECH FTP SITE CUSTOMER & VENDOR ACCESS

EDGETECH FTP SITE CUSTOMER & VENDOR ACCESS EDGETECH FTP SITE CUSTOMER & VENDOR ACCESS 1. The EdgeTech FTP site is a web hosted site, not a true FTP site, remember to use http:// not ftp:// in the web address. IMPORTANT: Do Not use FileZilla or

More information

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org

SFTP Server User Login Instructions. Open Internet explorer and enter the following url: https://sftp.sae.org SFTP Server User Login Instructions Open Internet explorer and enter the following url: https://sftp.sae.org You will be prompted for a user id and password as such. Please enter your account id and password.

More information

BaseManager & BACnet Manager VM Server Configuration Guide

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

More information

How To Set Up Dataprotect

How To Set Up Dataprotect How To Set Up Dataprotect This document will show you how to install and configure your computer for a Typical installation. If you have questions about configuring a Custom installation please contact

More information

Optimal Browser Settings for Internet Explorer Running on Microsoft Windows

Optimal Browser Settings for Internet Explorer Running on Microsoft Windows Optimal Browser Settings for Internet Explorer Running on Microsoft Windows If you have Internet Explorer 7 or 8: Each time you log in to our web site, it evaluates whether you are using the same computer

More information

mystanwell.com Installing Citrix Client Software Information and Business Systems

mystanwell.com Installing Citrix Client Software Information and Business Systems mystanwell.com Installing Citrix Client Software Information and Business Systems Doc No: 020/12 Revision No: Revision Date: Page: 1 of 16 Contents Overview... 3 1. Microsoft Internet Explorer... 3 2.

More information

owncloud Configuration and Usage Guide

owncloud Configuration and Usage Guide owncloud Configuration and Usage Guide This guide will assist you with configuring and using YSUʼs Cloud Data storage solution (owncloud). The setup instructions will include how to navigate the web interface,

More information

Installation Guide. Research Computing Team V1.9 RESTRICTED

Installation Guide. Research Computing Team V1.9 RESTRICTED Installation Guide Research Computing Team V1.9 RESTRICTED Document History This document relates to the BEAR DataShare service which is based on the product Power Folder, version 10.3.232 ( some screenshots

More information

OrangeHRM Web Installation Guide for Windows

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

More information

isupplier PORTAL ACCESS SYSTEM REQUIREMENTS

isupplier PORTAL ACCESS SYSTEM REQUIREMENTS TABLE OF CONTENTS Recommended Browsers for isupplier Portal Recommended Microsoft Internet Explorer Browser Settings (MSIE) Recommended Firefox Browser Settings Recommended Safari Browser Settings SYSTEM

More information

Flexible Identity Federation

Flexible Identity Federation Flexible Identity Federation User guide version 1.0.1 Publication History Date Description Revision 2015.09.25 initial release 1.0.0 2015.12.10 minor corrections 1.0.1 Copyright Orange Business Services

More information

Remedy ITSM Service Request Management Quick Start Guide

Remedy ITSM Service Request Management Quick Start Guide Remedy ITSM Service Request Management Quick Start Guide Table of Contents 1.0 Getting Started With Remedy s Service Request Management. 3 2.0 Submitting a Service Request.7 3.0 Updating a Service Request

More information

Lesson 7 - Website Administration

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

More information

Setting Up a Development Server

Setting Up a Development Server 2 Setting Up a Development Server If you wish to develop Internet applications but don t have your own development server, you will have to upload every modification you make to a server somewhere else

More information

Labtech Learning Management System. Windows Installation. Standart Version 1.0

Labtech Learning Management System. Windows Installation. Standart Version 1.0 Labtech Learning Management System Windows Installation Standart Version 1.0 Table of Contents 1. Introduction...3 1.1. Requirements...3 2. Installation...4 2.1 User Acount Control...4 2.2 Welcome Screen...4

More information

How to install and use the File Sharing Outlook Plugin

How to install and use the File Sharing Outlook Plugin How to install and use the File Sharing Outlook Plugin Thank you for purchasing Green House Data File Sharing. This guide will show you how to install and configure the Outlook Plugin on your desktop.

More information

Junos Pulse VPN Client Installation

Junos Pulse VPN Client Installation Junos Pulse VPN Client Installation Windows 7 Installation p 2-6 Windows 8.1 Installation p 7-11 Macintosh version 10.6 and greater p 12-17 *This vpn appliance is to replace the Legacy SP vpn client Cisco

More information

RMS Cloud - Setup Instructions for Windows Computers

RMS Cloud - Setup Instructions for Windows Computers RMS Cloud - Setup Instructions for Windows Computers Please follow these instructions on each windows computer that requires a connection to the RMS Cloud system. If you are using a Mac, please see the

More information

OxyClassifieds Installation Handbook

OxyClassifieds Installation Handbook OxyClassifieds Installation Handbook OxyClassifieds Team Email: office@oxyclassifieds.com Web: http://www.oxyclassifieds.com OxyClassifieds Installation Handbook by OxyClassifieds Team Copyright 2006-2011

More information

SHC Client Remote Access User Guide for Citrix & F5 VPN Edge Client

SHC Client Remote Access User Guide for Citrix & F5 VPN Edge Client SHC Client Remote Access User Guide for Citrix & F5 VPN Edge Client Version 1.1 1/15/2013 This remote access end user reference guide provides an overview of how to install Citrix receiver (a required

More information

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL

SOS SO S O n O lin n e lin e Bac Ba kup cku ck p u USER MANUAL SOS Online Backup USER MANUAL HOW TO INSTALL THE SOFTWARE 1. Download the software from the website: http://www.sosonlinebackup.com/download_the_software.htm 2. Click Run to install when promoted, or alternatively,

More information

Introduction to cpanel

Introduction to cpanel Introduction to cpanel Thank you for hosting your domain with Sierra Tel Internet. In order to provide modern and efficient service, we are housing your website s files on a server running the Linux operating

More information

Paxera Uploader Basic Troubleshooting

Paxera Uploader Basic Troubleshooting Before going further, please check the logs and auto-route queue in the Uploader Control, these logs will say a lot about your problem. You should take care of the following before contacting our Support

More information

Welcome to ECBuzz.com! Please go through this document carefully to make the experience of owning and using a website an enjoyable one.

Welcome to ECBuzz.com! Please go through this document carefully to make the experience of owning and using a website an enjoyable one. Sales call: 90116 90305 Sales email: sales@ecbuzz.com Support email: support@ecbuzz.com Welcome to ECBuzz.com! Please go through this document carefully to make the experience of owning and using a website

More information

Getting started with PrestaShop 1.4

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

More information

Web Hosting Control Panel Guide

Web Hosting Control Panel Guide Web Hosting Control Panel Guide 10/17/2014 CONTENTS Login URL 2 Domains List 3 Control Panel 4 Database Management 5 FTP Management 7 TelePacific s Web Hosting Control Panel is designed to enhance your

More information

Net 2. NetApp Electronic Library. User Guide for Net 2 Client Version 6.0a

Net 2. NetApp Electronic Library. User Guide for Net 2 Client Version 6.0a Net 2 NetApp Electronic Library User Guide for Net 2 Client Version 6.0a Table of Contents 1 INTRODUCTION AND KEY FEATURES... 3 SOME OF THE KEY FEATURES INCLUDE:... 3 INSTALLATION PREREQUISITES:... 3 2

More information

Backup and Restore MySQL Databases

Backup and Restore MySQL Databases Backup and Restore MySQL Databases As you use XAMPP, you might find that you need to backup or restore a MySQL database. There are two easy ways to do this with XAMPP: using the browser-based phpmyadmin

More information

How to use Mints@Home

How to use Mints@Home How to use Mints@Home Citrix Remote Access gives Mints users the ability to access University Of Cambridge and MINTS resources from any computer, anywhere in the world,. The service requires a high-speed

More information

Remote Access Enhancements

Remote Access Enhancements Remote Access Enhancements Citrix/Epic Set-up Instructions Provided By: Akron Children s IT Department Date: 7/11/2012 Version: v6 2012 Children s Hospital Medical Center of Akron Table of Contents 1.

More information

Remote Access End User Reference Guide for SHC Portal Access

Remote Access End User Reference Guide for SHC Portal Access Remote Access End User Reference Guide for SHC Portal Access Version 2.0 6/7/2012 This remote access end user reference guide provides an overview of how to install Citrix receiver, which is a required

More information

Upgrading from Call Center Reporting to Reporting for Call Center

Upgrading from Call Center Reporting to Reporting for Call Center Upgrading from Call Center Reporting to Reporting for Call Center www.nortelnetworks.com 2003 Nortel Networks i Table of Contents Table of Contents Change History...1 How to use this guide...2 Introduction...

More information

Technology Services Group Procedures. IH Anywhere guide. 0 P a g e

Technology Services Group Procedures. IH Anywhere guide. 0 P a g e VDI Pilot Technology Services Group Procedures IH Anywhere guide 0 P a g e Installation Disable Apple Security Table of Contents IH Anywhere for Apple OSX (MAC)... 2 1. Installation... 2 Disable Apple

More information

Installing buzztouch Self Hosted

Installing buzztouch Self Hosted Installing buzztouch Self Hosted This step-by-step document assumes you have downloaded the buzztouch self hosted software and operate your own website powered by Linux, Apache, MySQL and PHP (LAMP Stack).

More information

Web Hosting Wordpress, Joomla, Drupal Integration

Web Hosting Wordpress, Joomla, Drupal Integration Web Hosting Wordpress, Joomla, Drupal Integration Created By Manjesh V 2 Contents: Software Requirements.. 3 For Testing Wordpress Integration Offline(Without internet in Local System) o Installing WAMP

More information

Transferring Your Hosting Account

Transferring Your Hosting Account Transferring Your Hosting Account Setting up your Web site on our secure hosting servers So you want to host your Web site on our secure servers, but you want to avoid costly mistakes and excessive site

More information

SIMIAN systems. Setting up a Sitellite development environment on Windows. Sitellite Content Management System

SIMIAN systems. Setting up a Sitellite development environment on Windows. Sitellite Content Management System Setting up a Sitellite development environment on Windows Sitellite Content Management System Introduction For live deployment, it is strongly recommended that Sitellite be installed on a Unix-based operating

More information

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

Remote Desktop Web Access. Using Remote Desktop Web Access

Remote Desktop Web Access. Using Remote Desktop Web Access Remote Desktop Web Access What is RD Web Access? RD Web Access is a Computer Science service that allows you to access department software and machines from your Windows or OS X computer, both on and off

More information

XenApp & XenDesktop Documentation. Help Desk (202) 994-8096 www.columbian.gwu.edu/ots

XenApp & XenDesktop Documentation. Help Desk (202) 994-8096 www.columbian.gwu.edu/ots XenApp & XenDesktop Documentation Help Desk (202) 994-8096 www.columbian.gwu.edu/ots 1 Version Date Comments Author v1.0 June 2011 Initial Version R. Shore v2.0 December 2011 Full Revision R. Shore v2.1

More information

Project management integrated into Outlook

Project management integrated into Outlook y Project management integrated into Outlook InLoox PM 7.x Help for the configuration for MySQL-Server An InLoox Whitepaper Published: October 2011 Copyright: InLoox GmbH 2011 You find up-to-date information

More information

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.

Create e-commerce website Opencart. Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo. Create e-commerce website Opencart Prepared by : Reth Chantharoth Facebook : https://www.facebook.com/tharothchan.ubee E-mail : rtharoth@yahoo.com Create e-commerce website Opencart What is opencart? Opencart

More information

Online shopping store

Online shopping store Online shopping store 1. Research projects: A physical shop can only serves the people locally. An online shopping store can resolve the geometrical boundary faced by the physical shop. It has other advantages,

More information

How To Set Up A Webhosting Website On Windstream.Com

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

More information

QUICK START. GO-Global Cloud 4.1 SETTING UP A LINUX CLOUD SERVER AND HOST INSTALL THE CLOUD SERVER ON LINUX

QUICK START. GO-Global Cloud 4.1 SETTING UP A LINUX CLOUD SERVER AND HOST INSTALL THE CLOUD SERVER ON LINUX GO-Global Cloud 4.1 QUICK START SETTING UP A LINUX CLOUD SERVER AND HOST This guide provides instructions for setting up a cloud server and configuring a host so it can be accessed from the cloud server.

More information

Information & Communication Technologies FTP and GroupWise Archives Wilfrid Laurier University

Information & Communication Technologies FTP and GroupWise Archives Wilfrid Laurier University Instructions for MAC users MAC users have not been joined to the Active Directory Domain. ICT is unable to capture GroupWise archives you may have on your computer automatically or confirm if you have

More information

MAMP 3 User Guide! March 2014 (c) appsolute GmbH!

MAMP 3 User Guide! March 2014 (c) appsolute GmbH! MAMP 3 User Guide March 2014 (c) appsolute GmbH 1 I. Installation 3 1. Installation requirements 3 2. Installing and upgrading 3 3. Uninstall 3 II. First Steps 4 III. Preferences 5 Start/Stop 5 2. Ports

More information

Parallels Plesk Panel User Guide

Parallels Plesk Panel User Guide Parallels Plesk Panel User Guide Page 1 of 31 Parallels Plesk Panel User Guide Table of contents Parallels Plesk Panel User Guide... 2 Table of contents... 2 Introduction... 3 Before you begin... 3 Logging

More information

Installation Guide. (You can get these files from http://www.clariostechnology.com/intelligentreports/install)

Installation Guide. (You can get these files from http://www.clariostechnology.com/intelligentreports/install) Clarios Technology Pty. Ltd. Intelligent Reporter Installation Guide Installing Intelligent Reports JIRA plugin The Intelligent Reports plugin for JIRA is available through the Atlassian Marketplace. Follow

More information

Web Hosting Training Guide. Web Hosting Training Guide. Author: Glow Team Page 1 of 28 Ref: GC278_v1.1

Web Hosting Training Guide. Web Hosting Training Guide. Author: Glow Team Page 1 of 28 Ref: GC278_v1.1 Web Hosting Training Guide Internet Explorer version Doc Ref: GC278_v1.1 Author: Glow Team Page 1 of 28 Ref: GC278_v1.1 Contents Introduction... 3 What is the Glow Web Hosting service?... 3 Why use the

More information

Virtual Owl. Guide for Windows. University Information Technology Services. Training, Outreach, Learning Technologies & Video Production

Virtual Owl. Guide for Windows. University Information Technology Services. Training, Outreach, Learning Technologies & Video Production Virtual Owl Guide for Windows University Information Technology Services Training, Outreach, Learning Technologies & Video Production Copyright 2015 KSU Division of University Information Technology Services

More information

VPN Web Portal Usage Guide

VPN Web Portal Usage Guide VPN Web Portal Usage Guide Table of Contents WHAT IS VPN WEB CLIENT 4 SUPPORTED WEB BROWSERS 4 LOGGING INTO VPN WEB CLIENT 5 ESTABLISHING A VPN CONNECTION 6 KNOWN ISSUES WITH MAC COMPUTERS 6 ACCESS INTRANET

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

Installation & Activation Guide. Lepide Active Directory Self Service

Installation & Activation Guide. Lepide Active Directory Self Service Installation & Activation Guide Lepide Active Directory Self Service , All Rights Reserved This User Guide and documentation is copyright of Lepide Software Private Limited, with all rights reserved under

More information

Massey University Wireless Network Client Configuration Mac OS X 10.6 10.9

Massey University Wireless Network Client Configuration Mac OS X 10.6 10.9 Massey University Wireless Network Client Configuration Mac OS X 10.6 10.9 MAC wireless network Requirements Information Technology Services You must have an active Massey username and password (i.e. you

More information

MySQL quick start guide

MySQL quick start guide R E S E L L E R S U P P O R T www.fasthosts.co.uk MySQL quick start guide This guide will help you: Add a MySQL database to your reseller account. Find your database. Add additional users. Use the MySQL

More information

Macs are not directly compatible with Noetix.

Macs are not directly compatible with Noetix. Those that use Macintosh computers to access Noetix cannot directly access Noetix through http://www.sandiego.edu/noetix. If one is on a Mac and goes to Noetix directly in a web browser, the page is likely

More information

Open Source Content Management System JOOMLA

Open Source Content Management System JOOMLA Open Source Content Management System JOOMLA Swapnil S. Chafale MCA Department, GHRIIT Nagpur, (M.S.),India Swapnil.chafale@gmail.com Dr.V.M. Thakare S.G.B. Amravati University, Amravati (M.S.),India vilthakare@yahoo.co.in

More information

Getting Started with Dynamic Web Sites

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

More information

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

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

MiraCosta College now offers two ways to access your student virtual desktop.

MiraCosta College now offers two ways to access your student virtual desktop. MiraCosta College now offers two ways to access your student virtual desktop. We now feature the new VMware Horizon View HTML access option available from https://view.miracosta.edu. MiraCosta recommends

More information

Windows and MAC User Handbook Remote and Secure Connection Version 1.01 09/19/2013. User Handbook

Windows and MAC User Handbook Remote and Secure Connection Version 1.01 09/19/2013. User Handbook Windows and MAC User Handbook How to Connect Your PC or MAC Remotely and Securely to Your U.S. Department of Commerce Account Developed for You by the Office of IT Services (OITS)/IT Service Desk *** For

More information

Install FileZilla Client. Connecting to an FTP server

Install FileZilla Client. Connecting to an FTP server Install FileZilla Client Secure FTP is Middle Georgia State College s supported sftp client for accessing your Web folder on Webdav howeve you may use FileZilla or other FTP clients so long as they support

More information

MultiSite Manager. Setup Guide

MultiSite Manager. Setup Guide MultiSite Manager Setup Guide Contents 1. Introduction... 2 How MultiSite Manager works... 2 How MultiSite Manager is implemented... 2 2. MultiSite Manager requirements... 3 Operating System requirements...

More information

Accessing vlabs using the VMware Horizon View Client for OSX

Accessing vlabs using the VMware Horizon View Client for OSX Accessing vlabs using the VMware Horizon View Client for OSX This document will demonstrate how to download, install, and connect to a virtual lab desktop from a personal Mac OSX computer using the VMware

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

shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0)

shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0) shweclassifieds v 3.3 Php Classifieds Script (Joomla Extension) User Manual (Revision 2.0) Contents Installation Procedure... 4 What is in the zip file?... 4 Installing from Extension Manager... 6 Updating

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

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

Google Trusted Stores Setup in Magento

Google Trusted Stores Setup in Magento Google Trusted Stores Setup in Magento Google Trusted Stores is a free badging program that can improve your conversion rate and average order size by reassuring potential customers you offer a great shopping

More information

Buffalo Web Access. LinkStation Pro LS-XHL

Buffalo Web Access. LinkStation Pro LS-XHL Buffalo Web Access LinkStation Pro LS-XHL What is WebAccess? The Web Access feature is designed to share content (Photo s, Music, Movies, and files) from your home network to remote users anywhere on the

More information

Thank you for deciding to read this book. I have written this book for you to learn Joomla! 1.5 as fast as possible.

Thank you for deciding to read this book. I have written this book for you to learn Joomla! 1.5 as fast as possible. Preface Thank you for deciding to read this book. I have written this book for you to learn Joomla! 1.5 as fast as possible. This book is meant to be read cover-to-cover, and all you have to do is read

More information

How to Create a WordPress web site at www.blacksun.ca

How to Create a WordPress web site at www.blacksun.ca How to Create a WordPress web site at www.blacksun.ca by R. Berdan Dec 1, 2012 What you need. 1. Web Host & Domain name www.blacksun.ca with support for PHP 5.2.4 or greater, MySQL 5.0 or greater (you

More information

Sophos UTM. Remote Access via PPTP Configuring Remote Client

Sophos UTM. Remote Access via PPTP Configuring Remote Client Sophos UTM Remote Access via PPTP Configuring Remote Client Product version: 9.300 Document date: Tuesday, October 14, 2014 The specifications and information in this document are subject to change without

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 do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac?

How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? Enterprise Computing & Service Management How do I Install and Configure MS Remote Desktop for the Haas Terminal Server on my Mac? In order to connect remotely to a PC computer from your Mac, we recommend

More information