Step 5 - Scan Applications. Step 5 - Scan Applications

Size: px
Start display at page:

Download "Step 5 - Scan Applications. Step 5 - Scan Applications"

Transcription

1 Step 5 - Scan Applications i Step 5 - Scan Applications

2 Step 5 - Scan Applications ii Contents 1 Introduction 1 2 Manual Application Evaluation Evaluating via the CLM Server Evaluating via the Stand-alone Scanner Finding the Application ID Using the Stand-alone Scanner Additional Options Stand-alone Scanner Example Report Generation Summary Conclusion 10

3 Step 5 - Scan Applications iii List of Figures 2.1 Evaluate an Application Application Overview with Application Identifier Violations Report after Scan

4 Step 5 - Scan Applications iv Return to the Nine Steps Main Page

5 Step 5 - Scan Applications 1 Chapter 1 Introduction Up to this point, everything in the nine-step process has focused on preparing Sonatype CLM to assess risk associated with your applications. Now, we actually walk through one of the ways your application can be scanned, the process of looking at the components in your application and vetting them against your policies. The goal of this guide is to take you through the simple steps of scanning an individual application. This can be done via the Sonatype CLM Server Application Evaluation, or by installing and setting up our stand-alone scanner. It is important to note, that this is an ad hoc, or manual, approach and depending on your purchase, it s likely you will use one, or a combination of several, enforcement points (e.g. CI, IDE, Nexus Pro). While there is no difference in results produced using these manual method, it s not necessarily scalable for large implementations. scanner it is a manual process. This document was published on Important This guide assumes that you have a fully installed and running Sonatype CLM Server available. It also assumes you ve completed the first four steps for Open Source Governance. Most notably, you will need to have created at least one organization and application and imported policies to your organization(s) and/or application(s).

6 Step 5 - Scan Applications 2 Chapter 2 Manual Application Evaluation In order to scan and evaluate an application, you need to have created at least one organization and one application, as well as created or imported at least one policy at either the organization or application level. You will also need to make sure you have the proper permissions to view report information for the application you wish to scan. While scanning can be initiated from various enforcement points (e.g. Sonatype CLM for CI, IDE, and Nexus Pro), the quickest way to get started is to perform a scan manually. This can be done using the stand-alone scanner, or via the CLM server. In both cases, the end result is the generation of reports associated with the Sonatype CLM stage chosen during this manual evaluation process. However, the implementation is slightly different for each of these options. That is, the CLM server provides a graphical user interface (GUI) to easily upload and scan an application, while the stand-alone scanner provides similar options but utilizes the command line interface (CLI). We ll cover both of these options below, starting with the CLM Server. Tip It s important to remember, that both scanners provide the same report produced via the other enforcement point tools like Sonatype CLM for CI or IDE or Nexus Pro.

7 Step 5 - Scan Applications Evaluating via the CLM Server As mentioned previously, before you can scan and evaluate an application, you will need to make sure you have: Created an organization Created an application Imported or created a policy With the above complete, you are ready to scan and evaluate an application via the CLM Server. 1. First, login to the CLM Server. You will need to at least be an application owner for the application you want to scan and evaluate. 2. Next, click the Organizational Design icon to access the Organizational Design area. Once there, click Applications (located in the menu on the left side of the screen), and then choose an application. 3. In the top right of the Application Management area, click the Evaluate an Application icon. 4. A modal will display providing a number of required fields. a. First, choose the bundle (application) you want scanned. Clicking Choose File will allow you to browse your directories for the application you wish to scan. b. Next, choose the application in Sonatype CLM you want to associate with the scan. By default, this will be pre-populated with the name of the application you first selected. c. After choosing the application to scan, you will need to specify the stage, this will affect where the report is displayed, and will overwrite the most recent report for the application and stage selected. d. Finally, if you have configured notification for your policy, or policies, you can choose whether or not you want those notifications sent. 5. Click the Upload button to begin evaluating the chosen application. 6. The Evaluation Status will display, showing you the progress of your scan. When complete, you can click the View Report button to view the results of your scan.

8 Step 5 - Scan Applications 4 Figure 2.1: Evaluate an Application Note You can also evaluate an application via the Organizations area, simply click on Organization instead of Applications and follow the instructions from there. You will still need to have created an application, and the application won t be pre-filled for you in the form. 2.2 Evaluating via the Stand-alone Scanner The first step in using the stand-alone scanner to evaluate an application, is to download the jar file named similar to sonatype-clm-scanner jar from the Sonatype Support website and place the file in its own directory. Prior to your scan, you will need to make sure you have everything setup for your application. At a minimum, you must have: Created an organization

9 Step 5 - Scan Applications 5 Created an application Imported or created a policy Finding the Application ID In order to evaluate an application, you must have the application id. This can be found by: 1. Log into your Sonatype CLM server with a user account that has proper permissions to view a report for a specific application (at least a member of the developer group for the application would be required). 2. Next, click the Organizational Design icon to access the Organizational Design area. 3. Once there, click Applications (located in the menu on the left side of the screen), and then choose an application. You should see a screen similar to Figure Locate the text underneath the application name. The application identifier is the text between Application and in [organization name]. In the example below it is MyApp Figure 2.2: Application Overview with Application Identifier Using the Stand-alone Scanner Now that you have the stand-alone scanner setup, you are ready to evaluate an application. As a Java application, it can be started using the java command for the scanner jar, and adding the necessary parameters. The syntax below represents the minimum set of options required to evaluate an application:

