Installing and Using Acrolinx for SonarQube

Size: px
Start display at page:

Download "Installing and Using Acrolinx for SonarQube"

Transcription

1 Installing and Using Acrolinx for SonarQube support.acrolinx.com /hc/en-us/articles/ installing-and-using-acrolinx-for-sonarqube Acrolinx Customer Care Today at 14:08 Unfollow From 1.1 onwards, we refer to " rule sets " as " writing guides. " Applies To Software Version Acrolinx for SonarQube 1.1 What You Should Know before Installing Before you install Acrolinx for SonarQube, make sure that you have the following software installed: Software Version SonarQube Server 5.6.3, 5.6.6, and 6.1 Java Runtime Environment (JRE) 1.8 Acrolinx Server 5.1 or later Jenkins Server (optional) 2.65 Also make sure that Acrolinx for SonarQube is enabled in your Acrolinx license, otherwise you'll get a licensing error. You can check this in the Acrolinx server Dashboard. If you need a new license, contact your Acrolinx project consultant. You'll receive the Acrolinx software files in a compressed zip file. Introduction You can use Acrolinx for SonarQube to include language quality in your Continuous Inspection process. This means that: Your build engineers can set up automated tests to check the quality of the language in your project documents and help resources. Your developers can reject builds if there are too many issues in some documents. Developers can also use tools like Maven and SonarQube Runner to check the language quality before 1/15

2 checking the code quality. Project managers can also review the content quality for entire projects. To get started, review the following tasks and concepts: 1. Supported File Types 2. Installing Acrolinx for SonarQube 3. Configuring the Connection to the Acrolinx Server 4. Enabling and Configuring the Acrolinx Coding Rules 5. Configuring the Acrolinx Settings for a Project in the SonarQube Dashboard 6. Adding the Acrolinx Widget to Your Project Dashboard 7. Checking a Project Include Acrolinx Checking in a Jenkins Build Include Acrolinx Checking in a Maven Build Check a Project with SonarQube Runner 8. Reviewing the Acrolinx Results Supported File Types Acrolinx supports the following file types when working with SonarQube: Type Text JSON Properties XML HTML Extension *.txt *.json *.properties *.xml *.html, *.htm, *.xhtm, *.xhtml, The following formats are only supported in Acrolinx for SonarQube versions or later. Microsoft Word documents PDF *.docx *.pdf Note that Acrolinx doesn't work consistently when checking PDFs. We recommend using the source document to check your content. NOTE: SonarQube can't decode these file formats completely so you can't review the issues inline in your content. Instead, open the Issues page in SonarQube and filter for your project. Back to Top Installing Acrolinx for SonarQube 2/15

3 To install Acrolinx to SonarQube, follow these steps: 1. Extract the contents of the zip file to the following directory: <SONARQUBE_INSTALL_DIR>/extensions/plugins 2. Restart the SonarQube server. Back to Top Configuring the Connection to the Acrolinx Server Once you've installed Acrolinx, you should be able to configure the Acrolinx settings in the SonarQube web interface. The first thing you'll need to do is configure the connection to your Acrolinx server. Before you do this, you might want to set up a dedicated user account on your Acrolinx server that SonarQube can use for checking. We recommend this if you use analytics reports that break down checking behavior by user. You can isolate the automated checking that is done through SonarQube by filtering for this dedicated user account. To configure the Acrolinx connection to your Acrolinx server, follow these steps: 1. Navigate to Administration > General Settings >Acrolinx 2. Enter the address of your Acrolinx server. 3. Enter the user name and password for the Acrolinx account that you want to use to connect to the Acrolinx server. 4. Click Save. If you're connecting to a secure Acrolinx server, on which you've installed Let's Encrypt certificates, but the Java version on your client machine doesn't support certificates from Let's Encrypt, then you need to import the 3/15

4 certificate manually. To import the certificate manually, follow these steps: 1. Download the 'lets-encrypt-x3-cross-signed.cer' file from cross-signed.der. 2. Import the certificate: 1. Open a command prompt and run the following command: Back to Top keytool -trustcacerts -keystore %JAVA_HOME%\jre\lib\security\cacerts -storepass <PASSWORD> -importcert -alias lets-encrypt-x3-cross-signed -file <DIR_PATH>\lets-encrypt-x3-cross-signed.cer The <PASSWORD> is your key store password. The <DIR_PATH> is the directory where you saved the downloaded certificate. Enabling and Configuring the Acrolinx Coding Rules Acrolinx comes with a set of coding rules for each file supported type, but they're all disabled by default. You have to enable them first and set the severity level for each one. There's a coding rule for each combination of file type and issue type. For example, grammar issues in text files, grammar issues in XML files, and so on. We recommend that you filter by file type first, then filter for all rules with the tag "Acrolinx". This makes the list of rules is more manageable. To enable and configure the Acrolinx coding rules, follow these steps: 1. Make sure you're logged in to SonarQube as an administrator. 2. Open the Rules page, type "Acrolinx" in the Rules search box and press Enter. You should be able to see the new Acrolinx coding rules listed. 3. Click the name of a rule to open it, and in the Quality Profiles section, click Activate. 4. In the dialog box that appears, select your preferred quality profile and severity level, then click Activate. 4/15

5 Acrolinx for SonarQube comes with a built-in quality profile called "Acrolinx". If you want to test the Acrolinx rules first, you can activate the rules for this quality profile only and assign the quality profile to a test project. When you're ready to use the rules in production you might assign the rules to a quality profile that contains all your project-specific coding rules such as error-handling or well-formedness rules. 5. Repeat the process for all remaining Acrolinx coding rules. 6. If you ve existing projects that you want to check, make sure that they're using a quality profile that contains Acrolinx rules. You can do this in the Quality Profile section of your project Administration settings. Back to Top 5/15

