Integrating Mahara with Moodle running under https

Size: px
Start display at page:

Download "Integrating Mahara with Moodle running under https"

Transcription

1 Server environment: Integrating Mahara with Moodle running under https Windows 2012 SP2 server on both machines Internet Information Services 9.5 PostgresSQL 9.3 PHP version Installation of IIS and PHP on Mahara Server Step No. 1: In the first step it is necessary to install the IIS feature in Windows 2012 Server. Do not forget to add the CGI feature. Step No. 2: The Visual Studio C x86 libraries needs to be installed! Create an phpinfo file to check whether the PHP has been successfully installed.

2 Mahara installation: Mahara is a PHP and MySQL application like Moodle. Mahara and Moodle share a very similar architecture, and are designed to be complementary in many respects. Follow the instructions on the installing Mahara wiki page, Step No. 1: Copy the htdocs folder into the wwwroot and rename its name into mahara. Step No. 2: Make an update of the www path in the IIS server. Step No. 3: Create a new database and assign privileges on it for an account that will be used to establish a connection between mahara database and mahara itself. Step No. 4: Edit the Mahara configuration file by specifying connection details to the database. Additionally the following lines must be added or uncommented in the configuration file: $cfg->wwwroot ='your server name ; $cfg->opensslcnf ='D:\php\v-5.5.8\extras\ssl\openssl.cnf'; path to the openssl.cnf in your php folder The above path needs to be also added to the configuration file in Moodle. $cfg->dataroot ='D:\maharadata'; folder to store the mahara data $cfg-> contact ='moodle-support@your domain'; $cfg->passwordsaltmain ='randomly generated string'; $cfg->passwordsalt1 ='randomly generated string'; Step No. 5: If the following information will appear No input file specified then the doc_root in the php.ini file needs to be updated. Step No. 6: The session.entropy_length = 32 must be activated in the php.ini file Step No. 7: Configure cron script.

3 Installation of SSL certificates Step No. 1: Import the certificates into the Mahara and Moodle Server. Step No. 2: Bind the website with installed certificate using port 433. Step No. 3: Enable the https authentication in the Moodle administration page Use HTTPS for logins Step No. 4: Enable the https in the config.php file both on the Mahara and Moodle server. Connecting Mahara with Moodle The following steps based on the following tutorial: Time for action - configuring the networking and SSO To begin the process of configuring Moodle and Mahara to work together, we need to enable Moodle Networking. You will need to make sure you have xmlrpc, curl, and openssl installed and configured in your PHP build. Networking allows Moodle to share users and authentication with another system. In this case, we are configuring Moodle to allow Moodle users to automatically login to Mahara when they login to Moodle. This will create a more seamless experience for the users and enable them to move back and forth between the systems. The steps to configure the Mahara portfolio plugin are as follows: 1. From the Site administration menu, select Advanced features. Find the Networking option and set it to On. Select Save changes. 2. The Networking option will then appear in the site admin menu. Select Networking, then Manage Peers. 3. In the Add a new host form, copy the URL of your Mahara site into the hostname field and then select Mahara as the server type. 4. Open a new window and login to your Mahara site as the site admin. Select the Site Admin tab. 5. On your Mahara site, select Configure Site. Then select Networking. 6. Copy the public key from the BEGIN tag to the END CERTIFICATE and paste it into the Public Key field in the Moodle networking form. In case of connection problems try to generate new public key and add it manually into Moodle.

4 7. On the resulting page, select the Services tab to set up the services necessary to integrate the portfolio. 8. You will now need to configure the SSO services. Moodle and Mahara can make the following services available for the other system to consume. Moodle/Mahara Services Descriptions Remote enrollment service: Publish: If you Publish the Remote Enrollment Service, Mahara admins will be able to enroll students in Moodle courses. To enable this, you must also publish to the Single Sign On Service Provider service. Subscribe: Subscribe allows you to remotely enroll students in courses on the remote server. It doesn't apply in the context of Mahara. Portfolio Services: You must enable both Publish and Subscribe to allow users to send content to Mahara. SSO: (Identity Provider) If you Publish the SSO service, users can go from Moodle to Mahara without having to login again. If you Subscribe to this service, users can go from Mahara to Moodle without having to login again. SSO: (Service Provider) This is the converse of Identity Provider service. If you enabled Publish previously, you must enable Subscribe here. If you enabled Subscribe previously, you must enable Publish here. What just happened You have just enabled Single Sign-On between Moodle and Mahara. We are now halfway through the setup and now we can configure the Mahara to listen for Moodle users. Enabling Mahara portfolio plugin Now that you've enabled the basic Moodle networking to enable SSO, we need to enable the Mahara portfolio plugin. Like the repository system, the portfolio system is designed as a plugin architecture. Each