10 Step 5 - Scan Applications 6 java -jar [scanner jar] -i [application id] -s [server URL] [target] scanner jar This is the path to Sonatype CLM Scanner (Stand-alone scanner) jar file e.g../sonatype-clm-scanner.jar --application-id Using the switch -i, enter the application id for your application (see instructions above). --server-url Using the switch -s enter the location of your CLM server (e.g. Target This is the path to a specific application archive file or a directory containing such archives. A number of formats are supported, including jar, war, ear, tar, tar.gz, zip and many others. Tip Listed in the options below, you can specify the specific CLM stage. However, if you do not include this option the system will default to the Build stage Additional Options There are several additional options that can be used in the construction of the syntax for evaluating an application with the stand-alone scanner. --fail-on-policy-warnings using the switch -w will cause a failure of the evaluation if any warnings are encountered. By default, this is set to false. --ignore-system-errors Using the switch -e, allows you to ignore any system errors (e.g. IO, Network, server, etc.). This is most helpful when using the stand-alone scanner with continuous integration servers, as these errors can cause the unintentional failure of a build. --proxy Using the switch -p, you can specify a proxy to use in connecting to the CLM Server. The format is <host[:port]>. --proxy-user Using the switch -U, you can specify credentials for the proxy. The format is <username:password>.

11 Step 5 - Scan Applications 7 --result-file Using the switch -r, you can specify the name and location of a JSON file that will store the results of the policy evaluation in a machine-readable format. --stage Using the switch -t, you can specify the Sonatype CLM stage you wish the report to be associated with. This is an optional parameter, and if it is not specified, the report will be associated with the Build stage by default. Note At this time only the Build, Stage Release, and Release stages will display a report in the CLM Reports Dashboard. For a full list of stages, use the CLI help provided with the plugin Stand-alone Scanner Example In an example scenario, let s say you have copied the sonatype-clm-scanner.jar as well as the application you want to examine to a specific directory e.g. ~/clm-test. The application s filename is sample-application.zip. To scan this application you have to identify the Sonatype CLM Application ID and supply it with the -i switch as well as supply the URL of your CLM server with -s. As an option, and what is demonstrated below, you can also specify a particular stage. The full command line for an Application ID Test123 and a URL of is java -jar./sonatype-clm-scanner.jar -i Test123 -s -t release sample-application.zip To access help content for the scanner run the scanner without supplying parameters: java -jar./sonatype-clm-scanner.jar Go ahead and try a scan yourself. The Sonatype CLM stand-alone scanner will accept a number of file types, including jar, war, and zip files. If your scan is successful, the log output of the command execution will provide a summary as well as a link to the produced results similar to: [INFO] Policy Action: Warning [INFO] Summary of policy violations: 4 critical, 85 severe, 46 moderate

12 Step 5 - Scan Applications 8 [INFO] The detailed report can be viewed online at Report Generation Whether you ve scanned via the GUI interface, or using the stand-alone scanner, a successful scan will result in a link to the report being displayed in both the Application Management area for each application, as well as Reporting area of the Sonatype CLM Server. Figure 2.3: Violations Report after Scan Note If using the stand-alone scanner, and you kept our defaults, the report will be listed under Build Violations. You should see something similar to the results displayed in Figure Summary How did scanning an application go? Pretty simple right? In this section there are couple of key pieces of functionality we introduced you to. This includes: Evaluating applications via the Sonatype CLM Server

13 Step 5 - Scan Applications 9 Evaluating applications via the stand-alone scanner As we ve mentioned before, evaluating an application is the essence of Sonatype CLM, and the tools available right inside the CLM Server, or even the stand-alone scanner, provide quick and effective ways to get results without needing to interact with other enforcement points. That said, these tools work best when you are only looking to scan a few applications. If you have hundreds, or maybe even thousands, of applications to evaluate, you are going to want to look into integrating an enforcement point (e.g. Sonatype CLM for CI).

14 Step 5 - Scan Applications 10 Chapter 3 Conclusion Upon completion of our scan, or multiple scans if you were ambitious, you can now move to the next step, Step 6 - Review Reports, and review your report results. Remember, everyone tends to be a little surprised when they see their results.

Sonatype CLM - CI User Guide. Sonatype CLM - CI User Guide

Sonatype CLM - CI User Guide. Sonatype CLM - CI User Guide Sonatype CLM - CI User Guide i Sonatype CLM - CI User Guide Sonatype CLM - CI User Guide ii Contents 1 Introduction 1 2 Sonatype CLM for CI 2 2.1 Introduction......................................... 2

More information

Sonatype CLM - Release Notes. Sonatype CLM - Release Notes

Sonatype CLM - Release Notes. Sonatype CLM - Release Notes Sonatype CLM - Release Notes i Sonatype CLM - Release Notes Sonatype CLM - Release Notes ii Contents 1 Introduction 1 2 Upgrade instructions 2 3 Sonatype CLM for Bamboo 3 4 Sonatype CLM 1.13 4 5 Sonatype

More information

Sonatype CLM Enforcement Points - Nexus. Sonatype CLM Enforcement Points - Nexus

Sonatype CLM Enforcement Points - Nexus. Sonatype CLM Enforcement Points - Nexus Sonatype CLM Enforcement Points - Nexus i Sonatype CLM Enforcement Points - Nexus Sonatype CLM Enforcement Points - Nexus ii Contents 1 Introduction 1 2 Sonatype CLM for Repository Managers 2 3 Nexus Pro

More information

Nexus for Component Management. Nexus for Component Management

Nexus for Component Management. Nexus for Component Management Nexus for Component Management i Nexus for Component Management Nexus for Component Management ii Contents 1 Nexus for Component Management 1 2 Nexus for Component Management 1 3 Nexus for Component Management

More information

Setting Up the Fotosizer Software

Setting Up the Fotosizer Software Setting Up the Fotosizer Software N.B. Fotosizer does not change your original files it just makes copies of them that have been resized and renamed. It is these copies you need to use on your website.

More information

Welcome to Liscio Pro Setup & Tutorial

Welcome to Liscio Pro Setup & Tutorial Welcome to Liscio Pro Setup & Tutorial Welcome to secure sharing. To set up your new account and familiarize yourself with how Liscio works, simply follow our step-by-step walkthrough. Invite to Liscio

More information

java -jar Xmx2048mb /Applications/burpsuite_pro_v1.5.jar

java -jar Xmx2048mb /Applications/burpsuite_pro_v1.5.jar Training: An Introduction to Burp Suite Part One By Mike Sheward Burp suite provides a solid platform for launching a web application security assessment. In this guide we re going to introduce the features

More information

User Guide. BlackBerry Workspaces for Windows. Version 5.5

User Guide. BlackBerry Workspaces for Windows. Version 5.5 User Guide BlackBerry Workspaces for Windows Version 5.5 Published: 2017-03-30 SWD-20170330110027321 Contents Introducing BlackBerry Workspaces for Windows... 6 Getting Started... 7 Setting up and installing

More information

SIS offline. Getting Started

SIS offline. Getting Started SIS offline We highly recommend using Firefox version 3.0 or newer with the offline SIS. Internet Explorer is specifically not recommended because of its noncompliance with internet standards. Getting

More information

Sonatype CLM - IDE User Guide. Sonatype CLM - IDE User Guide

Sonatype CLM - IDE User Guide. Sonatype CLM - IDE User Guide Sonatype CLM - IDE User Guide i Sonatype CLM - IDE User Guide Sonatype CLM - IDE User Guide ii Contents 1 Introduction 1 2 Installing Sonatype CLM for Eclipse 2 3 Configuring Sonatype CLM for Eclipse 5

More information

About Lead Retrieval User

About Lead Retrieval User About Lead Retrieval User manual Index 1. About Lead Retrieval 2. Setting up the service on the Web Portal 1. Logging in the Web Portal 2. Dashboard 3. Company Code 4. Surveys 5. Tags 6. Uploading documents

More information

How to create and order individual pages. 1. Once you open the My Memories Suite software, choose the Design icon.

How to create and order individual pages. 1. Once you open the My Memories Suite software, choose the Design icon. How to create and order individual pages 1. Once you open the My Memories Suite software, choose the Design icon. 2. Under the Photobooks category, choose the size you would like your project to be out

More information

APPLICATION USER GUIDE

APPLICATION USER GUIDE APPLICATION USER GUIDE Application: FileManager Version: 3.2 Description: File Manager allows you to take full control of your website files. You can copy, move, delete, rename and edit files, create and

More information

Getting Started Guide for the new Commander Owners Group Conferencing Software, vbulletin

Getting Started Guide for the new Commander Owners Group Conferencing Software, vbulletin Getting Started Guide for the new Commander Owners Group Conferencing Software, vbulletin The Commander Owners Group uses a software application called vbulletin for conferencing on our website. While

More information

A Guide to Finding the Best WordPress Backup Plugin: 10 Must-Have Features

A Guide to Finding the Best WordPress Backup Plugin: 10 Must-Have Features A Guide to Finding the Best WordPress Backup Plugin: 10 Must-Have Features \ H ow do you know if you re choosing the best WordPress backup plugin when it seems that all the plugins seem to do the same

More information

DW File Management. Installation Manual. How to install and configure the component.

DW File Management. Installation Manual. How to install and configure the component. DW File Management Installation Manual How to install and configure the component. 1. Download the component and plugin. Go to the website http://shop.decryptweb.com/and purchase the latest version of

More information

Locate your Advanced Tools and Applications

Locate your Advanced Tools and Applications File Manager allows you to take full control of your website files. You can copy, move, delete, rename and edit files, create and remove directories, change file permissions and upload files from your

More information

DocAve Content Shield v2.2 for SharePoint

DocAve Content Shield v2.2 for SharePoint DocAve Content Shield v2.2 for SharePoint User Guide For SharePoint 2010 Revision A Issued August 2012 1 Table of Contents Table of Contents... 2 About DocAve Content Shield for SharePoint... 4 Complementary

More information

My Site. Introduction

My Site. Introduction My Site Introduction My Site is a component of the portal that is available to all NB educators. It is a personalized site that provides all users with the following features: A place to save and share

More information

Using the Self-Service Portal

Using the Self-Service Portal UBC Workspace 2.0 Using the Self-Service Portal Using the Self-Service Portal to access and manage your content July 2017 Table of Contents Introduction... 3 Overview... 3 User Types... 4 Compliance and

More information

Imagery International website manual

Imagery International website manual Imagery International website manual Prepared for: Imagery International Prepared by: Jenn de la Fuente Rosebud Designs http://www.jrosebud.com/designs designs@jrosebud.com 916.538.2133 A brief introduction

More information

Making a PowerPoint Accessible

Making a PowerPoint Accessible Making a PowerPoint Accessible Purpose The purpose of this document is to help you to create an accessible PowerPoint, or to take a nonaccessible PowerPoint and make it accessible. You are probably reading

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1.0

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 1.1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Joomla Manual Plug-in installation... 3 Plug-in

More information

ForeScout CounterACT. Configuration Guide. Version 1.2

ForeScout CounterACT. Configuration Guide. Version 1.2 ForeScout CounterACT Core Extensions Module: DNS Enforce Plugin Version 1.2 Table of Contents About the DNS Enforce Plugin... 3 What to Do... 4 Requirements... 4 Configure the Plugin... 4 Target IP...

More information

WordPress Tutorial for Beginners with Step by Step PDF by Stratosphere Digital

WordPress Tutorial for Beginners with Step by Step PDF by Stratosphere Digital WordPress Tutorial for Beginners with Step by Step PDF by Stratosphere Digital This WordPress tutorial for beginners (find the PDF at the bottom of this post) will quickly introduce you to every core WordPress

More information

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3

Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 Configuring GNS3 for CCNA Security Exam (for Windows) Software Requirements to Run GNS3 From Cisco s website, here are the minimum requirements for CCP 2.7 and CCP 2.8: The following info comes from many

More information

Here we will look at some methods for checking data simply using JOSM. Some of the questions we are asking about our data are:

Here we will look at some methods for checking data simply using JOSM. Some of the questions we are asking about our data are: Validating for Missing Maps Using JOSM This document covers processes for checking data quality in OpenStreetMap, particularly in the context of Humanitarian OpenStreetMap Team and Red Cross Missing Maps

More information

General Use. Searching for Assets (All users) Browsing for Assets (All users) Viewing and Downloading an Asset (All Users)

General Use. Searching for Assets (All users) Browsing for Assets (All users) Viewing and Downloading an Asset (All Users) User Guide Rev1.1 Table of Contents General Use... 2 Searching for Assets (All users)... 2 Browsing for Assets (All users)... 2 Viewing and Downloading an Asset (All Users)... 2 Downloading Large Files

More information

X-FX Handler. Introduction 2

X-FX Handler. Introduction 2 X-FX Handler Introduction 2 Template storage structure. 4 Basic installations... 4 Installation variations... 5 Creating or modifying a template... 6 How X-FX Handler works 7 The interface.... 8 Using

More information

CRM CUSTOMER RELATIONSHIP MANAGEMENT

CRM CUSTOMER RELATIONSHIP MANAGEMENT CRM CUSTOMER RELATIONSHIP MANAGEMENT Customer Relationship Management is identifying, developing and retaining profitable customers to build lasting relationships and long-term financial success. The agrē

More information

Plesk 8.1 for Windows Backup and Restore Utilities

Plesk 8.1 for Windows Backup and Restore Utilities SWsoft Plesk 8.1 for Windows Backup and Restore Utilities Administrator's Guide (Revision 2.3) (c) 1999-2007 ISBN: N/A SWsoft. 13755 Sunrise Valley Drive Suite 325 Herndon VA 20171 USA Phone: +1 (703)

More information

Managing Dependencies and Runtime Security. ActiveState Deminar

Managing Dependencies and Runtime Security. ActiveState Deminar ActiveState Deminar About ActiveState Track-record: 97% of Fortune 1000, 20+ years open source Polyglot: 5 languages - Python, Perl, Tcl, Go, Ruby Runtime Focus: concept to development to production Welcome

More information

VoiceThread - Export Blackboard Voice Authoring Content into VOICETHREAD

VoiceThread - Export Blackboard Voice Authoring Content into VOICETHREAD VoiceThread - Export Blackboard Voice Authoring Content into VOICETHREAD Date Published: Oct 05,2017 Category: Product:Voice_Help_and_FAQs,VoiceThread; Version:Voice_Authoring,VoiceThread Article No.:

More information

DocAve Content Shield v2.2 for SharePoint

DocAve Content Shield v2.2 for SharePoint DocAve Content Shield v2.2 for SharePoint User Guide For SharePoint 2007 Revision A Issued August 2012 1 Table of Contents Table of Contents... 2 About DocAve Content Shield for SharePoint... 4 Complementary

More information

CareProfiler. Using Science Making you happy since Command Center QuickGuide

CareProfiler. Using Science Making you happy since Command Center QuickGuide CareProfiler Using Science Making you happy since 2008 Command Center QuickGuide Command Center QuickGuide This Quick Guide will walk you through the key functions in the Command Center, such as finding

More information

USER MANUAL. SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 2.0

USER MANUAL. SuiteCRM Customer Portal for Joomla TABLE OF CONTENTS. Version: 2.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Joomla Manual Plug-in installation... 3 Plug-in

More information

CORPUS CHRISTI

CORPUS CHRISTI PRINTING @ CORPUS CHRISTI Contents Introduction... 3 Further help... 3 How to print from your own device using the internet... 4 How to print from the Library and Computer Suite Computers (Students only)...

More information

Installing and Configuring Worldox/Web Mobile

Installing and Configuring Worldox/Web Mobile Installing and Configuring Worldox/Web Mobile SETUP GUIDE v 1.1 Revised 6/16/2009 REVISION HISTORY Version Date Author Description 1.0 10/20/2008 Michael Devito Revised and expanded original draft document.

More information

1) Click Here to access our article How To Set Up Your Wix Personal Website In Under 15 Minutes.