6 Configuring the Acrolinx Settings for a Project in the SonarQube Dashboard Once you've enabled the Acrolinx coding rules, you'll need to configure the Acrolinx settings for each project. If you don't have any projects yet, check the SonarQube documentation for more details on how to create projects. The most important settings that you'll need to configure are the Language and Writing guide settings. You can't run any checks until you've configured these settings. You also have to configure these settings in the SonarQube plug-in configuration the first time you check a project. The remaining settings have default values so you can leave them at their defaults if you want to get started quickly. You can also configure the Acrolinx settings in your SonarQube plug-in rather than updating them in the SonarQube dashboard. However, you might use the SonarQube dashboard if you prefer to edit the settings in web interface rather than editing a plug-in configuration file. To configure the project settings in the SonarQube dashboard, follow these steps: 1. Open a project and in the Administration menu, select General Settings, then click the Acrolinx category. 2. Configure the checking language. In the Checking Language field enter the language code of your checking language, For example, for English you would enter "en", for German you would enter "de" and so on. 3. Configure the Writing guide Enter the exact name of the Writing guide that you want to use. Make sure that you enter as it appears in 6/15

7 your Acrolinx server installation. For example, see the Resources section of the Acrolinx dashboard. 4. Configure the type of issues to check for. For each of the issue types, select "true" or "false" depending on whether you want Acrolinx to check for that issue type 5. Configure the file format and character set. 6. Click Save. Back to Top Adding the Acrolinx Widget to Your Project Dashboard After you run an analysis on your projects, you'll want to see a summary of the Acrolinx results for each project. The easiest way to do this is to add an Acrolinx widget to your project Dashboards. To add an Acrolinx widget to your project dashboards, follow these steps: 1. Open a project and navigate to Dashboards, go to Manage Dashboards and click Configure Widgets. 2. In the section that appears, select the Acrolinx category. 3. In the widget that appears, click Add widget. You should now have the Acrolinx widget on all project dashboards. 7/15

8 Back to Top Checking a Project When you run analysis on a project with SonarQube, Acrolinx automatically checks content quality for the supported file types in your project. There are many ways to analyze a project with SonarQube. The following analysis plug-ins fully support Acrolinx checking. 1. SonarQube for Jenkins 2. SonarQube for Maven 3. SonarQube Runner In each of these plug-ins, you can send the Acrolinx settings as part of the analysis configuration for a project. In other words, you can configure the Acrolinx settings for a project in your SonarQube plug-in, instead of the configuring them in the SonarQube project dashboard. However, you must send your language and Writing guide the first time you check a project, even if they're configured in the SonarQube Dashboard. Back to Top Include Acrolinx Checking in a Jenkins Build If you use Jenkins to manage your software builds, you can include automated Acrolinx checking as part of a Jenkins build. If you don't have it already, install the SonarQube Plug-in for Jenkins first. To include Acrolinx checking in a Jenkins build, follow these steps: 1. Open the Configure page for your Jenkins project and in the Build section, click Add build step and select the action Invoke Standalone SonarQube Analysis. 2. In the Analysis properties section, add the following SonarQube project properties: sonar.projectkey=xml:test sonar.projectname=xml Test sonar.projectversion=1.0 sonar.sources=src sonar.sourceencoding=utf-8 3. After the SonarQube project properties, add the Acrolinx check settings. Most settings have default values, but at a minimum, you'll need to configure the language and Writing guide as follows: sonar.acrolinx.language= <CHECKING_LANGUAGE> sonar.acrolinx.writing.guide= <WRITING_GUIDE_NAME> For a full list of the Acrolinx properties, see the Acrolinx for SonarQube properties reference. Your project settings should look something like this: 8/15

9 After you build your project, you should see information about the analysis in the Jenkins console. This information includes details of the resources that were checked with Acrolinx. Back to Top Include Acrolinx Checking in a Maven Build If you use Maven to manage and build your Java-based projects, you can include automated Acrolinx checking as part of a Maven build. You must have Maven version 3.0+ or later to use Acrolinx for SonarQube with Maven. If you don't have it already, install and configure the SonarQube Plug-in for Maven first. You should have already set up a project for analysis with SonarQube according to the SonarQube documentation. To include Acrolinx checking in a Maven build, follow these steps: 9/15

10 1. Open the pom.xml file for your project and add the Acrolinx check settings. Most settings have default values, but at a minimum, you'll need to configure the language and Writing guide as follows: <properties> <sonar.acrolinx.language>en</sonar.acrolinx.language> <sonar.acrolinx.writing.guide> US English </sonar.acrolinx.writing.guide> </properties> For a full list of the Acrolinx properties, see the Acrolinx for SonarQube properties reference. After you have set up your pom.xml, it might look something like this simple example: <?xml version="1.0" encoding="utf-8"?> <project xmlns=" xmlns:xsi=" xsi:schemalocation=" <modelversion>4.0.0</modelversion> <groupid>org.codehaus.sonar</groupid> <artifactid>example-java-maven</artifactid> <version>1.0-snapshot</version> <name>java :: Simple Project :: SonarQube Maven</name> <properties> <project.build.sourceencoding>utf-8</project.build.sourceencoding> <sonar.acrolinx.language>en</sonar.acrolinx.language> <sonar.acrolinx.writing.guide>publications</sonar.acrolinx.writing.guide> <sonar.acrolinx.spelling>true</sonar.acrolinx.spelling> <sonar.acrolinx.grammar>false</sonar.acrolinx.grammar> <sonar.acrolinx.style>true</sonar.acrolinx.style> <sonar.acrolinx.reuse>true</sonar.acrolinx.reuse> <acrolinx.deprecated.terms>true</acrolinx.deprecated.terms> <acrolinx.valid.terms>true</acrolinx.valid.terms> <acrolinx.admitted.terms>true</acrolinx.admitted.terms> <acrolinx.new.terms>true</acrolinx.new.terms> <acrolinx.term.sets>smarttech</acrolinx.term.sets></properties> </project> 2. Save your pom.xml and build your project with the Maven command mvn while adding the command sonar:sonar as an extra argument like this: mvn package sonar:sonar After you build your project, you should see information about the analysis in your command shell. This information includes details of the resources that were checked with Acrolinx. 10/15