5 system capable of being a portfolio system will have its own plugin. You need to enable it to make it available for users. The Mahara plugin is a little different than many of the portfolio plugins. You cannot activate it until you've finished the preceding networking configuration. 1. Login to Moodle as an administrator. 2. From the Site administration menu, select Advanced features. Then select the Enable Portfolios checkbox. 3. Then select Plugins and Authentication from the Site administration menu. Select the Manage Authentication page. 4. Click on the Enable button next to the the MNet Authentication plugin. 5. From the Site administration menu, select Plugins and then select Portfolios. 6. Select Manage Portfolios. 7. In the Manage portfolios page, set the Mahara plugin to Enabled and Visible. 8. You'll then be taken to the Configure portfolio plugin page Begin the configuration by giving the instance of the portfolio a name. The name will be used to identify the portfolio system to users. 10. In the MNet Host option, choose the Mahara networking peer you created in the previous step. 11. If you have Mahara 1.3, you can enable Leap2a Portfolio support. Leap2a is a portfolio interoperation protocol which allows systems to easily share portfolio data. If you are using Mahara 1.3, you should enable this protocol. 12. Click on Save. What just happened You have now enabled the Mahara portfolio plugin on your Moodle site. Between the Networking configuration and the plugin, you should now have your Moodle site fully configured. Next, we need to configure Mahara to listen to Moodle.

6 Enabling Mahara to listen to Moodle Once you've configured Moodle for Mahara networking, you must also enable Mahara to listen for Moodle users. There are two steps to this process. First, we need to enable networking at the site level. Then, we need to create an institution for the Moodle users in Mahara. 1. Login to Mahara as a site admin. 2. In the menu at the top of the page, click Site administration. 3. From the Admin home page, select the Configure Site tab. Then select the Networking sub-tab. 4. Set Enable networking to Yes. 5. Be very careful if you decide to enable Auto-register all hosts. This will allow anyone who has a Moodle site and knows the URL of your Mahara instance to connect their Moodle to your Mahara. 6. Click on Save changes. 7. Now we need to create a new institution for your Moodle site. Institutions in Mahara are like sub-sites, with their own collection of users and peer groups. To start the process, click on the Institutions tab. 8. From the Administer Institutions page, click the Add Institution button. 9. Set the institution name to the name of your Moodle website. Set the display name to a shorter but understandable version of the name. 10. Leave the institution expiry date set at Not specified. 11. Uncheck the Registration allowed button. This will disable the manual registration for this institution and force all user accounts to be created through Moodle. 12. Leave the Default Membership Period, Theme, and Maximum User Accounts blank. 13. Click on Submit. Mahara will take you to the editing screen for your new institution. 14. Now we have a base institution but we need to associate this institution with Moodle. We will use an authentication plugin to enable Mahara to communicate with Moodle. From the Authentication plugin menu, choose XMLRPC Authenticate by SSO from an external application and click Add. In case of connection problems try to generate new public key and add it manually into Mahara.

7 15. The Add an Authority window will pop up. The Authority we are adding is your Moodle server. The Authority Name should be something to help you identify the server later. Use "Moodle" or something similar. 16. Copy the base URL for your Moodle server into the WWW root field. 17. The Site name is a display field to help users identify from which site they have come to Mahara. 18. Set the Application menu to Moodle. 19. If your Moodle site is running on a different port than the standard port 80, enter the port here i.e If you set a Parent authority, users will be able to log in using that login method as well as the Moodle SSO. If you want users to directly log in to Mahara as well as come through Moodle, set this to Internal. 21. If you don't set the Parent Authority, and users have the URL for the Mahara login, then you will need to add a login error message to the text area below the parent authority. Be sure to include the link to your Moodle login with the error message. 22. The SSO direction sets the direction of the authentication. To enable Moodle users to login to Mahara, leave this set to They SSO in. 23. Set the checkbox for Update user info on login. This will enable Moodle to update any user profile information that may have changed between logins. 24. The We auto-create users enables Mahara to automatically create users who come from Moodle but don't have accounts in Mahara. You will usually want to set this to Yes. 25. The We import content option will allow your users to export content from Moodle and save it in Mahara. Check this box. 26. Click on Submit. 27. You will now be taken back to the Administer Institutions page. Click on Submit again. What just happened You have now configured Mahara to accept Moodle user logins. Once a user decides to save a forum post or an assignment from Moodle to their portfolio, Mahara will accept their authentication from Moodle and create a user account for them if they don't have one already.

8 Enable the Mahara-Portfolio Plugin in Moodle: It is necessary to allow the usage of MNET for authenticated users. Edit the role parameters in the Site administration section, Users, Permissions, Define. Change the Roam to a remote application via MNet to Allow. Export function between Moodle and Mahara: It is necessary to install zip on the Mahara Server: You can install the zip/unzip executables (beware, not Winzip, but the real zip/unzip for Win32) in any place you want. I'd place them in a directory without white space in its name, e.g. C:\zip\zip.exe and C:\zip\unzip.exe. Then in your Mahara config.php file add the following two lines (note the use of forward slashes instead of backward slashes): $cfg->pathtounzip = 'C:/zip/unzip.exe'; $cfg->pathtozip = 'C:/zip/zip.exe';

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