1) Click Here to access our article How To Set Up Your Wix Personal Website In Under 15 Minutes. 1) Click Here to access our article How To Set Up Your Wix Personal Website In Under 15 Minutes. 2) Go to Step One and watch the video How To See If My Domain Name Is Available 3) Click the link directly

More information

GETTING STARTED GUIDE

GETTING STARTED GUIDE SETUP GETTING STARTED GUIDE About Benchmark Email Helping you turn your email list into relationships and sales. Your email list is your most valuable marketing asset. Benchmark Email helps marketers short

More information

DOOR Digital Open Object Repository User Manual v1.0 July 23, 2006

DOOR Digital Open Object Repository User Manual v1.0 July 23, 2006 DOOR Digital Open Object Repository User Manual v1.0 July 23, 2006-1 - TABLE OF CONTENT 1. INTRODUCTION...4 2. DOOR: STAND ALONE VERSION...5 2.1. Authentications and accounts...5 2.1.1. Supported authentication

More information

Intellicus Getting Started

Intellicus Getting Started Intellicus Getting Started Intellicus Web-based Reporting Suite Version 4.5 Enterprise Professional Smart Developer Smart Viewer Intellicus Technologies info@intellicus.com www.intellicus.com Copyright

More information

Quick Reference Guide. A quick reference to the Agent Control Panel, Listing Enhancements and the Find A REALTOR profile