11 Back to Top Check a Project with SonarQube Runner If you want to test SonarQube analysis with Acrolinx before you include it in a build, you can use SonarQube Runner as a standalone analyzer. Acrolinx for SonarQube works with SonarQube Runner 2.4 or later. To check a project with SonarQube Runner, follow these steps: 1. Create a file called sonar-project.properties in the directory that contains your project files. 2. Add the following properties to the file you just created: # must be unique in a given SonarQube instance sonar.projectkey=<project_key> # this is the name displayed in the SonarQube UI sonar.projectname=<project_name> sonar.projectversion=1.0 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # Since SonarQube 4.2, this property is optional if sonar.modules is set. # If not set, SonarQube starts looking for source code from the directory containing # the sonar-project.properties file. sonar.sources=src # Encoding of the source code. Default is default system encoding #sonar.sourceencoding=utf-8 ### Acrolinx for SonarQube Properties ### # Required sonar.acrolinx.language =<LANGUAGE_ID> sonar.acrolinx.writing.guide =<WRITING_GUIDE_NAME> #Optional <OPTIONAL_PROPERTIES> 3. Replace the placeholder values such as <PROJECT_KEY> and <OPTIONAL_PROPERTIES> with the required settings. 11/15

12 You can find a list of all the optional properties, see the Acrolinx for SonarQube properties reference. You can use the following basic example as a reference: # must be unique in a given SonarQube instance sonar.projectkey=dita:topics # this is the name displayed in the SonarQube UI sonar.projectname=dita topics sonar.projectversion=1.0 # Path is relative to the sonar-project.properties file. Replace "\" by "/" on Windows. # Since SonarQube 4.2, this property is optional if sonar.modules is set. # If not set, SonarQube starts looking for source code from the directory containing # the sonar-project.properties file. sonar.sources=src # Encoding of the source code. Default is default system encoding #sonar.sourceencoding=utf-8 ### Acrolinx for SonarQube Properties ### # Required sonar.acrolinx.language=en sonar.acrolinx.writing.guide=techpubs #Optional sonar.acrolinx.grammar=true sonar.acrolinx.spelling=true sonar.acrolinx.style=true acrolinx.term.sets=routers,switches acrolinx.deprecated.terms=true acrolinx.admitted.terms=true 4. Open a command shell, navigate to the project root directory, and run the command sonar-runner. You should see information about the analysis in your command shell. This information includes details of the resources that were checked with Acrolinx 12/15

13 Back to Top Reviewing the Acrolinx Results After your project analysis has completed, you'll be able to review the Acrolinx results in the Acrolinx widget that appears on the project dashboard. You can see a summary of the number of issues for each issue type. To get more details about a particular issue type such as spelling, click the measure and you'll see a list of files in your project. Each file is listed with the issue count for that measure from lowest to highest. The following screenshot shows an example of a summary for grammar issues. 13/15

14 To see the contents of a file annotated with all issues, click the file name. To see all the issues within the rule filter, click the Issues measure in the Issues and Technical debit widget. You should then see the issues on the Rules page, where you can filter the rules by different criteria. To see only Acrolinx rules, filter for the Acrolinx tag. 14/15

15 Back to Top Was this article helpful? Comments 15/15

Perceptive SOAPBridge Connector

Perceptive SOAPBridge Connector Perceptive SOAPBridge Connector Installation and Setup Guide Version: 1.0.x Written by: Product Knowledge, R&D Date: June 2017 2016 Lexmark. All rights reserved. Lexmark is a trademark of Lexmark International,

More information

Configuring Server-side Extraction

Configuring Server-side Extraction Configuring Server-side Extraction support.acrolinx.com/hc/en-us/articles/204753221 Merlin Carter Applies To Software Version Acrolinx Server 4.7, 5.0 If you have an earlier server version, you can download

More information

4. Check the site specified in previous step to work with, expand Maven osgi-bundles, and select slf4j.api,

4. Check the site specified in previous step to work with, expand Maven osgi-bundles, and select slf4j.api, In this tutorial, we describe steps for setting up a Maven project that uses libsbolj in Eclipse. Another tutorial follows this one which explains how we use SBOL 2 to represent the function of a state-of-the-art

More information

Creating Custom Builder Components

Creating Custom Builder Components 3 Creating Custom Builder Components Date of Publish: 2018-12-18 https://docs.hortonworks.com/ Contents...3 Adding Custom Processors...3 Creating Custom Processors...3 Registering Custom Processors with

More information

Enabling Secure Sockets Layer for a Microsoft SQL Server JDBC Connection

Enabling Secure Sockets Layer for a Microsoft SQL Server JDBC Connection Enabling Secure Sockets Layer for a Microsoft SQL Server JDBC Connection Secure Sockets Layer (SSL) is the standard security technology for establishing an encrypted link between a web server and a browser.

More information

Set up Maven plugins in Eclipse. Creating a new project

Set up Maven plugins in Eclipse. Creating a new project In this tutorial, we describe steps for setting up a Maven project that uses libsbolj in Eclipse. Another tutorial follows this one which explains how we use SBOL 2.0 to represent the function of a state-of-the-art

More information

Produced by. Agile Software Development. Eamonn de Leastar

Produced by. Agile Software Development. Eamonn de Leastar Agile Software Development Produced by Eamonn de Leastar (edeleastar@wit.ie) Department of Computing, Maths & Physics Waterford Institute of Technology http://www.wit.ie http://elearning.wit.ie pacemaker-console

More information