Building Block Installation - Admins

Building Block Installation - Admins Building Block Installation - Admins Overview To use your Blackboard Server with Panopto, you first need to install the Panopto Building Block on your Blackboard server. You then need to add Blackboard

More information

PHPBasket 4 Administrator Documentation

PHPBasket 4 Administrator Documentation PHPBasket 4 Please ensure you have the latest version of this document from http://www.phpbasket.com Contents CONTENTS 2 REQUIREMENTS 3 INSTALLATION 4 PREPARATION 4 UPLOAD 4 INSTALLATION 4 ADMINISTRATOR

More information

EchoSystem 5 Documentation Administration Guide

EchoSystem 5 Documentation Administration Guide Administration Guide February 10, 2012 Echo360 is continually updating the documentation. This manual is a snapshot as of the date above. Check the Echo360 documentation wiki for the most current version:

More information

NBC Learn Tool. Administrator s Guide V3.0

NBC Learn Tool. Administrator s Guide V3.0 NBC Learn Tool Administrator s Guide V3.0 Trademarks NBC Universal and NBC News Learn are registered trademarks of the National Broadcasting Company. All other trademarks and registered trademarks are

More information

Destiny Library Manager

Destiny Library Manager Destiny Library Manager Setting Up One Search Your teachers and students can take advantage of your school s subscription databases all in one place through Destiny One Search. One Search saves staff and

More information

SOFTWARE INSTALLATION README

SOFTWARE INSTALLATION README SOFTWARE INSTALLATION README This software uses two directories for its installation. One is a public directory, and one is a private, or secure directory. Kryptronic software installs in two different

More information

LTI INTEGRATION OVERVIEW

LTI INTEGRATION OVERVIEW LTI INTEGRATION OVERVIEW Contents What is lynda.com?...1 What this document explains... 1 Use this document to... 2 About LTI integration... 2 What is LTI?... 2 Tradeoffs... 2 Advantages... 2 Disadvantages...

More information

Table of Contents. Single Sign On 1

Table of Contents. Single Sign On 1 Table of Contents Table of Contents Single Sign On SAML Authentication Using SAML SSO Authentication Setting up SAML SSO Authentication Configuring OneLogin as an Identity Provider LDAP Authentication

More information

Installing PHP 5.1 On Windows

Installing PHP 5.1 On Windows Installing PHP 5.1 On Windows 1. The PHP setup file is a zip archive. Extract the contents of the zip file using Winzip or any other archiving tool 2. In the extraction process, all the zipped files will

More information

Joomla 3.X Global Settings Part III Server Settings

Joomla 3.X Global Settings Part III Server Settings Joomla 3.X Global Settings Part III Server Settings Diagram 1 Path to Temp Folder: This is a text box adjacent to this prompt which holds the path to Joomla s temp folder on the web server. This is the

More information

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

Editing Course Tools and Properties to 8.4.1

Editing Course Tools and Properties to 8.4.1 Editing Course Tools and Properties 8.3.0 to 8.4.1 User Guide Revised April 16, 2009 Contents Editing course properties The Course Offering Information page Setting course colors Setting the course language

More information

Editing Course Tools and Properties v8.3.0

Editing Course Tools and Properties v8.3.0 Editing Course Tools and Properties v8.3.0 User Guide March 11, 2008 Contents Editing course properties The Course Offering Information page Setting course colors Setting the course language Setting up

More information

Grapevine web hosting user manual. 12 August 2005

Grapevine web hosting user manual. 12 August 2005 Grapevine web hosting user manual 12 August 2005 Grapevine web hosting user manual 2 Contents Contents... 2 Introduction... 4 System features... 4 How it looks... 5 Main navigation... 5 Reports... 6 Web

More information

BLACKBOARD PORTFOLIOS

BLACKBOARD PORTFOLIOS BLACKBOARD PORTFOLIOS Blackboard Learn Student Support elearning Instructors may create assignments in their courses that require students to build a portfolio using Blackboard s portfolio tool. A portfolio

More information

MassTransit 6.0 Enterprise Web Configuration For Windows 2008 Server

MassTransit 6.0 Enterprise Web Configuration For Windows 2008 Server MassTransit 6.0 Enterprise Web Configuration For Windows 2008 Server March 17, 2009 Group Logic, Inc. 1100 North Glebe Road, Suite 800 Arlington, VA 22201 Phone: 703-528-1555 Fax: 703-528-3296 E-mail:

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

Quick Start Manual for Mechanical TA

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

More information

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

PRODUCT MANUAL. idashboards Reports Admin Manual. Version 9.1

PRODUCT MANUAL. idashboards Reports Admin Manual. Version 9.1 PRODUCT MANUAL idashboards Reports Admin Manual Version 9.1 idashboards Reports Admin Manual Version 9.1 No part of the computer software or this document may be reproduced or transmitted in any form or