Quick Reference Guide. A quick reference to the Agent Control Panel, Listing Enhancements and the Find A REALTOR profile Quick Reference Guide A quick reference to the Agent Control Panel, Listing Enhancements and the Find A REALTOR profile Information in this document is subject to change without notice. Companies, names

More information

COURSE FILES. BLACKBOARD TUTORIAL for INSTRUCTORS

COURSE FILES. BLACKBOARD TUTORIAL for INSTRUCTORS OVERVIEW: Course Files provides file storage on the Blackboard server for a single course. Course Files within each course displays content for that specific course, not for other courses you teach. You

More information

About CVS. 1 Version Control - what is it? why is it useful?

About CVS. 1 Version Control - what is it? why is it useful? About CVS CVS stands for Concurrent Version Control. It s free, open-source software used by multiple developers to share code, keep track of changes, and keep different versions of a project. it can be

More information

Forescout. Configuration Guide. Version 1.3

Forescout. Configuration Guide. Version 1.3 Forescout Version 1.3 Contact Information Forescout Technologies, Inc. 190 West Tasman Drive San Jose, CA 95134 USA https://www.forescout.com/support/ Toll-Free (US): 1.866.377.8771 Tel (Intl): 1.408.213.3191

More information

Get Started in 10 Simple Steps