BUILD AND DEPLOY SOA PROJECTS FROM DEVELOPER CLOUD SERVICE TO ORACLE SOA CLOUD SERVICE

BUILD AND DEPLOY SOA PROJECTS FROM DEVELOPER CLOUD SERVICE TO ORACLE SOA CLOUD SERVICE BUILD AND DEPLOY SOA PROJECTS FROM DEVELOPER CLOUD SERVICE TO ORACLE SOA CLOUD SERVICE Ashwini Sharma 1 CONTENTS 1. Introduction... 2 2 Prerequisites... 2 3 Patch the SOA Server Installation... 2 4. Use

More information

Web Service Integration

Web Service Integration SOAP Service, page 1 Rest Service, page 2 SOAP Service Web Services Element Web services are a common way for any kind of application to communicate with externally hosted servers to retrieve information

More information

Assuming you have Icinga 2 installed properly, and the API is not enabled, the commands will guide you through the basics:

Assuming you have Icinga 2 installed properly, and the API is not enabled, the commands will guide you through the basics: Icinga 2 Contents This page references the GroundWork Cloud Hub and the Icinga 2 virtualization environment. 1.0 Prerequisites 1.1 Enable the API The Icinga 2 system you run needs to have the API feature

More information

Oracle Code Day Hands On Labs HOL

Oracle Code Day Hands On Labs HOL Oracle Code Day Hands On Labs HOL Overview This lab guides you through deploying and running the BlackJack application "locally" via a Tomcat server that is spawned by NetBeans. After successfully running

More information

Configuring SSL for EPM /4 Products (Cont )

Configuring SSL for EPM /4 Products (Cont ) Configuring SSL for EPM 11.1.2.3/4 Products (Cont ) Configure IIS for SSL If you have a server certificate with its private key skip creating the Certificate Request and continue with Complete Certificate

More information

Ephesoft Transact 4.1 Workaround Guide

Ephesoft Transact 4.1 Workaround Guide Page 0 Ephesoft Transact 4.1 Workaround Guide Extracting Meaning from Unstructured Content. Revision c Page 1 Table of Contents CONTENTS Workaround for broken throughput reports... 2 Importing Certificates

More information

The Extensible Markup Language (XML) and Java technology are natural partners in helping developers exchange data and programs across the Internet.

The Extensible Markup Language (XML) and Java technology are natural partners in helping developers exchange data and programs across the Internet. 1 2 3 The Extensible Markup Language (XML) and Java technology are natural partners in helping developers exchange data and programs across the Internet. That's because XML has emerged as the standard

More information

Configuring SAML-based Single Sign-on for Informatica Web Applications

Configuring SAML-based Single Sign-on for Informatica Web Applications Configuring SAML-based Single Sign-on for Informatica Web Applications Copyright Informatica LLC 2017. Informatica LLC. Informatica, the Informatica logo, Informatica Big Data Management, and Informatica

More information

Oracle Code Day Hands On Labs (HOL) (Install, Repository, Local Deploy, DevCS, OACCS)

Oracle Code Day Hands On Labs (HOL) (Install, Repository, Local Deploy, DevCS, OACCS) Oracle Code Day Hands On Labs (HOL) (Install, Repository, Local Deploy, DevCS, OACCS) Table of Contents Getting Started...2 Overview...2 Learning Objectives...2 Prerequisites...2 Software for HOL Lab Session...2

More information

GoPrint Server Migration

GoPrint Server Migration GoPrint Server Migration The following steps walks you through migrating a current GoPrint system to a new Windows server focusing on migrating the current database as well as keeping the same server name.

More information

From time to time Google changes the way it does things, and old tutorials may not apply to some new procedures.

From time to time Google changes the way it does things, and old tutorials may not apply to some new procedures. From time to time Google changes the way it does things, and old tutorials may not apply to some new procedures. This is another tutorial which, in about 6 months, will probably be irrelevant. But until

More information

Creating and Installing SSL Certificates (for Stealthwatch System v6.10)

Creating and Installing SSL Certificates (for Stealthwatch System v6.10) Creating and Installing SSL Certificates (for Stealthwatch System v6.10) Copyrights and Trademarks 2017 Cisco Systems, Inc. All rights reserved. NOTICE THE SPECIFICATIONS AND INFORMATION REGARDING THE

More information

INSTALLING ADOBE LIVECYCLE WORKBENCH 11

INSTALLING ADOBE LIVECYCLE WORKBENCH 11 INSTALLING ADOBE LIVECYCLE WORKBENCH 11 Legal notices Legal notices For legal notices, see http://help.adobe.com/en_us/legalnotices/index.html. iii Contents Chapter 1: About This Document 1.1 Who should

More information

Session 24. Spring Framework Introduction. Reading & Reference. dev.to/lechatthecat/how-to-use-spring-boot-java-web-framework-withintellij-idea-202p

Session 24. Spring Framework Introduction. Reading & Reference. dev.to/lechatthecat/how-to-use-spring-boot-java-web-framework-withintellij-idea-202p Session 24 Spring Framework Introduction 1 Reading & Reference Reading dev.to/lechatthecat/how-to-use-spring-boot-java-web-framework-withintellij-idea-202p http://engineering.pivotal.io/post/must-know-spring-boot-annotationscontrollers/

More information

Manage Files. Accessing Manage Files

Manage Files. Accessing Manage Files 1 Manage Files The Manage Files tool is a file management system for your course. You can use this tool to organize and upload files associated with your course offering. We recommend that you organize

More information

SafeNet KMIP and Google Drive Integration Guide

SafeNet KMIP and Google Drive Integration Guide SafeNet KMIP and Google Drive Integration Guide Documentation Version: 20130802 Table of Contents CHAPTER 1 GOOGLE DRIVE......................................... 2 Introduction...............................................................

More information

Continuous Integration with Jenkins