More information

Upland Qvidian Proposal Automation Single Sign-on Administrator's Guide

Upland Qvidian Proposal Automation Single Sign-on Administrator's Guide Upland Qvidian Proposal Automation Single Sign-on Administrator's Guide Version 12.0-4/17/2018 Copyright Copyright 2018 Upland Qvidian. All rights reserved. Information in this document is subject to change

More information

TechNote: 5a-WordPress Install - PHP 5-2-x Setup

TechNote: 5a-WordPress Install - PHP 5-2-x Setup TechNote: 5a-WordPress Install - PHP 5-2-x Setup Introduction (1.1): TechNote 5a in the WordPress installation and setup series reviews setting up PHP 5.2.x in an XP SP3 environment using IIS 5.1. Introduction

More information

Getting Started with Moodle 2.0

Getting Started with Moodle 2.0 Getting Started with Moodle 2.0 Note: Please use Mozilla Firefox if you are working on a Mac 1. Login to Moodle 2. How to Access a Course 3 Edit your Profile Information 4. Add a Personal photo 5. Disable

More information

MAGENTO 2 INSTALL EXTENSION MANUALLY

MAGENTO 2 INSTALL EXTENSION MANUALLY MAGENTO 2 INSTALL EXTENSION MANUALLY As you may know, there are two most popular ways of installing Magento 2 extension manually. The first one is to use COMMAND LINE (recommended) and the second one is

More information

Double up on security for Active Directory and cloud app authentication

Double up on security for Active Directory and cloud app authentication Double up on security for Active Directory and cloud app authentication user name Login Introduction Although information technology has come a long way over the past couple decades, the digital identities

More information

ASSA ABLOY. CLIQ Connect PC Application User Manual

ASSA ABLOY. CLIQ Connect PC Application User Manual ASSA ABLOY CLIQ Connect PC Application User Manual Table of Contents 1 INTRODUCTION... 3 2 VERSIONS... 3 2.1 CLIQ Web Manager/Remote... 3 2.2 Key Firmware... 3 2.3 Microsoft Windows... 3 3 INSTALLATION...

More information

MassTransit Enterprise Web Configuration

MassTransit Enterprise Web Configuration MassTransit Enterprise Web Configuration Version: 2.1.1 Date: 03/04/2008 Group Logic, Inc. 1110 N. Glebe Road, Suite 450 Arlington, VA 22201 Phone: (703) 528-1555 Fax: (703) 527-2567 Email: info@grouplogic.com

More information

click2try Tutorial Redmine 2009 Presage Technologies, LLC.

click2try Tutorial Redmine 2009 Presage Technologies, LLC. click2try Tutorial Redmine 2009 Presage Technologies, LLC. Copyright 2008-2009 Presage Technologies, LLC. You may freely distribute or publish this content provided you publish the content in its entirety

More information

SitelokTM. Stripe Plugin V1.5

SitelokTM. Stripe Plugin V1.5 SitelokTM Stripe Plugin V1.5 Sitelok Stripe Plugin Manual Copyright 2015-2018 Vibralogix. All rights reserved. This document is provided by Vibralogix for informational purposes only to licensed users

More information

Checking Out and Building Felix with NetBeans

Checking Out and Building Felix with NetBeans Checking Out and Building Felix with NetBeans Checking out and building Felix with NetBeans In this how-to we describe the process of checking out and building Felix from source using the NetBeans IDE.

More information

Setting Up A WordPress Blog

Setting Up A WordPress Blog Setting Up A WordPress Blog Introduction WordPress can be installed alongside an existing website to be used solely as the 'blog' element of a website, or it can be set up as the foundation for an entire

More information

Software Version 5.0. Administrator Guide Release Date: 7th April, InCommon c/o Internet Oakbrook Drive, Suite 300 Ann Arbor MI, 48104

Software Version 5.0. Administrator Guide Release Date: 7th April, InCommon c/o Internet Oakbrook Drive, Suite 300 Ann Arbor MI, 48104 Software Version 5.0 Administrator Guide Release Date: 7th April, 2015 InCommon c/o Internet2 1000 Oakbrook Drive, Suite 300 Ann Arbor MI, 48104 Table of Contents 1 Introduction to InCommon Certificate

More information

Get started with Efficient Documents Management System. Stephane Van de Putte, The NO-SOD Project

Get started with Efficient Documents Management System. Stephane Van de Putte, The NO-SOD Project Get started with Efficient Documents Management System Stephane Van de Putte, The NO-SOD Project Get started with Efficient Documents Management System by Stephane Van de Putte Published 2004 Copyright

More information

PHRED Installation Guide

PHRED Installation Guide PHRED Installation Guide ColdFusion Version 10, SQL Server Database January 27, 2014 PHRED Installation Guide Page 1 Table of Contents Application Environment... 3 Application Tailoring... 4 Web Server

More information