Get Started in 10 Simple Steps Get Started in 10 Simple Steps Leddy Library is transforming the current course reserves system with Course Resource Lists powered by Leganto, a web-based course resource tool that connects library materials

More information

RED IM Integration with Bomgar Privileged Access

RED IM Integration with Bomgar Privileged Access RED IM Integration with Bomgar Privileged Access 2018 Bomgar Corporation. All rights reserved worldwide. BOMGAR and the BOMGAR logo are trademarks of Bomgar Corporation; other trademarks shown are the

More information

Installation and User Manual M&M V9 Customer Info Capture System v2.x For Retail Pro 9-Series v9.2, 9.3 and ipad or Windows Tablet

Installation and User Manual M&M V9 Customer Info Capture System v2.x For Retail Pro 9-Series v9.2, 9.3 and ipad or Windows Tablet Installation and User Manual M&M V9 Customer Info Capture System v2.x For Retail Pro 9-Series v9.2, 9.3 and ipad or Windows Tablet Page 1 of 19 Table Of Contents Overview... 3 Customer Info Capture App

More information

GUIDE TO POSTING ON THE CSE WEBSITE

GUIDE TO POSTING ON THE CSE WEBSITE GUIDE TO POSTING ON THE CSE WEBSITE CSE Listed Issuer Documentation Prepared by: Sparx Publishing Group LISTED ISSUER DOCUMENTATION VERSION 1.5 User Management... 3 Login Screen... 4 Password Reset...