Continuous Integration with Jenkins Continuous Integration with Jenkins Last updated: 2 November 2018 Pepgo Limited, 71-75 Shelton Street, Covent Garden, London, WC2H 9JQ, United Kingdom Contents About this document... 4 Source code download...

More information

Your Engineering Excellency

Your Engineering Excellency Your Engineering Excellency With hundreds of projects in dozens of industries, EPAM Systems can boast expertise and excellence in lots of different technologies. E-commerce, Big Data, content management,

More information

Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at

Cisco has more than 200 offices worldwide. Addresses, phone numbers, and fax numbers are listed on the Cisco website at Document Date: May 16, 2017 THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL

More information

Appium mobile test automation

Appium mobile test automation Appium mobile test automation for Google Android and Apple ios Last updated: 10 July 2017 Pepgo Limited, 71-75 Shelton Street, Covent Garden, London, WC2H 9JQ, United Kingdom Contents About this document...

More information

Use SecurityTestRunner to run Ready! API's security tests from the command line.

Use SecurityTestRunner to run Ready! API's security tests from the command line. SecurityTest Runner SecurityTestRunner runs security tests. Use SecurityTestRunner to run Ready! API's security tests from the command line. You can start the runner from the command line or from the Ready!

More information

Slide 1 CS 170 Java Programming 1 Duration: 00:00:49 Advance mode: Auto

Slide 1 CS 170 Java Programming 1 Duration: 00:00:49 Advance mode: Auto CS 170 Java Programming 1 Eclipse@Home Downloading, Installing and Customizing Eclipse at Home Slide 1 CS 170 Java Programming 1 Eclipse@Home Duration: 00:00:49 What is Eclipse? A full-featured professional

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

Google Search Appliance Connectors

Google Search Appliance Connectors Google Search Appliance Connectors Deploying the Connector for SharePoint Google Search Appliance Connector for SharePoint software version 4.0.4 Google Search Appliance software version 7.2 January 2015

More information

Installing Design Room ONE

Installing Design Room ONE Installing Design Room ONE Design Room ONE consists of two components: 1. The Design Room ONE web server This is a Node JS server which uses a Mongo database. 2. The Design Room ONE Integration plugin

More information

EMC Documentum Composer

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

More information

Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface

Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface Enabling Microsoft Outlook Calendar Notifications for Meetings Scheduled from the Cisco Unified MeetingPlace End-User Web Interface Release 7.1 Revised: March 5, 2013 1:53 pm This document describes the

More information

H O W T O I N S T A L L A N S S L C E R T I F I C A T E V I A C P A N E L

H O W T O I N S T A L L A N S S L C E R T I F I C A T E V I A C P A N E L H O W T O I N S T A L L A N S S L C E R T I F I C A T E V I A C P A N E L A R E S O U R C E F R O M M A K E M E B A I T. C O M B Y R A K T I M D U T T A How to Activate & Install an SSL Certificate in

More information

PeopleSoft Query/BI Publisher Power Combo Rel 8.53

PeopleSoft Query/BI Publisher Power Combo Rel 8.53 Oracle University Contact Us: Local: 1800 103 4775 Intl: +91 80 67863102 PeopleSoft Query/BI Publisher Power Combo Rel 8.53 Duration: 5 Days What you will learn This PeopleSoft Query/BI Publisher Power

More information

DSE Setup Guide for Oracle Databases

DSE Setup Guide for Oracle Databases DSE Setup Guide for Oracle Databases I. State Steps (Pre-DSE Installation and Setup): States will have to complete the following steps before installing and setting up DSE. 1. Create a new schema in the

More information

App Studio 4.0 Deployment Guide

App Studio 4.0 Deployment Guide App Studio 4.0 Deployment Guide 2019-03-27 Table of Contents Standalone Mode............................................................................................... 1 Standalone mode installation.................................................................................

More information

Spark Tutorial. General Instructions

Spark Tutorial. General Instructions CS246: Mining Massive Datasets Winter 2018 Spark Tutorial Due Thursday January 25, 2018 at 11:59pm Pacific time General Instructions The purpose of this tutorial is (1) to get you started with Spark and

More information

Web Access Management Token Translator. Version 2.0. User Guide

Web Access Management Token Translator. Version 2.0. User Guide Web Access Management Token Translator Version 2.0 User Guide 2014 Ping Identity Corporation. All rights reserved. PingFederate Web Access Management Token Translator User Guide Version 2.0 August, 2014

More information

Enabling SAML Authentication in an Informatica 10.2.x Domain

Enabling SAML Authentication in an Informatica 10.2.x Domain Enabling SAML Authentication in an Informatica 10.2.x Domain Copyright Informatica LLC 2017, 2018. Informatica, the Informatica logo, Informatica Big Data Management, and Informatica PowerCenter are trademarks

More information

Getting Started with Web Services

Getting Started with Web Services Getting Started with Web Services Getting Started with Web Services A web service is a set of functions packaged into a single entity that is available to other systems on a network. The network can be

More information

SELENIUM. SELENIUM COMPONENTS Selenium IDE Selenium RC Selenium Web Driver Selenium Grid

SELENIUM. SELENIUM COMPONENTS Selenium IDE Selenium RC Selenium Web Driver Selenium Grid INTRODUCTION TO AUTOMATION Testing What is automation testing? Different types of Automation Tools 1. Functional Testing Tools 2. Test Management Tools 3. Performance Testing Tools Advantages of automation

More information

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5

Using the vrealize Orchestrator Operations Client. vrealize Orchestrator 7.5 Using the vrealize Orchestrator Operations Client vrealize Orchestrator 7.5 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments

More information

Password protected file. Password protected file.zip

Password protected file. Password protected file.zip Password protected file Password protected file.zip This article explains a workaround for the "could not decrypt file" error when trying to open a password-protected Excel workbook.learn how to extract

More information