Contents. Before You Start 2. Configuring Rumpus 3. Testing Accessible Directory Service Access 5. Specifying Home Folders 6

Contents. Before You Start 2. Configuring Rumpus 3. Testing Accessible Directory Service Access 5. Specifying Home Folders 6 Contents Before You Start 2 Configuring Rumpus 3 Testing Accessible Directory Service Access 5 Specifying Home Folders 6 Active Directory Groups 7 Specifying An Alternate Users Container 8 Maxum Development

More information

SAFARI Montage v6.5.28

SAFARI Montage v6.5.28 Microsoft Office 365 Integration Instructions SAFARI Montage v6.5.28 NOTE: The Microsoft Office 365 integration must be configured by an Administrator. SAFARI Montage now offers a powerful new integration

More information

MYPORTFOLIO.AC.NZ. NMIT User manual. Mahara v1.2. [David Sturrock, May 2010] [Based on the manual developed by Craig Eves, Flexible Learning Network]

MYPORTFOLIO.AC.NZ. NMIT User manual. Mahara v1.2. [David Sturrock, May 2010] [Based on the manual developed by Craig Eves, Flexible Learning Network] MYPORTFOLIO.AC.NZ NMIT User manual Mahara v1.2 [David Sturrock, May 2010] [Based on the manual developed by Craig Eves, Flexible Learning Network] Table of Contents Introduction... 4 What are Views?...

More information

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

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

More information

Blackboard Open LMS. CampusVue Integration for joule 2.x Administrator Configuration Guide

Blackboard Open LMS. CampusVue Integration for joule 2.x Administrator Configuration Guide Blackboard Open LMS CampusVue Integration for joule 2.x Administrator Configuration Guide 1 190 West Ostend St., Suite 110, Baltimore, MD 21230 P: +1 410.779.3400 F: +1 443.817.0976 www.blackboardopenlms.com

More information

You will save an Auto Server Setup file and use it in the next exercise.

You will save an Auto Server Setup file and use it in the next exercise. Initial Mac OS X Server Configuration 51 30 You are now at the Review pane. Do not click the Set Up button. Instead, leave your Mac OS X Server at this Review pane. You will save an Auto Server Setup file

More information

Broker. Business and Finance WordPress Theme. Documentation. Made by CommerceGurus

Broker. Business and Finance WordPress Theme. Documentation. Made by CommerceGurus Broker Business and Finance WordPress Theme Documentation Made by CommerceGurus www.commercegurus.com Video Tutorial Don t like reading documentation? Nah either do we :) Check out our install video https://youtu.be/9h6cneefuis

More information

Web Push Notification

Web Push Notification Web Push Notification webkul.com/blog/web-push-notification-for-magento2/ On - January 13, 2017 This impressive module allows you to send push notification messages directly to the web browser. The biggest

More information

Table of Contents. User Manual v

Table of Contents. User Manual v Table of Contents User Manual v6.0...1 Introduction...2 What is KBPublisher?...2 Public area...2 Administration area...3 KBPublisher Uses...5 Public Area (front-end)...7 Admin Area (Back-End); Common Actions...10

More information

QUICK START FOR SELF HOSTED, SELF INSTALLED

QUICK START FOR SELF HOSTED, SELF INSTALLED QUICK START FOR SELF HOSTED, SELF INSTALLED copyright 2017 www.accordlms.com Table of Contents Module Setup... 3 About this Guide... 4 System Requirements... 5 Module Installation... 6 Add LMS Administration

More information

CORAL Resources Module User Guide

CORAL Resources Module User Guide CORAL Resources Module User Guide About CORAL Resources A component of Hesburgh Libraries locally developed ERM, CORAL Resources aids in the management of the electronic resource workflow from the initial

More information

Qualtrics Training Guide for Baruch College. Table of Contents. Qualtrics Training Guide. I. Basic Overview

Qualtrics Training Guide for Baruch College. Table of Contents. Qualtrics Training Guide. I. Basic Overview Qualtrics Training Guide for Baruch College Qualtrics Training Guide Qualtrics is a web-based application for creating and administering online surveys and polls. The service is available to all Baruch

More information

Integrations. Native Integrations (Recommended)...3. Canvas Native Integration Instructions...4. Moodle Native Integration Instructions...

Integrations. Native Integrations (Recommended)...3. Canvas Native Integration Instructions...4. Moodle Native Integration Instructions... INTEGRATIONS This work by VeriCite is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike4.0 International License. Last Updated {{meta_date}} Table of f Contents Native Integrations

More information

Vanier Moodle Basics 2 Statement of Competencies and Competency Elements. Statement of the Competencies

Vanier Moodle Basics 2 Statement of Competencies and Competency Elements. Statement of the Competencies Vanier Moodle Basics 2 Statement of Competencies and Competency Elements Workshop Description This workshop will introduce you to the basic elements of Vanier s DecClic Moodle. It will teach you how to

More information