More information

StreamOne Cloud Marketplace. Order and Management Guide

StreamOne Cloud Marketplace. Order and Management Guide StreamOne Cloud Marketplace Order and Management Guide StreamOne Cloud Marketplace Order and Management Table of Contents Navigating to the StreamOne Cloud Marketplace Creating a Quote Converting a Quote

More information

WebCRD Ad-Hoc Ordering Instructional Walk-through Document

WebCRD Ad-Hoc Ordering Instructional Walk-through Document WebCRD Ad-Hoc Ordering Instructional Walk-through Document Spectrum Brands Ad-Hoc Ordering December 2016 Ver. 2.0 2013 Xerox Corporation. All rights reserved. Xerox and Xerox and Design are trademarks

More information

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.0

USER MANUAL. DynamicsPort - Dynamics CRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 Dynamics CRM Plug-in Installation... 2 WordPress Manual Plug-in installation... 5 Plug-in

More information

ForeScout Extended Module for Qualys VM

ForeScout Extended Module for Qualys VM ForeScout Extended Module for Qualys VM Version 1.2.1 Table of Contents About the Qualys VM Integration... 3 Additional Qualys VM Documentation... 3 About This Module... 3 Components... 4 Considerations...

More information

Introduction to application management

Introduction to application management Introduction to application management To deploy web and mobile applications, add the application from the Centrify App Catalog, modify the application settings, and assign roles to the application to

More information

DOLLAR GENERAL CAREER SITE CANDIDATE ONLINE APPLICATION REFERENCE GUIDE

DOLLAR GENERAL CAREER SITE CANDIDATE ONLINE APPLICATION REFERENCE GUIDE DOLLAR GENERAL CAREER SITE CANDIDATE ONLINE APPLICATION REFERENCE GUIDE In June 2016, Dollar General launched a new online application system. This Reference Guide is for the new system and includes the

More information

Customizing DAZ Studio

Customizing DAZ Studio Customizing DAZ Studio This tutorial covers from the beginning customization options such as setting tabs to the more advanced options such as setting hot keys and altering the menu layout. Introduction:

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 SP2 User Guide P/N 300-009-462 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748-9103 1-508-435-1000 www.emc.com Copyright 2008 2009 EMC Corporation. All

More information

Colorado Alliance of Research Libraries 3801 E. Florida, Ste. 515 Denver, CO (303) FAX: (303) Copyright Colorado Alliance

Colorado Alliance of Research Libraries 3801 E. Florida, Ste. 515 Denver, CO (303) FAX: (303) Copyright Colorado Alliance Gold Rush Staff Toolbox Holdings Module Documentation Colorado Alliance of Research Libraries 3801 E. Florida, Ste. 515 Denver, CO 80210 (303) 759-3399 FAX: (303) 759-3363 Copyright Colorado Alliance 2004

More information

EventCenter Training SEPTEMBER CrowdCompass 2505 SE 11 th Ave, Suite #300 Portland, OR

EventCenter Training SEPTEMBER CrowdCompass 2505 SE 11 th Ave, Suite #300 Portland, OR EventCenter Training SEPTEMBER 2014 CrowdCompass 2505 SE 11 th Ave, Suite #300 Portland, OR www.crowdcompass.com Toll-free: +1.888.889.3069 Fax: +1.877.615.6699 Contents Familiarize Yourself... 3 Introduction...

More information

1. Remember! There are two assessment template types for Make sure you select the correct assessment template:

1. Remember! There are two assessment template types for Make sure you select the correct assessment template: You will need to create an assessment for your school before you can complete the information in the assessment template. Here are the steps: 1. Remember! There are two assessment template types for 2018-2019.

More information

Yellowfin Custom Installer Guide

Yellowfin Custom Installer Guide Yellowfin Custom Installer Guide Release 5.1 January 2011 2 Yellowfin Release 5.1 Custom Installer Under international copyright laws, neither the documentation nor the software may be copied, photocopied,

More information

QuickBooks 2008 Software Installation Guide

QuickBooks 2008 Software Installation Guide 12/11/07; Ver. APD-1.2 Welcome This guide is designed to support users installing QuickBooks: Pro or Premier 2008 financial accounting software, especially in a networked environment. The guide also covers

More information

CRM CUSTOMER RELATIONSHIP MANAGEMENT

CRM CUSTOMER RELATIONSHIP MANAGEMENT CRM CUSTOMER RELATIONSHIP MANAGEMENT Customer Relationship Management is identifying, developing and retaining profitable customers to build lasting relationships and long-term financial success. The agrē

More information

Deploying an IVR Web Application

Deploying an IVR Web Application Deploying an IVR Web Application Last Updated: July 24, 2008 The Cisco Unity Express Interactive Voice Response (IVR) feature allows you to deploy your VoiceXML scripts, which represent the static content

More information

Using Karel with Eclipse

Using Karel with Eclipse Chris Piech Handout #3 CS 106A January 10, 2018 Using Karel with Eclipse Based on a handout by Eric Roberts and Nick Troccoli Once you have downloaded a copy of Eclipse as described on the course website,