Manual Internet Explorer 10 Vista 64 Bit Windows 7 Problems

Manual Internet Explorer 10 Vista 64 Bit Windows 7 Problems Manual Internet Explorer 10 Vista 64 Bit Windows 7 Problems Internet Explorer 10 Modern UI/Metro Internet Explorer 11 Desktop The "joys" of Windows Update not working in Windows XP, Vista, 7, 8 and 8.1

More information

Contents. Managing Places...3. Contents 2

Contents. Managing Places...3. Contents 2 Managing Places Contents 2 Contents Managing Places...3 Creating a Site Structure...3 Managing Spaces...4 Designing Space Hierarchies... 5 Changing the Name of the Root Space...5 Space Creation Options...

More information

Rational Software Architect Real-Time Edition. RSARTE 10.1 Installation Instructions

Rational Software Architect Real-Time Edition. RSARTE 10.1 Installation Instructions Rational Software Architect Real-Time Edition RSARTE 10.1 Installation Instructions 1 Introduction... 3 2 Installing from Eclipse workbench... 4 2.1 Install...4 2.2 License Setup...8 2.2.1 Floating License...9

More information

HP Operations Orchestration

HP Operations Orchestration HP Operations Orchestration For Windows and Linux HP OO Software Version 10.01 Extension Developers Guide Document Release Date: August 2013 Software Release Date: August 2013 Legal Notices Warranty The

More information

Hitachi ID Systems Inc Identity Manager 8.2.6

Hitachi ID Systems Inc Identity Manager 8.2.6 Systems Inc RSA SecurID Ready Implementation Guide Partner Information Last Modified: December 5, 2014 Product Information Partner Name Hitachi ID Systems Inc Web Site www.hitachi-id.com Product Name Identity

More information

SSL/TLS Certificate Generation

SSL/TLS Certificate Generation SSL/TLS Certificate Generation Target: Lightstreamer Server v. 7.0 or greater Last updated: 16/02/2018 Table of contents 1 INTRODUCTION...3 2 PROCEDURES...4 2.1 Creation and Installation...4 2.2 Conversion

More information

1Integrate for ArcGIS Installation Guide. Server Edition

1Integrate for ArcGIS Installation Guide. Server Edition 1Integrate for ArcGIS Installation Guide Server Edition Product version: v 2.1 Document version: v 1.9 Document date: 03/08/2018 Copyright 2018 1Spatial plc and its affiliates. All rights reserved. Other

More information

Migrating vrealize Automation 6.2 to 7.1

Migrating vrealize Automation 6.2 to 7.1 Migrating vrealize Automation 6.2 to 7.1 vrealize Automation 7.1 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition.

More information

SSL Configuration Oracle Banking Liquidity Management Release [April] [2017]

SSL Configuration Oracle Banking Liquidity Management Release [April] [2017] SSL Configuration Oracle Banking Liquidity Management Release 12.4.0.0.0 [April] [2017] Table of Contents 1. CONFIGURING SSL ON ORACLE WEBLOGIC... 1-1 1.1 INTRODUCTION... 1-1 1.2 SETTING UP SSL ON ORACLE

More information

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications

BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications BlueMix Hands-On Workshop Lab A - Building and Deploying BlueMix Applications Version : 4.00 Last modification date : 13 June 2014 Owner : IBM Ecosystem Development Table of Contents Part 1: Building

More information

VMware AirWatch Remote Management Guide Installing, configuring, and using the Remote Management Service

VMware AirWatch Remote Management Guide Installing, configuring, and using the Remote Management Service VMware AirWatch Remote Management Guide Installing, configuring, and using the Remote Management Service Have documentation feedback? Submit a Documentation Feedback support ticket using the Support Wizard

More information

Setting up a Maven Project

Setting up a Maven Project Setting up a Maven Project This documentation describes how to set up a Maven project for CaptainCasa. Please use a CaptainCasa version higher than 20180102. There were quite some nice changes which were

More information

Pentaho Server SAML Authentication with Hybrid Authorization

Pentaho Server SAML Authentication with Hybrid Authorization Pentaho Server SAML Authentication with Hybrid Authorization This page intentionally left blank. Contents Overview... 1 Before You Begin... 1 Terms You Should Know... 1 Other Prerequisites... 2 Install

More information

Certificate Properties File Realm

Certificate Properties File Realm Certificate Properties File Realm {scrollbar} This realm type allows you to configure Web applications to authenticate users against it. To get to that point, you will need to first configure Geronimo

More information

IBM Security Identity Governance and Intelligence. SDI-based IBM Security Privileged Identity Manager adapter Installation and Configuration Guide IBM

IBM Security Identity Governance and Intelligence. SDI-based IBM Security Privileged Identity Manager adapter Installation and Configuration Guide IBM IBM Security Identity Governance and Intelligence SDI-based IBM Security Privileged Identity Manager adapter Installation and Configuration Guide IBM IBM Security Identity Governance and Intelligence

More information

Using the VMware vrealize Orchestrator Client

Using the VMware vrealize Orchestrator Client Using the VMware vrealize Orchestrator Client vrealize Orchestrator 7.0 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by

More information

Bare SOAP-UI for WS-Security

Bare SOAP-UI for WS-Security Draft Draft Bare SOAP-UI for WS-Security Paul Glezen, IBM Abstract This document is a member of the Bare Series of WAS topics distributed in both stand-alone and in collection form. The latest renderings

More information

Dell EMC ME4 Series vsphere Client Plug-in

Dell EMC ME4 Series vsphere Client Plug-in Dell EMC ME4 Series vsphere Client Plug-in User's Guide Regulatory Model: E09J, E10J, E11J Regulatory Type: E09J001, E10J001, E11J001 Notes, cautions, and warnings NOTE: A NOTE indicates important information

More information