Administrative User Guide. (Last Updated: January 2018) Covers Version 1.6.x

Administrative User Guide. (Last Updated: January 2018) Covers Version 1.6.x Administrative User Guide (Last Updated: January 2018) Covers Version 1.6.x 1 Table of Contents Table of Contents Overview Browser Support & Operating System Support Web Address Basic Concepts Admin Sections

More information

The Course Storage report shows the current statistics for storage space used in every course in a selected term (shown in megabytes).

The Course Storage report shows the current statistics for storage space used in every course in a selected term (shown in megabytes). Account and subaccount admins have access to Canvas reports that can be used to review account data. Canvas includes a set of default reports available to all institutions. This document outlines the descriptions

More information

Integrations. Help Documentation

Integrations. Help Documentation Help Documentation This document was auto-created from web content and is subject to change at any time. Copyright (c) 2018 SmarterTools Inc. Integrations Base WHMCS SmarterMail Provisioning Module Package

More information

Getting Started with PHP

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

More information

SAML 2.0 SSO. Set up SAML 2.0 SSO. SAML 2.0 Terminology. Prerequisites

SAML 2.0 SSO. Set up SAML 2.0 SSO. SAML 2.0 Terminology. Prerequisites SAML 2.0 SSO Agiloft integrates with a variety of SAML authentication providers, or Identity Providers (IdPs). SAML-based SSO is a leading method for providing federated access to multiple applications

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Drupal

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Drupal About the Tutorial is a free and open source Content Management System (CMS) that allows organizing, managing and publishing your content. This reliable and secure CMS is built on PHP based environment

More information

Contents 1. How can I import my users from another platform? How can I Create Membership Levels and Subscription Packs?

Contents 1. How can I import my users from another platform? How can I Create Membership Levels and Subscription Packs? Contents 1. How can I import my users from another platform?... 2 2. How can I Create Membership Levels and Subscription Packs?... 5 3. Where is My Registration Page and How does the Registration Process

More information

Course 10972B: Administering the Web Server (IIS) Role of Windows Server

Course 10972B: Administering the Web Server (IIS) Role of Windows Server Course 10972B: Administering the Web Server (IIS) Role of Windows Server Course Outline Module 1: Understanding and Installing Internet Information Services In this module, you will learn about the infrastructure

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

This document is for account role permissions ; to view course role permissions, please visit the course permissions PDF.

This document is for account role permissions ; to view course role permissions, please visit the course permissions PDF. This document is for account role permissions ; to view course role permissions, please visit the course permissions PDF. This document is designed to help Canvas admins know how permissions affect users

More information

Preparing Your Working Environment

Preparing Your Working Environment A Preparing Your Working Environment In order to avoid any headaches while going through the case studies in this book, it's best to install the necessary software and configure your environment the right

More information

Using moodletxt. This document is intended for those using: moodletxt 2.2 Moodle versions 1.5 or 1.6

Using moodletxt. This document is intended for those using: moodletxt 2.2 Moodle versions 1.5 or 1.6 Using moodletxt This document is intended for those using: moodletxt 2.2 Moodle versions 1.5 or 1.6 Documentation for other software versions is available separately. Date: 24 th January 2008 Author: Greg

More information

AREA 3 WRITING PROJECT

AREA 3 WRITING PROJECT Edublogs (WordPress) An Introductory Manual Gail Desler (with input from many others) AREA 3 WRITING PROJECT Last updated March 26, 2007 Table of Contents Getting Started... 3 Viewing Your Blog... 5 Changing

More information

SafeConsole On-Prem Install Guide

SafeConsole On-Prem Install Guide SafeConsole On-Prem Install Guide This guide applies to SafeConsole 5.0.5 Introduction This guide describes how to install a new SafeConsole server on Windows using the SafeConsole installer. As an option,

More information

We want to install putty, an ssh client on the laptops. In the web browser goto:

We want to install putty, an ssh client on the laptops. In the web browser goto: We want to install putty, an ssh client on the laptops. In the web browser goto: www.chiark.greenend.org.uk/~sgtatham/putty/download.html Under Alternative binary files grab 32 bit putty.exe and put it

More information

Ampliación de Bases de Datos

Ampliación de Bases de Datos 1. Introduction to In this course, we are going to use: Apache web server PHP installed as a module for Apache Database management system MySQL and the web application PHPMyAdmin to administrate it. It

More information

Glow Blogs e- Portfolio Plugin

Glow Blogs e- Portfolio Plugin Glow Blogs e- Portfolio Plugin Table of Contents BEFORE YOU START 2 CREATING A NEW E- PORTFOLIO 3 E- PORTFOLIO PROFILE TAGS 3 CREATING A PROFILE 4 EDITING A PROFILE 4 ADD PROFILE SCREEN 5 EDITING A PROFILE

More information

Taskbar for Windows. Contents. Overview. Prerequisites. Versions. PositiveID Support. Installer