More information

Milestone Systems. Quick guide: Register software license codes on Milestone Customer Dashboard. Milestone Customer Dashboard

Milestone Systems. Quick guide: Register software license codes on Milestone Customer Dashboard. Milestone Customer Dashboard Milestone Systems Quick guide: Register software license codes on Milestone Customer Dashboard Milestone Customer Dashboard Introduction to this guide This quick guide introduces Milestone partners how

More information

SFSC Website Cheat Sheet

SFSC Website Cheat Sheet SFSC Website Cheat Sheet 1. Albums a. Creating Photo Album.page 2 b. Adding Images to exiting Photo Album..page 9 c. Resizing your images for the albums page 15 2. Events a. Creating an Event page 19 b.

More information

Getting Started Reliance Communications, Inc.

Getting Started Reliance Communications, Inc. Getting Started Reliance Communications, Inc. 603 Mission Street Santa Cruz, CA 95060 888-527-5225 www.schoolmessenger.com Contents Before you Begin... 3 Bookmark Your Login Page... 3 Setting your Password...

More information

GAINING ACCESS TO THE TxPHIN PORTAL

GAINING ACCESS TO THE TxPHIN PORTAL The Texas Public Health Information Network (TxPHIN) is an online portal containing a collection of applications, such as the Health Alert Network and Document Sharing, which provide users with a range

More information

Welcome to Crowd Force PRO

Welcome to Crowd Force PRO Welcome to Crowd Force PRO User Guide Version: 0_43_0 Table of Contents Introduction... 4 Using the User Guide... 4 Printing the User Guide... 4 Contact Crowd Force PRO Support Desk... 4 Crowd Force PRO...

More information

Here we will look at some methods for checking data simply using JOSM. Some of the questions we are asking about our data are:

Here we will look at some methods for checking data simply using JOSM. Some of the questions we are asking about our data are: Validating for Missing Maps Using JOSM This document covers processes for checking data quality in OpenStreetMap, particularly in the context of Humanitarian OpenStreetMap Team and Red Cross Missing Maps

More information

Upload. OU Campus v10. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012

Upload. OU Campus v10. OmniUpdate, Inc Flynn Road, Suite 100 Camarillo, CA 93012 Upload v10 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 OmniUpdate, Inc. 1320 Flynn Road, Suite 100 Camarillo, CA 93012 800.362.2605 805.484.9428 (fax) www.omniupdate.com Copyright 2014

More information

DomainTools for Splunk

DomainTools for Splunk DomainTools for Splunk Installation Guide version 2.0 January 2018 Solution Overview The DomainTools Technology Add-On (TA) for Splunk populates a whois index with DomainTools Whois and Risk Score data

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6 SP1 User Guide P/N 300 005 253 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights

More information

Laboratory 1: Eclipse and Karel the Robot

Laboratory 1: Eclipse and Karel the Robot Math 121: Introduction to Computing Handout #2 Laboratory 1: Eclipse and Karel the Robot Your first laboratory task is to use the Eclipse IDE framework ( integrated development environment, and the d also

More information

AvePoint Online Services for Partners 2

AvePoint Online Services for Partners 2 AvePoint Online Services for Partners 2 User Guide Service Pack 1 Issued June 2017 Table of Contents What s New in this Guide...4 About...5 Submitting Documentation Feedback to AvePoint...6 Browser Support

More information

SecureAssist Rulepack Configurator v User Guide December 2015

SecureAssist Rulepack Configurator v User Guide December 2015 SecureAssist Rulepack Configurator v. 2.4.1 User Guide December 2015 Copyright 2015 by Codiscope, LLC. All rights reserved. No part or parts of this documentation may be reproduced, translated, stored

More information

Copyright Yellowfin International pty ltd

Copyright Yellowfin International pty ltd Yellowfin Release 5.2 Custom Installer Under international copyright laws, neither the documentation nor the software may be copied, photocopied, reproduced, translated or reduced to any electronic medium

More information

Introducing Thrive - The Ultimate In WordPress Blog Design & Growth

Introducing Thrive - The Ultimate In WordPress Blog Design & Growth Introducing Thrive - The Ultimate In WordPress Blog Design & Growth Module 1: Download 2 Okay, I know. The title of this download seems super selly. I have to apologize for that, but never before have

More information

Other Templates. Overview. URL Shortener & Redirect Page

Other Templates. Overview. URL Shortener & Redirect Page Other Templates Overview In addition to the standard templates for new page and section creation, the implementation for an institution may include additional templates may be available, including a URL

More information

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views!

Dreamweaver CS6. Table of Contents. Setting up a site in Dreamweaver! 2. Templates! 3. Using a Template! 3. Save the template! 4. Views! Dreamweaver CS6 Table of Contents Setting up a site in Dreamweaver! 2 Templates! 3 Using a Template! 3 Save the template! 4 Views! 5 Properties! 5 Editable Regions! 6 Creating an Editable Region! 6 Modifying

More information

Act! Link for Accounting Administrator Guide

Act! Link for Accounting Administrator Guide Act! Link for Accounting Administrator Guide Contents Act! Link for Accounting Introduction Page 3 Compatibility Page 5 Server Preparation Page 6 Act! Link for Accounting Program Installation Page 22 Registration

