Deploy Your First Cloud Foundry App to Any Cloud Foundry Service Provider

Size: px
Start display at page:

Download "Deploy Your First Cloud Foundry App to Any Cloud Foundry Service Provider"

Transcription

1 Deply Yur First Clud Fundry App t Any Clud Fundry Service Prvider cludwrkshp.rg/cludfundry Presenter: Dave Nielsen Clud Cmputing May 2015 Dave Nielsen dnielsen@gmail.cm twitter.cm/davenielsen linkedin.cm/in/dnielsen 1

2 Table f Cntents: 1. ABOUT THIS WORKSHOP TARGET AUDIENCE PRE- REQUISITES... 3 Exercise 1: Deply Hell Clud app... 3 Exercise 2: Deply "Cntact Frm" with a database

3 1. Abut This Wrkshp: This wrkshp will teach anyne with basic IT understanding hw t deply his r her first Clud Fundry Web app. 2. Target Audience: Other than installing sftware and typing cmmands in a terminal, we dn t use any advanced tls, s IT prs, develpers, architects, and prject managers shuld be able t cmplete this wrkshp. 3. Pre-requisites: Fr this wrkshp, yu will need: Yur wn Windws, Mac, r Linux cmputer with internet access A Clud Fundry Service Prvider (CFSP): Pivtal Web Services r IBM Bluemix. Other Clud Fundry service prviders may be used, but these instructins have nt been tested with them: Pivtal Web Services: run.pivtal.i (30-day trial) IBM Bluemix: bluemix.net (30-day trial) Stackat (by ActiveState): activestate.cm/stackat/sandbx (30 day trial) HP Helin Dev Platfrm (cming sn) CenturyLink (cming sn) An address. Like many free Clud Cmputing services, Clud Fundry service prviders require that yu have a valid . Nte: Pivtal Web Services als requires that yu prvide an SMS-enabled phne number, t verify that yu are nt a bt. Exercise 1: Deply and Scale the Hell Clud app 1. Prepare yur applicatin: a. Dwnlad (r create) yur first applicatin Yu can dwnlad the Hell Clud app created fr this exercise frm Unzip the hellclud.zip archive int any directry yu want (such as c:/wrkshp (r ~/wrkshp). Navigate t the new hellclud app flder (such as c:/wrkshp/hellclud (r ~/wrkshp/hellclud). Mdify the text in the manifest.yml file as required t deply yur app. Change hst: prperty frm cf-nde-hellclud-dcn t a unique hstname with yur initials. Fr example, yu might change the last three letters t that f yur wn initials, such as xyz (such as cf-nde-hellclud-xyz). 3

4 Quiz: What happens if yu run this app cde n a server that is nt Clud Fundry? 2. Create yur accunt: a. Sign-up fr yur free trial: Pivtal Web Services, 60-day trial: IBM Bluemix, 30-day trial: b. Check yur . Click the link t verify yur address. Pivtal will als require that yu cnfirm yur mbile phne number via SMS text message. c. Create an rg, e.g., mydevteam. Nte: Bluemix will create an rg fr yu based n yur address. 3. Setup yur develpment space: a. Dwnlad the Clud Fundry CLI: Visit Scrll dwn t the "Dwnlads" sectin f the github page Dwnlad the apprpriate (stable) installer b. Install the Clud Fundry CLI: Fr Windws: Unzip the installer-windws.zip file yu dwnladed abve. Run the cf_installer.exe that was unzipped by the previus step This will create a flder: C:\Prgram Files (x86)\cludfundry Add the C:\Prgram Files (x86)\cludfundry t yur %PATH% variable Open the Cmmand app (cmd.exe) Type the fllwing cmmand t make sure the CLI was installed crrectly: Fr Mac: > cf help Open the Terminal applicatin. Type the fllwing cmmand t make sure the CLI was installed crrectly: $ cf help c. Run the fllwing cmmand t lg int yur Clud Fundry service prvider accunt: > cf lgin -a r > cf lgin -a When prmpted, enter the address and passwrd yu used t create yur Clud Fundry Service Prvider accunt. d. Run the fllwing cmmands t see details abut yur rg and space: 4

5 > cf apps > cf rgs > cf spaces > cf target - [rg] -s [space] example: > cf target - mydevteam -s develpment e. Push yur app (run this cmmand frm within yur hellclud app flder): > cf push f. Run the apps cmmand again and see yur new app listed: > cf apps g. Run the app cmmand t see health and status details abut a specific app: > cf app [app name] example: > cf app hellclud h. Run the scale cmmand t increase the number f instances running yur new app: > cf scale [app name] -i [# f instances] example: > cf scale hellclud i 2 i. Open yur Web brwser t the URL prvided by the utput f the cf push prcess. It shuld lk smething like this: Fr Pivtal Web Services: cf-nde-hellclud-<yur initials>.cfapps.i Fr IBM Bluemix: cf-nde-hellclud-<yur initials>.mybluemix.net j. Open the Web cnsle and view the dashbard fr yur app: See yur app listed within the develper space dashbard. Click n yur app t see the app s dashbard. Click the Plus (+) buttn tw mre times t add a cuple mre instances t yur app. View yur app in the Web brwser again t see the new instances in use. Yu may have t refresh the Web brwser a few times. k. G back t yur terminal and shut dwn yur app: Reduce the number f app instances t ne: > cf scale [app name] -i 1 Then stp yur instance, s yu dn t use up any mre f yur free trial hurs: > cf stp [app name] > cf apps Finally, delete yur instance, s yu dn t take up any space at all > cf delete [app name] 5

6 > cf apps l. View the lgs and events yu have generated s far: T view Events: > cf events [app name] T view Lgs: > cf lgs [app name] m. View ther infrmatin f interest, such as buildpacks and qutas: > cf buildpacks > cf qutas Exercise 2: Deply Cntact Frm and a Database Service 1. Prepare yur applicatin: a. Dwnlad (r create) yur applicatin ( Unzip it int c:/wrkshp/cntactfrm (r ~/wrkshp/cntactfrm). Navigate int this new app flder. Mdify the surce cde in the manifest.yml file. Change hst prperty frm cf-nde-cntactfrm t a unique hstname. Fr example, yu might add yur wn initials t cntactfrm t create a unique hstname, such as cntactfrm-dcn. b. (Optinal) Setup a runtime envirnment n yur cmputer and test yur app: Install Nde.js: Install MySQL: Install MySQL Wrkbench: c. Push yur app: > cf push d. Test yur app: Open yur Web brwser t the URL prvided by the utput f the push cmmand. It shuld lk smething like this: Fr Pivtal Web Services: cf-nde-cntactfrm-dcn.cfapps.i Fr IBM Bluemix: cf-nde-cntactfrm-dcn.mybluemix.net Enter any name, , and message int the frm fields. Press Enter t submit the Web frm. Yu will see an errr message. Can yu guess why? It s because yu dn t have a database setup fr yur app yet. 6

7 2. Add a database service t yur applicatin: a. View the list f marketplace services prvided by yur CFSP and add the ClearDB service. ClearDB is a highly available MySQL service which will be used by this cntact frm app. Cmmand line: > cf marketplace > cf marketplace s cleardb Web cnsle: Click Marketplace n the Web cnsle dashbard. b. Add a database service t yur app. There are three ways f cnsuming service instance credentials within yur applicatin: Aut-cnfiguratin, CFRuntime, and manual. We will use the manual prcess. Use the Web Cnsle t bind a ClearDB service t yur app: In yur web brwser, select the Develpment space n the menu n the left side f the screen. Select Add Service. Brwse the different services available. Sme f these may be hsted by yur CFSP, thers may be hsted utside f yur CFSP. Select ClearDB MySQL Database. Click Select this plan t select the free plan. Enter an Instance Name, e.g., cf-nde-cntactfrm-mysql-dcn. Bind the service t the app: Select yur app, e.g., cf-nde-cntactfrm-dcn. Click Add. Use the cmmand line: > cf start cf-nde-cntactfrm > cf create-service cleardb spark cleardb-mine > cf bind-service cf-nde-cntactfrm clear-db-mine c. Find the service variables: In yur terminal windw, type: > cf env [app name] example: > cf env cf-nde-cntactfrm Lk fr the fllwing ClearDB prperties: hstname: username: passwrd: name: 7

8 Find and replace these prperty values in the server.js file and replace them with the envirnmental variables frm abve: hstname -> hst username -> user passwrd -> passwrd name -> database Use MySQL Wrkbench r any ther tl yu are familiar with t cnnect t yur ClearDB database service. Then create a database table called cntact with the fllwing fields: name varchar(50) varchar(50) message text(50) 3. Re-pen yur Web brwser t the URL prvided by the utput f the cf push prcess. Use cf app [app name] t view the URL again. Enter yur name, , and message int the cntact frm. Press Enter t submit the frm. Yu will n lnger see an errr message because yur database nw wrks. Exercise 3: Registratin Frm with verificatin Cming sn Exercise 4: Registratin Frm with SMS verificatin Cming sn Fr mre infrmatin visit 8

Getting Started with the SDAccel Environment on Nimbix Cloud

Getting Started with the SDAccel Environment on Nimbix Cloud Getting Started with the SDAccel Envirnment n Nimbix Clud Revisin Histry The fllwing table shws the revisin histry fr this dcument. Date Versin Changes 09/17/2018 201809 Updated figures thrughut Updated

More information

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide

Secure File Transfer Protocol (SFTP) Interface for Data Intake User Guide Secure File Transfer Prtcl (SFTP) Interface fr Data Intake User Guide Cntents Descriptin... 2 Steps fr firms new t batch submissin... 2 Acquiring necessary FINRA accunts... 2 SFTP Access t FINRA... 2 SFTP

More information

Managing Your Access To The Open Banking Directory How To Guide

Managing Your Access To The Open Banking Directory How To Guide Managing Yur Access T The Open Banking Directry Hw T Guide Date: June 2018 Versin: v2.0 Classificatin: PUBLIC OPEN BANKING LIMITED 2018 Page 1 f 32 Cntents 1. Intrductin 3 2. Signing Up 4 3. Lgging In

More information

istartsmart 3.5 Upgrade - Installation Instructions

istartsmart 3.5 Upgrade - Installation Instructions istartsmart 3.5 Upgrade - Installatin Instructins Minimum System Requirements: Hatch All-In-One istartsmart Cmputer Learning Center v1.0 r v1.1 Internet access - either hard-wired r wireless cnnectin is

More information

Manually Upgrading PostgreSQL 9.1 to PostgreSQL

Manually Upgrading PostgreSQL 9.1 to PostgreSQL README Manually Upgrading PstgreSQL 9.1 t PstgreSQL 9.4.13 Databases managed by the SAS Web Infrastructure Platfrm Data Server (including SAS slutin data servers cnfigured with the SAS Deplyment Wizard)

More information

SmartPass User Guide Page 1 of 50

SmartPass User Guide Page 1 of 50 SmartPass User Guide Table f Cntents Table f Cntents... 2 1. Intrductin... 3 2. Register t SmartPass... 4 2.1 Citizen/Resident registratin... 4 2.1.1 Prerequisites fr Citizen/Resident registratin... 4

More information

Cloud Storage Migration Suite 1.1.0

Cloud Storage Migration Suite 1.1.0 Clud Strage Migratin Suite 1.1.0 User Guide Issued June 2018 Clud Strage Migratin Suite User Guide 1 Table f Cntents Abut Clud Strage Migratin Suite... 4 Overview f Basic Operatins in Clud Strage Migratin

More information

BMC Remedyforce Integration with Remote Support

BMC Remedyforce Integration with Remote Support BMC Remedyfrce Integratin with Remte Supprt 2003-2018 BeyndTrust, Inc. All Rights Reserved. BEYONDTRUST, its lg, and JUMP are trademarks f BeyndTrust, Inc. Other trademarks are the prperty f their respective

More information

These tasks can now be performed by a special program called FTP clients.

These tasks can now be performed by a special program called FTP clients. FTP Cmmander FAQ: Intrductin FTP (File Transfer Prtcl) was first used in Unix systems a lng time ag t cpy and mve shared files. With the develpment f the Internet, FTP became widely used t uplad and dwnlad

More information

Moving your MedicalDirector Clinical / PracSoft Data to a New Server

Moving your MedicalDirector Clinical / PracSoft Data to a New Server Mving yur MedicalDirectr Clinical / PracSft Data t a New Server This dcument will guide yu thrugh mving yur MedicalDirectr Clinical and/r PracSft data t a new Server cmputer. It has been divided int 3

More information

APPLY PAGE: LOGON PAGE:

APPLY PAGE: LOGON PAGE: APPLY PAGE: Upn accessing the system fr the first time, yu will land n the Apply Page. This page will shw yu any currently pen pprtunities that yu can apply fr, as well as any relevant deadlines r ther

More information

Creating an Online Account

Creating an Online Account The Standard uses secure, nline accunts t prtect yur data and prvide access t yur emplyer s absence services. T use these services, yu will need t create an nline accunt. Getting started Allw 15 minutes

More information

Click Studios. Passwordstate. RSA SecurID Configuration

Click Studios. Passwordstate. RSA SecurID Configuration Passwrdstate RSA SecurID Cnfiguratin This dcument and the infrmatin cntrlled therein is the prperty f Click Studis. It must nt be reprduced in whle/part, r therwise disclsed, withut prir cnsent in writing

More information

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel

NiceLabel LMS. Installation Guide for Single Server Deployment. Rev-1702 NiceLabel NiceLabel LMS Installatin Guide fr Single Server Deplyment Rev-1702 NiceLabel 2017. www.nicelabel.cm 1 Cntents 1 Cntents 2 2 Architecture 3 2.1 Server Cmpnents and Rles 3 2.2 Client Cmpnents 3 3 Prerequisites

More information

Bitnami LAMP for Huawei Enterprise Cloud

Bitnami LAMP for Huawei Enterprise Cloud Bitnami LAMP fr Huawei Enterprise Clud Descriptin Bitnami LAMP Stack prvides a cmplete PHP, MySQL and Apache develpment envirnment fr Linux that can be launched in ne click. Hw can I get started with LAMP?

More information

AvePoint Perimeter Pro 1.9

AvePoint Perimeter Pro 1.9 G09 AvePint Perimeter Pr 1.9 Secured Share User Guide Issued December 2017 Table f Cntents What s New in this Guide... 4 Overview... 5 Internal Users... 6 Site Cllectin Administratrs... 7 External Prtal

More information

BMC Remedyforce Integration with Bomgar Remote Support

BMC Remedyforce Integration with Bomgar Remote Support BMC Remedyfrce Integratin with Bmgar Remte Supprt 2017 Bmgar Crpratin. All rights reserved wrldwide. BOMGAR and the BOMGAR lg are trademarks f Bmgar Crpratin; ther trademarks shwn are the prperty f their

More information

My Dashboard Instructions

My Dashboard Instructions Welcme t Keep America Beautiful s. The is a ne- stp spt fr: Keeping yur affiliate infrmatin up t date fr Keep America Beautiful. Cmpleting yur required reprts t keep yur affiliate in Gd Standing. Registering

More information

Copy your Course: Export and Import

Copy your Course: Export and Import Center f elearning The exprt curse feature creates a ZIP file f yur curse cntent yu will imprt t yur new curse. Exprt packages are dwnladed and imprted as cmpressed ZIP files. D nt unzip an exprt package

More information

Quick Installation Guide

Quick Installation Guide Oracle Strategic Operatinal Planning Release 3.5.1 Quick Installatin Guide Quick Installatin Guide This file cntains the fllwing sectins: Purpse... 1 System Requirements... 1 Server Cnfiguratin... 1 Client

More information

Entering an NSERC CCV: Step by Step

Entering an NSERC CCV: Step by Step Entering an NSERC CCV: Step by Step - 2018 G t CCV Lgin Page Nte that usernames and passwrds frm ther NSERC sites wn t wrk n the CCV site. If this is yur first CCV, yu ll need t register: Click n Lgin,

More information

Access the site directly by navigating to in your web browser.

Access the site directly by navigating to   in your web browser. GENERAL QUESTIONS Hw d I access the nline reprting system? Yu can access the nline system in ne f tw ways. G t the IHCDA website at https://www.in.gv/myihcda/rhtc.htm and scrll dwn the page t Cmpliance

More information

Tips For Customising Configuration Wizards

Tips For Customising Configuration Wizards Tips Fr Custmising Cnfiguratin Wizards ver 2010-06-22 Cntents Overview... 2 Requirements... 2 Applicatins... 2 WinSCP and Putty... 2 Adding A Service T An Existing Wizard... 3 Gal... 3 Backup Original

More information

VMware AirWatch Certificate Authentication for Cisco IPSec VPN

VMware AirWatch Certificate Authentication for Cisco IPSec VPN VMware AirWatch Certificate Authenticatin fr Cisc IPSec VPN Fr VMware AirWatch Have dcumentatin feedback? Submit a Dcumentatin Feedback supprt ticket using the Supprt Wizard n supprt.air-watch.cm. This

More information

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to:

Campuses that access the SFS nvision Windows-based client need to allow outbound traffic to: Summary This dcument is a guide intended t guide yu thrugh the prcess f installing and cnfiguring PepleTls 8.55.27 (r current versin) via Windws Remte Applicatin (App). Remte App allws the end user t run

More information

Enabling Your Personal Web Page on the SacLink

Enabling Your Personal Web Page on the SacLink 53 Enabling Yur Persnal Web Page n the SacLink *Yu need t enable yur persnal web page nly ONCE. It will be available t yu until yu graduate frm CSUS. T enable yur Persnal Web Page, fllw the steps given

More information

The screenshots/advice are based on upgrading Controller 10.1 RTM to 10.1 IF6 on Win2003

The screenshots/advice are based on upgrading Controller 10.1 RTM to 10.1 IF6 on Win2003 Overview The screenshts/advice are based n upgrading Cntrller 10.1 RTM t 10.1 IF6 n Win2003 Other Interim Fix (IF) upgrades are likely t be similar, but the authr cannt guarantee that the dcumentatin is

More information

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment with a Shared Configuration Directory Technical Paper Installing and Cnfiguring Envirnment Manager in a Grid Envirnment with a Shared Cnfiguratin Directry Last Mdified: January 2018 Release Infrmatin Cntent Versin: January 2018. Trademarks

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

ATKey.BLE Quick Guide (Windows 10)

ATKey.BLE Quick Guide (Windows 10) ATKey.BLE Quick Guide (Windws 10) 2018.01 rev1.2 Preface ATKey.BLE Windws 10 RS2 (Creatrs Update, build 1703) r later versin ATKey app (dwnlad frm Windws Stre: https://www.micrsft.cm/stre/apps/9p7gr8w9sjd3)

More information

SAS Hot Fix Analysis, Download and Deployment Tool

SAS Hot Fix Analysis, Download and Deployment Tool SAS Ht Fix Analysis, Dwnlad and Deplyment Tl SASHFADD Versin 2.2.1 Usage Guide What's New in SASHFADD 2.2.1? Table f Cntents Intrductin... 1 System Requirements... 2 Imprtant infrmatin regarding tl usage...

More information

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY

REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY REFWORKS: STEP-BY-STEP HURST LIBRARY NORTHWEST UNIVERSITY Accessing RefWrks Access RefWrks frm a link in the Bibligraphy/Citatin sectin f the Hurst Library web page (http://library.nrthwestu.edu) Create

More information

Mission Antyodaya Android Mobile & Web Application. Frequently Asked Questions

Mission Antyodaya Android Mobile & Web Application. Frequently Asked Questions Missin Antydaya Andrid Mbile & Web Applicatin Frequently Asked Questins Natinal Infrmatics Centre v1.0 Missin Antydaya Mbile & Web Applicatin 1 Intrductin What is the name f Mbile applicatin? Earlier it

More information

Firmware Upgrade Wizard v A Technical Guide

Firmware Upgrade Wizard v A Technical Guide Firmware Upgrade Wizard v4.1.1 A Technical Guide Nvember 2015 Intrductin The Firmware Upgrade Wizard prvides the fllwing features: It supprts upgrading the firmware n designated devices, see Supprted devices.

More information

Guide to getting started in J2ME for the Motorola A780 phone

Guide to getting started in J2ME for the Motorola A780 phone Guide t getting started in J2ME fr the Mtrla A780 phne This guide will take yu thrugh setting up a build envirnment fr J2ME in Windws and in writing a few sample applicatins fr the A780 phne. There are

More information

ClassFlow Administrator User Guide

ClassFlow Administrator User Guide ClassFlw Administratr User Guide ClassFlw User Engagement Team April 2017 www.classflw.cm 1 Cntents Overview... 3 User Management... 3 Manual Entry via the User Management Page... 4 Creating Individual

More information

Form Filing Instructions

Form Filing Instructions Frm Filing Instructins Subscribers creating nline frms fr the first time must cnfirm/set parameters n their cmputer. Refer t the Technical Setup Instructins at the end f this dcument befre cntinuing with

More information

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems

Date: October User guide. Integration through ONVIF driver. Partner Self-test. Prepared By: Devices & Integrations Team, Milestone Systems Date: Octber 2018 User guide Integratin thrugh ONVIF driver. Prepared By: Devices & Integratins Team, Milestne Systems 2 Welcme t the User Guide fr Online Test Tl The aim f this dcument is t prvide guidance

More information

HP Universal CMDB. Software Version: Backup and Recovery Guide

HP Universal CMDB. Software Version: Backup and Recovery Guide HP Universal CMDB Sftware Versin: 10.21 Backup and Recvery Guide Dcument Release Date: July 2015 Sftware Release Date: July 2015 Backup and Recvery Guide Legal Ntices Warranty The nly warranties fr HP

More information

OO Shell for Authoring (OOSHA) User Guide

OO Shell for Authoring (OOSHA) User Guide Operatins Orchestratin Sftware Versin: 10.70 Windws and Linux Operating Systems OO Shell fr Authring (OOSHA) User Guide Dcument Release Date: Nvember 2016 Sftware Release Date: Nvember 2016 Legal Ntices

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

Integrating QuickBooks with TimePro

Integrating QuickBooks with TimePro Integrating QuickBks with TimePr With TimePr s QuickBks Integratin Mdule, yu can imprt and exprt data between TimePr and QuickBks. Imprting Data frm QuickBks The TimePr QuickBks Imprt Facility allws data

More information

ATKey.Phone Quick Guide

ATKey.Phone Quick Guide ATKey.Phne Quick Guide 2018.03 rev1.0 Preface ATKey.Phne is a ios app t unlck yur Windws 10 (Windws Hell) and als Mac OSX by TuchID r FaceID frm yur iphne - turn yur iphne as an authenticatr t lgin multiple

More information

Kaltura Video Extension for SharePoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0

Kaltura Video Extension for SharePoint 2013 Deployment Guide for Microsoft Office 365. Version: 1.0 Kaltura Vide Extensin fr SharePint 2013 Deplyment Guide fr Micrsft Office 365 Versin: 1.0 Kaltura Business Headquarters 250 Park Avenue Suth, 10th Flr, New Yrk, NY 10003 Tel.: +1 800 871 5224 Cpyright

More information

Imagine for MSDNAA Student SetUp Instructions

Imagine for MSDNAA Student SetUp Instructions Imagine fr MSDNAA Student SetUp Instructins --2016-- September 2016 Genesee Cmmunity Cllege 2004. Micrsft and MSDN Academic Alliance are registered trademarks f Micrsft Crpratin. All rights reserved. ELMS

More information

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash

UiPath Automation. Walkthrough. Walkthrough Calculate Client Security Hash UiPath Autmatin Walkthrugh Walkthrugh Calculate Client Security Hash Walkthrugh Calculate Client Security Hash Start with the REFramewrk template. We start ff with a simple implementatin t demnstrate the

More information

Reviewer Information Sheet for Committee Members

Reviewer Information Sheet for Committee Members Reviewer Infrmatin Sheet fr Cmmittee Members OSIRIS is a web-based applicatin that was created t imprve human subject prtectins and t enable the IRB t better serve the research cmmunity. The applicatin

More information

Exosoft Backup Manager

Exosoft Backup Manager Exsft Backup Manager 2018 Exsft Backup Manager Ensuring databases are backed up regularly is a critical part f any cmpany data recvery prcess. Mst mnth end as well as end f financial year prcesses shuld

More information

Installing AX Server with PostgreSQL

Installing AX Server with PostgreSQL Installing AX Server with PstgreSQL Versin: 6.5 Published: Friday, September 1, 2017 ACL Services Ltd. 2017 Table f cntents Table f cntents Table f cntents 3 Intrductin 7 Intended audience 7 Pre-installatin

More information

Log in with your WUSTL Key and password If you have forgotten your WUSTL Key or password, see

Log in with your WUSTL Key and password If you have forgotten your WUSTL Key or password, see Student Help Manual fr CrnerstneCnnect Accmmdate Accessing Accmmdate G t URL https://crnerstne.wustl.edu/crnerstnecnnect.aspx Click the link at tp right fr Accmmdate Lg in with yur WUSTL Key and passwrd

More information

VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual for Tour Operators

VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual for Tour Operators VISITSCOTLAND - TOURS MANAGEMENT SYSTEM Manual fr Tur Operatrs 1 CONTENTS GETTING STARTED... 3 REGISTER AND CREATE YOUR ACCOUNT... 3 OPERATOR PROFILE... 4 Create yur Operatr Prfile... 4 ADD A TOUR LISTING...

More information

Using the Swiftpage Connect List Manager

Using the Swiftpage Connect List Manager Quick Start Guide T: Using the Swiftpage Cnnect List Manager The Swiftpage Cnnect List Manager can be used t imprt yur cntacts, mdify cntact infrmatin, create grups ut f thse cntacts, filter yur cntacts

More information

TechSmith Relay 5.1.5

TechSmith Relay 5.1.5 TechSmith Relay 5.1.5 WHAT END USERS NEED TO KNOW This upgrade cmes with new features that will be available t yu. Fr all f these feature t be installed n yur cmputer few steps will need t be taken. After

More information

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide

HPE AppPulse Mobile. Software Version: 2.1. IT Operations Management Integration Guide HPE AppPulse Mbile Sftware Versin: 2.1 IT Operatins Management Integratin Guide Dcument Release Date: Nvember 2015 Cntents Overview: The IT Operatins Management Integratin 3 System Requirements 3 Hw t

More information

Enterprise Installation

Enterprise Installation Enterprise Installatin Mnnit Crpratin Versin 3.6.0.0 Cntents Prerequisites... 3 Web Server... 3 SQL Server... 3 Installatin... 4 Activatin Key... 4 Dwnlad... 4 Cnfiguratin Wizard... 4 Activatin... 4 Create

More information

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment

Technical Paper. Installing and Configuring SAS Environment Manager in a SAS Grid Environment Technical Paper Installing and Cnfiguring SAS Envirnment Manager in a SAS Grid Envirnment Last Mdified: Octber 2016 Release Infrmatin Cntent Versin: Octber 2016. Trademarks and Patents SAS Institute Inc.,

More information

Universal CMDB. Software Version: Backup and Recovery Guide

Universal CMDB. Software Version: Backup and Recovery Guide Universal CMDB Sftware Versin: 10.32 Backup and Recvery Guide Dcument Release Date: April 2017 Sftware Release Date: April 2017 Backup and Recvery Guide Legal Ntices Warranty The nly warranties fr Hewlett

More information

UPGRADING TO DISCOVERY 2005

UPGRADING TO DISCOVERY 2005 Centennial Discvery 2005 Why Shuld I Upgrade? Discvery 2005 is the culminatin f ver 18 mnths wrth f research and develpment and represents a substantial leap frward in audit and decisin-supprt technlgy.

More information

Manual for installation and usage of the module Secure-Connect

Manual for installation and usage of the module Secure-Connect Mdule Secure-Cnnect Manual fr installatin and usage f the mdule Secure-Cnnect Page 1 / 1 5 Table f Cntents 1)Cntents f the package...3 2)Features f the mdule...4 3)Installatin f the mdule...5 Step 1: Installatin

More information

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7

IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 IMPORTING INFOSPHERE DATA ARCHITECT MODELS INFORMATION SERVER V8.7 Prepared by: March Haber, march@il.ibm.cm Last Updated: January, 2012 IBM MetaData Wrkbench Enablement Series Table f Cntents: Table f

More information

Information about the ACC Education App Featuring ACCSAP 9

Information about the ACC Education App Featuring ACCSAP 9 Infrmatin abut the ACC Educatin App Featuring ACCSAP 9 Key Features: This app is designed t be a study tl fr select educatinal prducts. It des nt include all features and functinality f the nline prtin

More information

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal

Sircon User Guide A Guide to Using the Vertafore Sircon Self-Service Portal Sircn User Guide A Guide t Using the Vertafre Sircn Self-Service Prtal September 2016 Versin 16.8 Cntents Cntents Using the Vertafre Sircn Self-Service Prtal... 3 Lg In... 3 Hme Page... 4 Lg New Cases...

More information

Guide to New Broker Certification

Guide to New Broker Certification Guide t New Brker Certificatin Abut this prgram The Cnnect fr Health Clrad New Brker Certificatin prgram is available t Clrad licensed Accident, Health and Life Insurance agents wh are new t ur Marketplace.

More information

Installing and using QGIS

Installing and using QGIS Land Accunting Exercise Part 1 Installing QGIS 1 Installing and using QGIS Reginal Expert Wrkshp n Land Accunting, UNESCAP, 09-2017 UNESCAP - Reginal Expert Wrkshp n Land Accunting, Bangkk, Thailand, Sep.

More information

Upgrade Guide. Medtech Evolution General Practice. Version 1.9 Build (March 2018)

Upgrade Guide. Medtech Evolution General Practice. Version 1.9 Build (March 2018) Upgrade Guide Medtech Evlutin General Practice Versin 1.9 Build 1.9.0.312 (March 2018) These instructins cntain imprtant infrmatin fr all Medtech Evlutin users and IT Supprt persnnel. We suggest that these

More information

First Aid and Choking, Fire Safety, Medication Administration, and Standard Precautions Roster Submission:

First Aid and Choking, Fire Safety, Medication Administration, and Standard Precautions Roster Submission: The Wiscnsin CBRF Training Registry is lcated at www.uwgb.edu/cbrf-registry. This guide prvides directins fr submitting rsters and applicatins. Rster Submissin First Aid and Chking, Fire Safety, Medicatin

More information

Single File Upload Guide

Single File Upload Guide Single File Uplad Guide August 15, 2018 Versin 9.6.134.78 Single File Uplad Guide 1 Fr the mst recent versin f this dcument, visit ur dcumentatin website. Single File Uplad Guide 2 Table f Cntents 1 Single

More information

Guidelines for Installing HI 1734-WS Faceplates

Guidelines for Installing HI 1734-WS Faceplates Guidelines fr Installing HI 1734-WS Faceplates ATTENTION: Faceplates prvided by Hardy Prcess Slutins are pen surce, unlcked, HMI templates that may be dwnladed frm the Hardy website fr free. All pen surce

More information

Banner Document Management Suite Using Application Xtender Web Access

Banner Document Management Suite Using Application Xtender Web Access Getting Access... Page 1 Setup... Page 1 Passwrds... Page 2 Navigating t webxtender... Page 3 webxtender Settings... Page 5 Using webxtender... Page 7 Please nte: The sftware Applicatin Xtender Web Access

More information

Troubleshooting Guide for

Troubleshooting Guide for 1 MIGRATION RELATED ISSUES AND THEIR SOLUTIONS Trubleshting Guide fr Intrductin: Enrlment frms n the GST Cmmn Prtal needs t be digitally signed befre final submissin. The prtal uses a cmpnent called the

More information

Wave IP 4.5. CRMLink Desktop User Guide

Wave IP 4.5. CRMLink Desktop User Guide Wave IP 4.5 CRMLink Desktp User Guide 2015 by Vertical Cmmunicatins, Inc. All rights reserved. Vertical Cmmunicatins and the Vertical Cmmunicatins lg and cmbinatins theref and Vertical ViewPint, Wave Cntact

More information

Kindle Fire Guide. Requires OverDrive Account/Adobe ID authorization.

Kindle Fire Guide. Requires OverDrive Account/Adobe ID authorization. Getting started Depending n yur preference OverDrive App Supprts EPUB ebks and MP3 Audibks. Direct dwnlad thrugh mbile app. N publisher restrictins. Yu ll need the fllwing: A Kindle Fire registered with

More information

Procurement Contract Portal. User Guide

Procurement Contract Portal. User Guide Prcurement Cntract Prtal User Guide Cntents Intrductin...2 Access the Prtal...2 Hme Page...2 End User My Cntracts...2 Buttns, Icns, and the Actin Bar...3 Create a New Cntract Request...5 Requester Infrmatin...5

More information

Dashboard Extension for Enterprise Architect

Dashboard Extension for Enterprise Architect Dashbard Extensin fr Enterprise Architect Dashbard Extensin fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins f the free versin f the extensin... 3 Example Dashbard

More information

STIDistrict AL Rollover Procedures

STIDistrict AL Rollover Procedures 2009-2010 STIDistrict AL Rllver Prcedures General Infrmatin abut STIDistrict Rllver IMPORTANT NOTE! Rllver shuld be perfrmed between June 25 and July 25 2010. During this perid, the STIState applicatin

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9202 Upgrader User Guide (Mac) Rev 1.0 (23-Feb-12) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9202 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

Installing the Citrix Citrix Receiver 3.3 from Citrix Web Interface for SSL VPN Users

Installing the Citrix Citrix Receiver 3.3 from Citrix Web Interface for SSL VPN Users Installing the Citrix Citrix Receiver 3.3 frm Citrix Web Interface fr SSL VPN Users Lg int yur PC with an administrative accunt (All Administrative accunts start with the first three letters ADM (i.e.

More information

USER GUIDE. Thanks for purchasing the igate! You ll need to follow these five Configuration Steps to get your igate up and running:

USER GUIDE. Thanks for purchasing the igate! You ll need to follow these five Configuration Steps to get your igate up and running: USER GUIDE Thanks fr purchasing the igate! Yu ll need t fllw these five Cnfiguratin Steps t get yur igate up and running: 1. Cnfigure Yur Hardware 2. Cnfigure Yur Cmputer 3. Cnfigure Yur Internet Cnnectin

More information

TMS myclouddata SDK DEVELOPERS GUIDE

TMS myclouddata SDK DEVELOPERS GUIDE TMS mycluddata SDK TMS mycluddata SDK February 2017 Cpyright 2017 by tmssftware.cm bvba Web: http://www.tmssftware.cm Email: inf@tmssftware.cm 1 TMS mycluddata SDK Index Availability... 3 Online references...

More information

Create your Applicant Area

Create your Applicant Area Research psitins 2018 - Applicant Area Guide Create yur Applicant Area Click n the link "Create my Applicant Area". Fill in the infrmatin required t create an accunt and "Validate". Passwrds - Infrmatin

More information

OATS Registration and User Entitlement Guide

OATS Registration and User Entitlement Guide OATS Registratin and User Entitlement Guide The OATS Registratin and Entitlement Guide prvides the fllwing infrmatin: OATS Registratin The prcess and dcumentatin required fr a firm r Service Prvider t

More information

1 Getting and Extracting the Upgrader

1 Getting and Extracting the Upgrader Hughes BGAN-X 9211 Upgrader User Guide (Mac) Rev 1.2 (6-Jul-17) This dcument explains hw t use the Hughes BGAN Upgrader prgram fr the 9211 User Terminal using a Mac Nte: Mac OS X Versin 10.4 r newer is

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

September 24, Release Notes

September 24, Release Notes September 24, 2013 Release Ntes Cntacting Lestream Lestream Crpratin 411 Waverley Oaks Rd. Suite 316 Waltham, MA 02452 USA http://www.lestream.cm Telephne: +1 781 890 2019 Fax: +1 781 688 9338 T submit

More information

Launching Xacta 360 Marketplace AMI Guide June 2017

Launching Xacta 360 Marketplace AMI Guide June 2017 Launching Xacta 360 Marketplace AMI Guide June 2017 Tels Crpratin 2017. All rights reserved. U.S. patents Ns. 6,901,346; 6,980,927; 6,983,221; 6,993,448; and 7,380,270. Xacta is a registered trademark

More information

Create your Applicant Area

Create your Applicant Area 2017 Researcher cmpetitin - Applicant Area Guide Create yur Applicant Area Click n the link "Create my Applicant Area". Fill in the infrmatin required t create an accunt and "Validate". Passwrds - Infrmatin

More information

SoilCare: Stakeholder Platform Guidance How to edit and manage your own stakeholder platform WP8

SoilCare: Stakeholder Platform Guidance How to edit and manage your own stakeholder platform WP8 SilCare: Stakehlder Platfrm Guidance Hw t edit and manage yur wn stakehlder platfrm WP8 3 1) Lg-in t SilCare Website Administratr page Lg-in t the SilCare Website administratr back-end page using this

More information

Remote Document Delivery

Remote Document Delivery Yu will have the ptin t electrnically deliver the Cntract Package t yur custmers via a Dcument Delivery website, rather than printing them in the reviewing r printing steps f the ecntracting prcess. The

More information

How to create your online Prometric account and schedule your IRS SEE exam

How to create your online Prometric account and schedule your IRS SEE exam Hw t create yur nline Prmetric accunt and schedule yur IRS SEE exam The Prmetric Candidate Management System (CMS) is the new nline registratin system that was effective March 8, 2016. It requires yu t

More information

1on1 Sales Manager Tool. User Guide

1on1 Sales Manager Tool. User Guide 1n1 Sales Manager Tl User Guide Table f Cntents Install r Upgrade 1n1 Page 2 Setting up Security fr Dynamic Reprting Page 3 Installing ERA-IGNITE Page 4 Cnverting (Imprting) Queries int Dynamic Reprting

More information

Faculty Textbook Adoption Instructions

Faculty Textbook Adoption Instructions Faculty Textbk Adptin Instructins The Bkstre has partnered with MBS Direct t prvide textbks t ur students. This partnership ffers ur students and parents mre chices while saving them mney, including ptins

More information

ONLINE GRANT APPLICATION INSTRUCTIONS

ONLINE GRANT APPLICATION INSTRUCTIONS Overview ONLINE GRANT APPLICATION INSTRUCTIONS This dcument is designed t prvide grant applicants with instructins fr use f the Fundant Grant Lifecycle Manager applicatin fr grants frm the Oberktter Fundatin.

More information

Virtual Office

Virtual Office Virtual Office ---------------------------------------------------------------------------- ------- --------- Cpyright 2016, 8x8, Inc. All rights reserved. This dcument is prvided fr infrmatin purpses

More information

Element Creator for Enterprise Architect

Element Creator for Enterprise Architect Element Creatr User Guide Element Creatr fr Enterprise Architect Element Creatr fr Enterprise Architect... 1 Disclaimer... 2 Dependencies... 2 Overview... 2 Limitatins... 3 Installatin... 4 Verifying the

More information

Macquarie CMT download. Instructions to download information from the Macquarie CMT Your.Clients website

Macquarie CMT download. Instructions to download information from the Macquarie CMT Your.Clients website Macquarie CMT dwnlad Instructins t dwnlad infrmatin frm the Macquarie CMT Yur.Clients website Versin 1.0 Release Date 08/07/2008 Dwnlad all clients in ne file T dwnlad transactins fr all f yur CMT clients

More information

Panorama Offsite Access Prepared for: WRHA Mass Immunization Events

Panorama Offsite Access Prepared for: WRHA Mass Immunization Events Panrama Offsite Access Prepared fr: WRHA Mass Immunizatin Events Page 1 f 7 This dcument utlines the steps fr Public Health Nurses n hw t access Panrama ffsite. Hardware Requirements: 1. Laptp cnfigured

More information

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0

Upgrading Kaltura MediaSpace TM Enterprise 1.0 to Kaltura MediaSpace TM Enterprise 2.0 Upgrading Kaltura MediaSpace TM Enterprise 1.0 t Kaltura MediaSpace TM Enterprise 2.0 Assumptins: The existing cde was checked ut f: svn+ssh://mediaspace@kelev.kaltura.cm/usr/lcal/kalsurce/prjects/m ediaspace/scial/branches/production/website/.

More information

How to Guide. DocAve Extender for MOSS 2007 and SPS Installing DocAve Extender and Configuring a Basic SharePoint to Cloud Extension

How to Guide. DocAve Extender for MOSS 2007 and SPS Installing DocAve Extender and Configuring a Basic SharePoint to Cloud Extension Hw t Guide DcAve Extender fr MOSS 2007 and SPS 2010 Installing DcAve Extender and Cnfiguring a Basic SharePint t Clud Extensin This dcument is intended fr anyne wishing t familiarize themselves with the

More information

Job Aid for: Secure File Transfer Service (SFTS)

Job Aid for: Secure File Transfer Service (SFTS) Jb Aid fr: Secure File Transfer Service (SFTS) Page 1 f 13 Dcument Updates Date Descriptin Versin 11.10.2011 Jb Aid Secure File Transfer 1.0 04.12.2015 Revised Versin Incrprates changes 1.1 related t MCR

More information

Quick Tips

Quick Tips 2017-2018 Quick Tips Belw are sme tips t help teachers register fr the Read t Succeed Prgram: G t www.sixflags.cm/read It will lk like this: If yu DO have an accunt frm last year, please lgin with yur

More information