Taskbar for Windows. Contents. Overview. Prerequisites. Versions. PositiveID Support. Installer Taskbar for Windows Contents 1 Overview 1.1 Versions 1.2 PositiveID Support 1.3 Installer 2 Prerequisites 3 Architecture 4 Swivel Server Configuration 4.1 Enabling Session creation with username 5 Taskbar

More information

PHEWR Installation Guide (version 3)

PHEWR Installation Guide (version 3) PHEWR Installation Guide (version 3) Introduction Included in this Zip File: Database - sql scripts to install database objects Admin - directory structure containing the files necessary to run the PHEWR

More information

Enabling Your MSDNAA Hosted ELMS Software Solution. September 2007

Enabling Your MSDNAA Hosted ELMS Software Solution. September 2007 Enabling Your MSDNAA Hosted ELMS Software Solution Contents Introduction:...4 What is Traditional ELMS?...4 What is Hosted ELMS?...4 How Do I Enable Hosted ELMS Delivery?...5 Adding New Software titles

More information

Plugins Sharing and Maintaining Moodle Plugins

Plugins Sharing and Maintaining Moodle Plugins Introductions: Who are you? (name/position) Where are you from? Why are you here? What do you hope to learn or take away from this session so that it will be meaningful and worthwhile? Where in the Moodleverse

More information

BrainCert Enterprise LMS. Learning Management System (LMS) documentation Administrator Guide Version 3.0

BrainCert Enterprise LMS. Learning Management System (LMS) documentation Administrator Guide Version 3.0 BrainCert Enterprise LMS Learning Management System (LMS) documentation Administrator Guide Version 3.0 1 P a g e Table of Contents... 3... 3... 4... 4... 5... 5... 6... 6... 8... 8... 9... 9... 10...

More information

Self-Service Portal & estore Guide. Your complete guide to installing, administering and using the 1CRM Self-Service Portal and estore.

Self-Service Portal & estore Guide. Your complete guide to installing, administering and using the 1CRM Self-Service Portal and estore. Self-Service Portal & estore Guide Your complete guide to installing, administering and using the 1CRM Self-Service Portal and estore. Version 4.2, October, 2017. This document is subject to change without

More information

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

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

More information

Kaltura Video Package for Moodle 2.x Quick Start Guide. Version: 3.1 for Moodle

Kaltura Video Package for Moodle 2.x Quick Start Guide. Version: 3.1 for Moodle Kaltura Video Package for Moodle 2.x Quick Start Guide Version: 3.1 for Moodle 2.0-2.4 Kaltura Business Headquarters 5 Union Square West, Suite 602, New York, NY, 10003, USA Tel.: +1 800 871 5224 Copyright

More information

FB Image Contest. Users Manual

FB Image Contest. Users Manual FB Image Contest Users Manual Table of contents Description.. 3 Step by step installation... 5 The administration interface.. 10 Creating a new contest... 13 Creating a Facebook Application.. 19 Adding

More information

Integrating with Prime Service Catalog

Integrating with Prime Service Catalog This chapter consist of the following topics: Overview, page 1 Integrating with Third Party Applications, page 4 Creating Custom Integrations, page 7 Providing Infrastructure as a Service (IaaS) using

More information

ENTRUST CONNECTOR Installation and Configuration Guide Version April 21, 2017

ENTRUST CONNECTOR Installation and Configuration Guide Version April 21, 2017 ENTRUST CONNECTOR Installation and Configuration Guide Version 0.5.1 April 21, 2017 2017 CygnaCom Solutions, Inc. All rights reserved. Contents What is Entrust Connector... 4 Installation... 5 Prerequisites...

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

Introduction to Security in Laserfiche 8.3 and later. White Paper

Introduction to Security in Laserfiche 8.3 and later. White Paper Introduction to Security in Laserfiche 8.3 and later White Paper November 2013 Table of Contents Authentication and Authorization... 4 Authentication... 4 Windows Accounts and LDAP... 5 Laserfiche Trustees...

More information

Security Provider Integration SAML Single Sign-On

Security Provider Integration SAML Single Sign-On Security Provider Integration SAML Single Sign-On 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the

More information

Blackboard Open LMS. Datatel Integration for joule2.x Administrator Configuration Guide

Blackboard Open LMS. Datatel Integration for joule2.x Administrator Configuration Guide Blackboard Open LMS Datatel Integration for joule2.x Administrator Configuration Guide Introduction... 3 Prerequisite... 4 Datatel information... 4 Blackboard Open LMS Installation... 4 Configuration Guide...

More information

OpenProject AdminGuide

OpenProject AdminGuide OpenProject AdminGuide I. Contents I. Contents... 1 II. List of figures... 2 1 Administration... 2 1.1 Manage projects...2 1.2 Manage users...5 1.3 Manage groups...11 1.4 Manage roles and permissions...13

More information

Revised: 08/02/ Click the Start button at bottom left, enter Server Manager in the search box, and select it in the list to open it.