More information

IBM Endpoint Manager Version 9.0. Software Distribution User's Guide

IBM Endpoint Manager Version 9.0. Software Distribution User's Guide IBM Endpoint Manager Version 9.0 Software Distribution User's Guide IBM Endpoint Manager Version 9.0 Software Distribution User's Guide Note Before using this information and the product it supports,

More information

Red Hat 3scale 2.3 Accounts

Red Hat 3scale 2.3 Accounts Red Hat 3scale 2.3 Accounts How to manage admin and member rights and invite teammates to use the admin portal. Last Updated: 2019-03-07 Red Hat 3scale 2.3 Accounts How to manage admin and member rights

More information

Handel-CodePipeline Documentation

Handel-CodePipeline Documentation Handel-CodePipeline Documentation Release 0.0.6 David Woodruff Dec 11, 2017 Getting Started 1 Introduction 3 2 Installation 5 3 Tutorial 7 4 Using Handel-CodePipeline 11 5 Handel-CodePipeline File 13

More information

SpamCheetah manual. By implementing protection against botnets we can ignore mails originating from known Bogons and other sources of spam.

SpamCheetah manual. By implementing protection against botnets we can ignore mails originating from known Bogons and other sources of spam. SpamCheetah manual SpamCheetah is the spam control technique from Gayatri Hitech. SpamCheetah achieves spam control by way of employing an SMTP proxy which invokes various virus scanning, spam control

More information

User Guide. Version R92. English

User Guide. Version R92. English AuthAnvil User Guide Version R92 English October 9, 2015 Agreement The purchase and use of all Software and Services is subject to the Agreement as defined in Kaseya s Click-Accept EULATOS as updated from

More information

Gmail: , find, and manage your contacts

Gmail:  , find, and manage your contacts Gmail: Email, find, and manage your contacts With Google Apps, you can easily organize, find, contact, and track information about all the people and groups you correspond with both personal contacts and

More information

Desktop & Laptop Edition

Desktop & Laptop Edition Desktop & Laptop Edition USER MANUAL For Mac OS X Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Trademarks - Mac, Leopard, Snow Leopard, Lion and Mountain Lion

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 2.5.0

USER MANUAL. SuitePort - SuiteCRM Customer Portal for WordPress TABLE OF CONTENTS. Version: 2.5.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 WordPress Manual Plug-in installation... 3 Plug-in

More information

Organize and Organize LITE

Organize and Organize LITE Using GruntWorx to Organize Your Client Tax Documents NEED HELP? Call us: 877-830-6059 X2 for Sales X3 for Support Organize GruntWorx Organize classifies, organizes and labels your client s source documents

More information

Configuring SharePoint 2007

Configuring SharePoint 2007 26636.book Page 77 Thursday, February 14, 2008 4:38 PM Chapter 3 Configuring SharePoint 2007 MICROSOFT EXAM OBJECTIVES COVERED IN THIS CHAPTER: Manage Administration Manage Central Admin UI Manage the

More information

CTC Accounts Active Directory Synchronizer User Guide

CTC Accounts Active Directory Synchronizer User Guide i Contents Overview... 3 System Requirements... 4 Additional Notes... 5 Installation and Configuration... 6 Running the Synchronizer Interactively... 7 Automatic Updates... 7 Logging In... 8 Options...

More information

Getting Started: Social Media Guide

Getting Started: Social Media Guide How to Create a Facebook Page Step 1: To create a Facebook page, login in Facebook and go to https://www.facebook.com/pages/ /create and choose Company, Organization or Institution. Step 2: Choose the

More information

Network Rail Brand Hub USER GUIDE

Network Rail Brand Hub USER GUIDE Network Rail Brand Hub USER GUIDE The Brand Hub Using keywords, visual thumbnails and a more upto-date online interface, the new Brand Hub will make searching, browsing and downloading images, templates

More information

CHAPTER 2. Troubleshooting CGI Scripts

CHAPTER 2. Troubleshooting CGI Scripts CHAPTER 2 Troubleshooting CGI Scripts OVERVIEW Web servers and their CGI environment can be set up in a variety of ways. Chapter 1 covered the basics of the installation and configuration of scripts. However,

More information

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0

USER MANUAL. SuitePort - SuiteCRM Customer Portal for Drupal TABLE OF CONTENTS. Version: 1.0 USER MANUAL TABLE OF CONTENTS Introduction... 1 Benefits of Customer Portal... 1 Prerequisites... 1 Installation... 2 SuiteCRM Plug-in Installation... 2 Drupal Manual Plug-in installation... 4 Plug-in

More information

OCSAA Accreditation Dashboard

OCSAA Accreditation Dashboard P a g e 1 OCSAA Accreditation Dashboard Getting Started Guide Welcome to the OCSAA Website and the Accreditation Dashboard. The Website has been designed for intuitive navigation and data collection, making

More information

Developing SQL Databases

Developing SQL Databases Developing SQL Databases Getting Started Overview Database development is more than just creating a table with rows and columns. This course introduces features and technologies for developing a database.

More information