Access SharePoint using Basic Authentication and SSL (via Alternative Access URL) with SP 2016 (v 1.9)

Access SharePoint using Basic Authentication and SSL (via Alternative Access URL) with SP 2016 (v 1.9) Access SharePoint using Basic Authentication and SSL (via Alternative Access URL) with SP 2016 (v 9) This page is part of the installation guide for the Confluence SharePoint Connector. It tells you how

More information

Microsoft ISA 2006 Integration. Microsoft Internet Security and Acceleration Server (ISA) Integration Notes Introduction

Microsoft ISA 2006 Integration. Microsoft Internet Security and Acceleration Server (ISA) Integration Notes Introduction Microsoft ISA 2006 Integration Contents 1 Microsoft Internet Security and Acceleration Server (ISA) Integration Notes 2 Introduction 3 Prerequisites 3.1 ISA 2006 Filter 3.2 TMG Filter 4 Baseline 5 Architecture

More information

POOSL IDE Installation Manual

POOSL IDE Installation Manual Embedded Systems Innovation by TNO POOSL IDE Installation Manual Tool version 4.1.0 7 th November 2017 1 POOSL IDE Installation Manual 1 Installation... 4 1.1 Minimal system requirements... 4 1.2 Installing

More information

Rocket U2 Web Development Environment

Rocket U2 Web Development Environment Rocket U2 Web Development Environment Getting Started with REST Services Version 5.0 July 2017 WDE-530-RES-IM-01 Notices Edition Publication date: July 2017 Book number: WDE-530-RES-IM-01 Product version:

More information

TIBCO SonarQube. BusinessWorks 6.x Plugin.

TIBCO SonarQube. BusinessWorks 6.x Plugin. TIBCO SonarQube BusinessWorks 6.x Plugin Guidelines Consulting Services Project Name SonarQube BusinessWorks 6.x Plugin Release 1.0.0 Date 21/12/2015 Primary Author Document Owner Kapil Shivarkar/TIBCO

More information

vrealize Code Stream Plug-In SDK Development Guide

vrealize Code Stream Plug-In SDK Development Guide vrealize Code Stream Plug-In SDK Development Guide vrealize Code Stream 2.2 This document supports the version of each product listed and supports all subsequent versions until the document is replaced

More information

SSL/TLS Certificate Generation

SSL/TLS Certificate Generation SSL/TLS Certificate Generation Target: Lightstreamer Server v. 7.0 or greater Last updated: 08/03/2018 Table of contents 1 INTRODUCTION...3 2 PROCEDURES...4 2.1 Creation and Installation...4 2.2 Conversion

More information

Red Hat JBoss Fuse 6.3

Red Hat JBoss Fuse 6.3 Red Hat JBoss Fuse 6.3 Installation on Apache Karaf Installing Red Hat JBoss Fuse on the Apache Karaf container Last Updated: 2018-07-16 Red Hat JBoss Fuse 6.3 Installation on Apache Karaf Installing

More information

Deploy In-Memory Parallel Graph Analytics (PGX) to Oracle Java Cloud Service (JCS)

Deploy In-Memory Parallel Graph Analytics (PGX) to Oracle Java Cloud Service (JCS) Deploy In-Memory Parallel Graph Analytics (PGX) to Oracle Java Cloud Service (JCS) Overview This document provides detailed steps required to deploy PGX to Java Cloud Service Instance. This exercise is

More information

WebSpace - Creating Content, Pages, And Posts

WebSpace - Creating Content, Pages, And Posts WebSpace - Creating Content, Pages, And Posts Topics Covered In This Article Related Articles Pages And Posts Pages vs Posts Add A New Post Add A New Page Visibility Adding Documents, Images, Audio, Videos,

More information

SETTING METADATA IN YOUR JOOMLA! SITE JUGCN April 2017 presented by Danico Enterprises Inc.

SETTING METADATA IN YOUR JOOMLA! SITE JUGCN April 2017 presented by Danico Enterprises Inc. SETTING METADATA IN YOUR JOOMLA! SITE JUGCN April 2017 presented by Danico Enterprises Inc. 1 AGENDA What is metadata? What are meta tags? Why do you need either of them? How do you create them? Where

More information

AWS Snowball: User Guide

AWS Snowball: User Guide AWS Snowball User Guide AWS Snowball: User Guide Copyright 2018 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's trademarks and trade dress may not be used in connection with

More information

Google Search Appliance Connectors

Google Search Appliance Connectors Google Search Appliance Connectors Deploying the Connector for SharePoint User Profiles Google Search Appliance Connector for SharePoint User Profiles software version 4.1.1 Google Search Appliance software

More information

Prepaid Online Vending System. XMLVend 2.1 Test Suite Setup Instructions

Prepaid Online Vending System. XMLVend 2.1 Test Suite Setup Instructions Prepaid Online Vending System XMLVend 2.1 Test Suite Setup Instructions Contents SOFTWARE REQUIRED... 5 SETUP JAVA JDK... 5 TOMCAT SETUP FOR XML... 6 INTERCEPTOR... 8 SETTING UP SSL... 9 SETTING UP THE

More information

This will be a paragraph about me. It might include my hobbies, where I grew up, etc.

This will be a paragraph about me. It might include my hobbies, where I grew up, etc. Module 3 In-Class Exercise: Creating a Simple HTML Page Name: Overview We are going to develop our web-pages the old-fashioned way. We will build them by hand. Even if you eventually decide to use WYSIWYG

More information

App Studio 4.1 Deployment Guide

App Studio 4.1 Deployment Guide App Studio 4.1 Deployment Guide 2019-03-25 Table of Contents Deployment Guide............................................................................................. 1 Enable social and collaborative

More information

Installing Design Room ONE

Installing Design Room ONE Installing Design Room ONE Design Room ONE consists of two components: 1. The Design Room ONE web server This is a Node JS server which uses a Mongo database. 2. The Design Room ONE Integration plugin