Revised: 08/02/ Click the Start button at bottom left, enter Server Manager in the search box, and select it in the list to open it. Mobile App Windows Authentication & SSL Config Revised: 08/02/2017 Job Aid This Job Aid is intended for agency IT staff and explains how to enable Windows Authentication and SSL for your mobile applications

More information

Blackboard: Campus Pack Blog Sites

Blackboard: Campus Pack Blog Sites 1 Blackboard: Campus Pack Blog Sites TLT Instructional Technology Support (631) 632-2777 Stony Brook University blackboard@stonybrook.edu http://it.stonybrook.edu/ In this document, you will learn how

More information

Deploying Code42 CrashPlan with Jamf Pro. Technical Paper Jamf Pro 9.0 or Later 21 January 2019

Deploying Code42 CrashPlan with Jamf Pro. Technical Paper Jamf Pro 9.0 or Later 21 January 2019 Deploying Code42 CrashPlan with Jamf Pro Technical Paper Jamf Pro 9.0 or Later 21 January 2019 copyright 2002-2019 Jamf. All rights reserved. Jamf has made all efforts to ensure that this guide is accurate.

More information

BMC FootPrints 12 Integration with Remote Support

BMC FootPrints 12 Integration with Remote Support BMC FootPrints 12 Integration with Remote Support 2003-2019 BeyondTrust Corporation. All Rights Reserved. BEYONDTRUST, its logo, and JUMP are trademarks of BeyondTrust Corporation. Other trademarks are

More information

Remote Support Web Rep Console

Remote Support Web Rep Console Remote Support Web Rep Console 2017 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the property of their

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

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

Users Guide. Kerio Technologies

Users Guide. Kerio Technologies Users Guide Kerio Technologies C 1997-2006 Kerio Technologies. All rights reserved. Release Date: June 8, 2006 This guide provides detailed description on Kerio WebSTAR 5, version 5.4. Any additional modifications

More information

Additionally, you may be able to change your password and enter challenge questions to be used if you forget your username or password.

Additionally, you may be able to change your password and enter challenge questions to be used if you forget your username or password. Page 1 of 6 My Account Use the My Account option to view your account data. Your account data includes your user name, address, email address, and the last date and time that you accessed Home Access Center.

More information

IQSweb Installation Instructions Version 5.0

IQSweb Installation Instructions Version 5.0 IQSweb Installation Instructions Version 5.0 Contents Additional References... 3 IQSweb ROSS Connection... 3 IQSweb V5.0 Install/Upgrade Scenarios... 4 IQSweb Configuration Options... 5 A. Single Computer/Server

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

Mail Merge for Gmail v2.0

Mail Merge for Gmail v2.0 The Mail Merge with HTML Mail program will help you send personalized email messages in bulk using your Gmail account. What can Mail Merge for Gmail do? You can send messages in rich HTML, the message

More information

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1

Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) Modified on 30 AUG 2017 VMware AirWatch 9.1.1 Setting Up Resources in VMware Identity Manager (On Premises) You can find the most up-to-date

More information

How To Set Up The Genius Store Builder Theme Step--By--Step Guide For Building Your First Profitable Affiliate Store

How To Set Up The Genius Store Builder Theme Step--By--Step Guide For Building Your First Profitable Affiliate Store How To Set Up The Genius Store Builder Theme Step--By--Step Guide For Building Your First Profitable Affiliate Store Thank you for purchasing the InstaGenus plugin. You have received our bonus Genius Store

More information

Center for Faculty Development and Support. Google Docs Tutorial

Center for Faculty Development and Support. Google Docs Tutorial Center for Faculty Development and Support Google Docs Tutorial Table of Contents Overview... 3 Learning Objectives... 3 Access Google Drive... 3 Introduction... 4 Create a Google Document... 4 Upload

More information

Cloud Help for Community Managers...3. Release Notes System Requirements Administering Jive for Office... 6

Cloud Help for Community Managers...3. Release Notes System Requirements Administering Jive for Office... 6 for Office Contents 2 Contents Cloud Help for Community Managers...3 Release Notes... 4 System Requirements... 5 Administering Jive for Office... 6 Getting Set Up...6 Installing the Extended API JAR File...6

More information

Microsoft IIS version 6 Integration

Microsoft IIS version 6 Integration Microsoft IIS version 6 Integration Contents 1 Overview 2 Prerequisites 3 PINsafe Configuration 4 Configuring the IIS Server 4.1 Install the PINsafeIISFilter.exe 4.2 Configure the ISAPI filter 4.3 Create

More information

Edublogs. (WordPress) An Introductory Manual. Gail Desler

Edublogs. (WordPress) An Introductory Manual. Gail Desler Edublogs (WordPress) An Introductory Manual Gail Desler [Drawing on/updating/expanding tutorials and explanations from James Farmer, Mike Temple, Ewa McGrail, Lorelle, Joan Boan, Alice Mercer, Kate Olson,

More information