More information

Setting up your Computer

Setting up your Computer Setting up your Computer 1 Introduction On this lab, you will be getting your computer ready to develop and run Java programs. This lab will be covering the following topics: Installing Java JDK 1.8 or

More information

Release Bulletin PowerBuilder Plug-In 1.1 for Windows

Release Bulletin PowerBuilder Plug-In 1.1 for Windows Release Bulletin PowerBuilder Plug-In 1.1 for Windows Document ID: DC30121-01-0110-03 Last revised: June 9, 2011 Topic Page 1. Accessing current release bulletin information 1 2. Product summary 2 2.1

More information

Administering Apache Geronimo With Custom Server Assemblies and Maven. David Jencks

Administering Apache Geronimo With Custom Server Assemblies and Maven. David Jencks Administering Apache Geronimo With Custom Server Assemblies and Maven David Jencks 1 What is Geronimo? JavaEE 5 certified application server from Apache Modular construction Wires together other projects

More information

PKI Cert Creation via Good Control: Reference Implementation

PKI Cert Creation via Good Control: Reference Implementation PKI Cert Creation via Good Control: Reference Implementation Legal Notice Copyright 2016 BlackBerry Limited. All rights reserved. All use is subject to license terms posted at http://us.blackberry.com/legal/legal.html.

More information

Troubleshooting. Participants List Displays Multiple Entries for the Same User

Troubleshooting. Participants List Displays Multiple Entries for the Same User Participants List Displays Multiple Entries for the Same User, page 1 Internet Explorer Browser Not Supported, page 2 404 Page Not Found Error Encountered, page 2 Cannot Start or Join Meeting, page 2 SSO

More information

Quickstart Guide. Apache ServiceMix Version SNAPSHOT

Quickstart Guide. Apache ServiceMix Version SNAPSHOT Quickstart Guide Apache ServiceMix Version 7.0.0-SNAPSHOT 1 1. Introduction First of all, welcome to the Apache ServiceMix project! The goal of this Quickstart guide is to give you a 20-minute overview

More information

Fischer International Identity Fischer Identity Suite 4.2

Fischer International Identity Fischer Identity Suite 4.2 Fischer International Identity Fischer Identity Suite 4.2 RSA SecurID Ready Implementation Guide Partner Information Last Modified: June 16, 2010 Product Information Partner Name Web Site Product Name

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

AWS Snowball: User Guide

AWS Snowball: User Guide AWS Snowball User Guide AWS Snowball: User Guide Table of Contents What Is a Snowball?... 1 Snowball Features... 1 Prerequisites for Using AWS Snowball... 1 Tools and Interfaces... 2 Related Services...

More information

Configure IBM Rational Synergy with 3 rd Party LDAP Server. Release

Configure IBM Rational Synergy with 3 rd Party LDAP Server. Release Configure IBM Rational Synergy with 3 rd Party LDAP Server. Release 7.2.1.7 Author: Rooble Babu Madeckal March 29, 2018 This edition applies to IBM Rational Synergy version 7.2.1.7, and to all subsequent

More information

Acrolinx IQ. Acrolinx Linguistic Administration Guide Version: 3.0

Acrolinx IQ. Acrolinx Linguistic Administration Guide Version: 3.0 Acrolinx IQ Acrolinx Linguistic Administration Guide Version: 3.0 2 Copyright 2013 Acrolinx GmbH All rights reserved The software contains proprietary information of Acrolinx GmbH. It is provided under

More information

Funambol Exchange Connector Installation and Configuration Guide

Funambol Exchange Connector Installation and Configuration Guide Funambol Exchange Connector Installation and Configuration Guide Last modified: July 22, 2009 Table of Contents 1. Introduction...3 1.1. Prerequisites...3 1.2. Related documents...3 2. Funambol Exchange

More information

Getting Started with Web Services

Getting Started with Web Services Getting Started with Web Services Getting Started with Web Services A web service is a set of functions packaged into a single entity that is available to other systems on a network. The network can be

More information

Director and Certificate Authority Issuance

Director and Certificate Authority Issuance VMware vcloud Director and Certificate Authority Issuance Leveraging QuoVadis Certificate Authority with VMware vcloud Director TECHNICAL WHITE PAPER OCTOBER 2012 Table of Contents Introduction.... 3 Process

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

Wildcard Certificates

Wildcard Certificates Wildcard Certificates Importing PKCS#12 and.pfx files Important: GoPrint requires the certificate chain password to be trustno1 When importing certificates into the Java Keystore generated on another certificate

More information

Rational Software Architect Real-Time Edition. RSARTE 10.0 Installation Instructions

Rational Software Architect Real-Time Edition. RSARTE 10.0 Installation Instructions Rational Software Architect Real-Time Edition RSARTE 10.0 Installation Instructions Table of Contents 1 Introduction... 3 2 Installing from Eclipse workbench... 4 2.1 Install...4 2.2 License Setup...8

More information

CS 170 Java Tools. Step 1: Got Java?

CS 170 Java Tools. Step 1: Got Java? CS 170 Java Tools This semester in CS 170 we'll be using the DrJava Integrated Development Environment. You're free to use other tools but this is what you'll use on your programming exams, so you'll need

More information

AWS Quick Start Guide. Launch a Linux Virtual Machine Version

AWS Quick Start Guide. Launch a Linux Virtual Machine Version AWS Quick Start Guide Launch a Linux Virtual Machine AWS Quick Start Guide: Launch a Linux Virtual Machine Copyright 2017 Amazon Web Services, Inc. and/or its affiliates. All rights reserved. Amazon's

More information

Manipulating Database Objects

Manipulating Database Objects Manipulating Database Objects Purpose This tutorial shows you how to manipulate database objects using Oracle Application Express. Time to Complete Approximately 30 minutes. Topics This tutorial covers

More information