FCS Documentation. Release 1.0 AGH-GLK

Size: px
Start display at page:

Download "FCS Documentation. Release 1.0 AGH-GLK"

Transcription

1 FCS Documentation Release 1.0 AGH-GLK November 06, 2014

2

3 Contents 1 Quickstart 3 2 FCS basics Registration Main page List of tasks Create new task Edit existing task Send feedback Download crawling results Management module (fcs.manager) 11 4 Crawling Unit module (fcs.crawler) 13 5 Task Server module (fcs.server) 15 6 Crawling results decoder (fcs.content_file_decoder) 17 7 Indices and tables 19 i

4 ii

5 Contents: Contents 1

6 2 Contents

7 CHAPTER 1 Quickstart Short instruction presenting how to launch Focused Crawling Search. Note: Unix-based operation system and Vagrant (preferred 1.35 or higher) are required. 1. Download project code from Github repository. 2. Change directory into /fcs. 3. In command line type vagrant up. Virtual machine with all requirements will be provisioned. Its ip address is Start second shell, in both of them: connect to machine with vagrant ssh, activate python virtual environment: source./fcs/bin/activate, move to FCS Management web application main directory: cd /vagrant/fcs. 5. In first terminal: create data base: python manage.py syncdb, apply data base migrations with python manage.py migrate, set Userena permissions: python manage.py check_permissions, start web application server: python manage.py runserver :8000 on local port In second terminal window start Autoscaling module: python manage.py autoscaling Open browser and go to 8. Register new user. Activation mail should be displayed in console. 9. Log in. 10. Click Tasks Add new. Fill the form. Confirm with Add button. 11. Crawling process will begin soon. You can monitor it in terminal s windows and logs of crawler and server located in./fcs/fcs. 12. In task details(hyperlink in tasks table) you can download crawling results. 3

8 4 Chapter 1. Quickstart

9 CHAPTER 2 FCS basics 2.1 Registration 1. Click on Register button on main page. 2. Fill fields with user name, correct and password (two times the same). 3. Confirm with Register button. 4. Check your . Registration message should wait for you. Click the link in content. 5. Your account is activated. Now you can log in with your or login and password. 5

10 2.2 Main page On main page you can: API - see REST API documentation, Tasks - display information about crawling tasks, Change password - change your password, Change your data - modify details of your account, Show quota - check your permissions in creating task, API keys - view keys required for using REST API, Logout - finish work with system. 2.3 List of tasks This page presents all tasks of current user. They can be active (yellow rows), paused (grey rows) and finished (green rows). To decrease amount of elements in table you can filter them with two select lists and Filter button. 2.4 Create new task 1. Click Add button under tasks list table. 6 Chapter 2. FCS basics

11 2. Fill form below. If not tell otherwise, all fields are mandatory. 3. In first row specify task s name. 4. Fill priority field with number from 1 to 10. The higher it is, the more important is this task in comparison with other tasks of this user. 5. Give start links separated with white space. 6. In the whitelist field you can specify list of regular expressions (separate them with comma) describing urls, which can be processed. If you leave this input empty, all urls will be crawled. 7. Blacklist is list of regular expressions which cannot be crawled. Optional. 8. In the next field set the maximal amount of pages which can be crawled. 9. Select maximal date of task lasting in Expire field. 10. In last input you can type list of MIME types which should be processed by crawler. 11. Send form with Add. 12. If you see message like below, task was created successfully. 2.5 Edit existing task 1. Click one of the rows in table with tasks. 2. If task is finished, you cannot change anything. View should look like below: 2.5. Edit existing task 7

12 3. If task is running or paused you can change some of its parameters, pause/resume it, stop, get crawling results: 4. After modifying task click Save changes. 2.6 Send feedback If task is running or paused, on task edition page you can rate some pages. To send feedback to Task Server, you need to specify url and rating. Higher than 3 means that link is valuable, lower means that link is useless. Confirm with Send feedback button. 2.7 Download crawling results On the same page you can also download crawling results. Click Get data. In window which appears set size in MB of file with part of results. Click OK and download should begin. 8 Chapter 2. FCS basics

13 2.7. Download crawling results 9

14 10 Chapter 2. FCS basics

15 CHAPTER 3 Management module (fcs.manager) Management module is a web application implemented in Django framework. It is responsible for managing user accounts and handling crawling requests from clients. Management module provides: admin accounts management, user s tasks management, notification system, client REST API. api_urls api_views autoscale_views forms middleware models tasks urls views management/commands/autoscaling 11

16 12 Chapter 3. Management module (fcs.manager)

17 CHAPTER 4 Crawling Unit module (fcs.crawler) The fcs.crawler module contains classes that implement the Crawling Unit. Crawling Units execute clients tasks. Each Crawling Unit receives from a Task Server a pool of URI to fetch. A single Crawling Unit can perform simultaneously several crawling tasks. Crawling results and other information (like errors), are returned to a Task Server. content_parser crawler mime_content_type thread_with_exc web_interface 13

18 14 Chapter 4. Crawling Unit module (fcs.crawler)

19 CHAPTER 5 Task Server module (fcs.server) This module contains implementation of Task Server. Each Task Server is responsible for handling just one task at the same time. However, it does not mean that one physical machine corresponds with only one Task Server, since this model is logical. Each Task Server contains its own database for storing links or crawled data. content_db crawling_depth_policy data_base_policy_module graph_db link_db task_server url_processor web_interface 15

20 16 Chapter 5. Task Server module (fcs.server)

21 CHAPTER 6 Crawling results decoder (fcs.content_file_decoder) Script unpacking *.dat files, results of crawling. Proper usage: python script.py <file_location> <unpacked_directories_structure_location> Script creates tree of directories. In every leaf directory there are two files - url_links.txt (page URL in first line, extracted links separated with whitespace in second) and content.dat containing decoded from Base64 resource. At higher level directories with names of integers are stored. Additionally, file index.txt links directory name with page URL. 17

22 18 Chapter 6. Crawling results decoder (fcs.content_file_decoder)

23 CHAPTER 7 Indices and tables genindex modindex search 19

Gunnery Documentation

Gunnery Documentation Gunnery Documentation Release 0.1 Paweł Olejniczak August 18, 2014 Contents 1 Contents 3 1.1 Overview................................................. 3 1.2 Installation................................................

More information

Aldryn Installer Documentation

Aldryn Installer Documentation Aldryn Installer Documentation Release 0.2.0 Iacopo Spalletti February 06, 2014 Contents 1 django CMS Installer 3 1.1 Features.................................................. 3 1.2 Installation................................................

More information

User Manual Appointment System

User Manual Appointment System User Manual Appointment System Page 1 of 17 1.0 TABLE OF CONTENTS TABLE OF CONTENTS... 2 System Overview... 3 Menu Options... 3 Application Access... 3 Patient Registration... 6 Schedule Appointment...

More information

Connector for Microsoft SharePoint 2013, 2016 and Online Setup and Reference Guide

Connector for Microsoft SharePoint 2013, 2016 and Online Setup and Reference Guide Connector for Microsoft SharePoint 2013, 2016 and Online Setup and Reference Guide Published: 2018-Oct-09 Contents 1 Microsoft SharePoint 2013, 2016 and Online Connector 4 1.1 Products 4 1.2 Supported

More information

TangeloHub Documentation

TangeloHub Documentation TangeloHub Documentation Release None Kitware, Inc. September 21, 2015 Contents 1 User s Guide 3 1.1 Managing Data.............................................. 3 1.2 Running an Analysis...........................................

More information

tally Documentation Release Dan Watson

tally Documentation Release Dan Watson tally Documentation Release 1.0.0 Dan Watson Sep 27, 2017 Contents 1 Installation 3 1.1 The tally Server............................................. 3 1.2 Sending Metrics.............................................

More information

BriCS. University of Bristol Cloud Service Simulation Runner. User & Developer Guide. 1 October John Cartlidge & M.

BriCS. University of Bristol Cloud Service Simulation Runner. User & Developer Guide. 1 October John Cartlidge & M. BriCS University of Bristol Cloud Service Simulation Runner User & Developer Guide 1 October 2013 John Cartlidge & M. Amir Chohan BriCS: User & Developer Guide - 1 - BriCS Architecture Fig. 1: Architecture

More information

SBCC Web File System - Xythos

SBCC Web File System - Xythos Table of Contents Table of Contents...1 Purpose...1 Login Procedure...1 Creating and Sharing a Web Folder for MAT153...2 Dreamweaver Remote Info...4 I Forgot My Pipeline Credentials...6 Purpose This purpose

More information

Using the Scripting Interface

Using the Scripting Interface CHAPTER 5 This chapter describes the scripting interface that ACS 5.3 provides to perform bulk operations on ACS objects using the Import and Export features. ACS provides the import and export functionalities

More information

django-cron Documentation

django-cron Documentation django-cron Documentation Release 0.3.5 Tivix Inc. Mar 04, 2017 Contents 1 Introduction 3 2 Installation 5 3 Configuration 7 4 Sample Cron Configurations 9 4.1 Retry after failure feature........................................

More information

Course CLD211.5x Microsoft SharePoint 2016: Search and Content Management

Course CLD211.5x Microsoft SharePoint 2016: Search and Content Management Course CLD211.5x Microsoft SharePoint 2016: Search and Content Management Module 1 Lab - Configure Enterprise Search Introduction This document contains the detailed, step-by-step lab instructions for

More information

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA

271 Waverley Oaks Rd. Telephone: Suite 206 Waltham, MA USA Contacting Leostream Leostream Corporation http://www.leostream.com 271 Waverley Oaks Rd. Telephone: +1 781 890 2019 Suite 206 Waltham, MA 02452 USA To submit an enhancement request, email features@leostream.com.

More information

vcloud Director Administrator's Guide

vcloud Director Administrator's Guide vcloud Director 5.5 This document supports the version of each product listed and supports all subsequent versions until the document is replaced by a new edition. To check for more recent editions of

More information

open-helpdesk Documentation

open-helpdesk Documentation open-helpdesk Documentation Release 0.9.9 Simone Dalla Nov 16, 2017 Contents 1 Overview 3 1.1 Dependencies............................................... 3 1.2 Documentation..............................................

More information

owncloud Android App Manual

owncloud Android App Manual owncloud Android App Manual Release 2.0.0 The owncloud developers December 14, 2017 CONTENTS 1 Using the owncloud Android App 1 1.1 Getting the owncloud Android App...................................

More information

Storage Made Easy Cloud Appliance installation Guide

Storage Made Easy Cloud Appliance installation Guide dev.storagemadeeasy.com Storage Made Easy Cloud Appliance installation Guide 4 min read original Configuring the SME Appliance The configuration server allows you to configure - Static IP address - Domain

More information

Contents Introduction... 3 Access to PVT... 4 File uploading... 7 Contact information...10

Contents Introduction... 3 Access to PVT... 4 File uploading... 7 Contact information...10 Copyright 2017 ControlPay. All rights reserved. No parts of the material protected by this copyright notice may be reproduced or utilized in any fo rm o r b y any means, electronic or mechanical, including

More information

Tangent MicroServices Documentation

Tangent MicroServices Documentation Tangent MicroServices Documentation Release 1 Tangent Solutions March 10, 2015 Contents 1 Getting Started 3 1.1 Micro Services Projects......................................... 3 2 Service Registry 5

More information

1. Launch your web browser. 2. Go to < Enter your address and Password as requested. Click on login.

1. Launch your web browser. 2. Go to <  Enter your  address and Password as requested. Click on login. 1. Launch your web browser. 2. Go to Enter your Email address and Password as requested. Click on login. 1. Enter your complete email address; i.e. johnsmith@

More information

Protection! User Guide. A d m i n i s t r a t o r G u i d e. v L i c e n s i n g S e r v e r. Protect your investments with Protection!

Protection! User Guide. A d m i n i s t r a t o r G u i d e. v L i c e n s i n g S e r v e r. Protect your investments with Protection! jproductivity LLC Protect your investments with Protection! User Guide Protection! L i c e n s i n g S e r v e r v 4. 9 A d m i n i s t r a t o r G u i d e tm http://www.jproductivity.com Notice of Copyright

More information

Release Ralph Offinger

Release Ralph Offinger nagios c heck p aloaltodocumentation Release 0.3.2 Ralph Offinger May 30, 2017 Contents 1 nagios_check_paloalto: a Nagios/Icinga Plugin 3 1.1 Documentation..............................................

More information

ETERNUS Veritas Operations Manager Storage Insight Plug-in 1.0 User s Guide P2X ENZ0

ETERNUS Veritas Operations Manager Storage Insight Plug-in 1.0 User s Guide P2X ENZ0 ETERNUS Veritas Operations Manager Storage Insight Plug-in 1.0 User s Guide This page is intentionally left blank. Preface This manual explains how to use and operate the ETERNUS Veritas Operations Manager

More information

Django Test Utils Documentation

Django Test Utils Documentation Django Test Utils Documentation Release 0.3 Eric Holscher July 22, 2016 Contents 1 Source Code 3 2 Contents 5 2.1 Django Testmaker............................................ 5 2.2 Django Crawler.............................................

More information

MAINTENANCE HELPDESK SYSTEM USER MANUAL: CUSTOMER (STAFF) VERSION 2.0

MAINTENANCE HELPDESK SYSTEM USER MANUAL: CUSTOMER (STAFF) VERSION 2.0 MAINTENANCE HELPDESK SYSTEM USER MANUAL: CUSTOMER (STAFF) VERSION 2.0 TABLE OF CONTENTS NO TOPICS PAGES 1 LOGIN 1-3 2 CHANGE PASSWORD 4 3 CREATE NEW REQUEST 5-7 4 VIEW REQUEST 8-9 5 LOGOUT 10 6 FORGOT

More information

Admin Guide Hosted Applications

Admin Guide Hosted Applications Admin Guide Hosted Applications DOCUMENT REVISION DATE: December, 2010 Hosted Applications Admin Guide / Table of Contents Page 2 of 32 Table of Contents OVERVIEW... 3 1. ABOUT THE GUIDE... 3 1.1 AUDIENCE

More information

EMS MASTER CALENDAR Installation Guide

EMS MASTER CALENDAR Installation Guide EMS MASTER CALENDAR Installation Guide V44.1 Last Updated: May 2018 EMS Software emssoftware.com/help 800.440.3994 2018 EMS Software, LLC. All Rights Reserved. Table of Contents CHAPTER 1: Introduction

More information

Spade Documentation. Release 0.1. Sam Liu

Spade Documentation. Release 0.1. Sam Liu Spade Documentation Release 0.1 Sam Liu Sep 27, 2017 Contents 1 Installation 3 1.1 Vagrant Setup............................................... 3 2 Scraper 5 2.1 Using the scraper.............................................

More information

How to Login, Logout and Manage Password (QRG)

How to Login, Logout and Manage Password (QRG) How to Login, Logout and Manage Password (QRG) This Quick Reference Guide covers the following topics: 1. How to login in to the DCC. How to change (reset) your password 3. What to do if you have forgotten

More information

LifeSize Control Installation Guide

LifeSize Control Installation Guide LifeSize Control Installation Guide January 2009 Copyright Notice 2005-2009 LifeSize Communications Inc, and its licensors. All rights reserved. LifeSize Communications has made every effort to ensure

More information

YU Kaltura Media Package User's Guide For version 1.1.x. Written by Media and Information Technology Center, Yamaguchi University.

YU Kaltura Media Package User's Guide For version 1.1.x. Written by Media and Information Technology Center, Yamaguchi University. YU Kaltura Media Package User's Guide For version 1.1.x Written by Media and Information Technology Center, Yamaguchi University. May 22th, 2018 Table of contents 1. Summary... 2 2. Installation... 4 2.1

More information

User Management in Resource Manager

User Management in Resource Manager CHAPTER 8 This section describes how to manage user profiles. Topics in this section include: Overview of User Management, page 8-1 Using User Management, page 8-1 Overview of User Management In Resource

More information

Administrator Guide. Find out how to set up and use MyKerio to centralize and unify your Kerio software administration.

Administrator Guide. Find out how to set up and use MyKerio to centralize and unify your Kerio software administration. Administrator Guide Find out how to set up and use MyKerio to centralize and unify your Kerio software administration. The information and content in this document is provided for informational purposes

More information

Globalbrain Administration Guide. Version 5.4

Globalbrain Administration Guide. Version 5.4 Globalbrain Administration Guide Version 5.4 Copyright 2012 by Brainware, Inc. All rights reserved. No part of this publication may be reproduced, transmitted, transcribed, stored in a retrieval system,

More information

SOA Software API Gateway Appliance 6.3 Administration Guide

SOA Software API Gateway Appliance 6.3 Administration Guide SOA Software API Gateway Appliance 6.3 Administration Guide Trademarks SOA Software and the SOA Software logo are either trademarks or registered trademarks of SOA Software, Inc. Other product names, logos,

More information

User Manual. Admin Report Kit for IIS (ARKIIS)

User Manual. Admin Report Kit for IIS (ARKIIS) User Manual Admin Report Kit for IIS (ARKIIS) Table of Contents 1 Admin Report Kit for Internet Information Server-(ARKIIS)... 1 1.1 About ARKIIS... 1 1.2 Who can Use ARKIIS?... 1 1.3 System requirements...

More information

DJOAuth2 Documentation

DJOAuth2 Documentation DJOAuth2 Documentation Release 0.6.0 Peter Downs Sep 27, 2017 Contents 1 Important Links 1 2 What is DJOAuth2? 3 3 Why use DJOAuth2? 5 4 What is implemented? 7 5 Quickstart Guide 9 5.1 Requirements...............................................

More information

django-konfera Documentation

django-konfera Documentation django-konfera Documentation Release 0.1 SPy o.z. Mar 21, 2017 Contents 1 Installation 3 1.1 Using Pip................................................. 3 1.2 Using the Source.............................................

More information

PACS ADMIN. Quick Reference Guide

PACS ADMIN. Quick Reference Guide Quick Reference Guide PACS ADMIN Creating Domain Users.......................................................... Adding NOVARAD Users......................................................... Adding Console

More information

Scrapy-Redis Documentation

Scrapy-Redis Documentation Scrapy-Redis Documentation Release 0.7.0-dev Rolando Espinoza Nov 13, 2017 Contents 1 Scrapy-Redis 3 1.1 Features.................................................. 3 1.2 Requirements...............................................

More information

EasyMorph Server Administrator Guide

EasyMorph Server Administrator Guide EasyMorph Server Administrator Guide Version 3.9.2 December, 24 th 2018 Table of Contents TABLE OF CONTENTS... 1 PREREQUISITES... 2 Memory requirements... 2 INSTALLATION... 2 License key... 3 SERVER SERVICE

More information

Installing ITDS WebAdmin Tool into WebSphere Application Server Network Deployment V7.0

Installing ITDS WebAdmin Tool into WebSphere Application Server Network Deployment V7.0 Installing ITDS WebAdmin Tool into WebSphere Application Server Network Deployment V7.0 This document provides the procedure to install ITDS WebAdmin Tool into a Full WebSphere Application Server Network

More information

I hate money. Release 1.0

I hate money. Release 1.0 I hate money Release 1.0 Nov 01, 2017 Contents 1 Table of content 3 2 Indices and tables 15 i ii «I hate money» is a web application made to ease shared budget management. It keeps track of who bought

More information

django-users2 Documentation

django-users2 Documentation django-users2 Documentation Release 0.2.1 Mishbah Razzaque Mar 16, 2017 Contents 1 django-users2 3 1.1 Features.................................................. 3 1.2 Documentation..............................................

More information

Building a Django Twilio Programmable Chat Application

Building a Django Twilio Programmable Chat Application Building a Django Twilio Programmable Chat Application twilio.com/blog/08/0/python-django-twilio-programmable-chat-application.html March 7, 08 As a developer, I ve always wanted to include chat capabilities

More information

Trunk Player Documentation

Trunk Player Documentation Trunk Player Documentation Release 0.0.1 Dylan Reinhold Nov 25, 2017 Contents 1 Installation 3 1.1 System Prerequisites........................................... 3 1.2 Assumptions...............................................

More information

Django IPRestrict Documentation

Django IPRestrict Documentation Django IPRestrict Documentation Release 1.4.1 Tamas Szabo Nov 06, 2017 Contents 1 Table of Contents 3 1.1 Requirements and Installation...................................... 3 1.2 Configuration...............................................

More information

Django Web Framework: A Comprehensive Introduction and Step by Step Installation

Django Web Framework: A Comprehensive Introduction and Step by Step Installation Continuous Issue - 12 June July 2017 Abstract Django Web Framework: A Comprehensive Introduction and Step by Step Installation One of the emerging framework in python is Django framework which follows

More information

Workspace Administrator Help File

Workspace Administrator Help File Workspace Administrator Help File Table of Contents HotDocs Workspace Help File... 1 Getting Started with Workspace... 3 What is HotDocs Workspace?... 3 Getting Started with Workspace... 3 To access Workspace...

More information

MedLook Technical Support User Guide. MedLook Hosted Environment

MedLook Technical Support User Guide. MedLook Hosted Environment MedLook Technical Support User Guide MedLook Hosted Environment November 2009 Table of Contents Contents Accessing Software Support Desktop... 3 Wizmo Support Set... 4 Shadowing a User... 6 Logging out

More information

Overview. ACE Appliance Device Manager Overview CHAPTER

Overview. ACE Appliance Device Manager Overview CHAPTER 1 CHAPTER This section contains the following: ACE Appliance Device Manager, page 1-1 Logging Into ACE Appliance Device Manager, page 1-3 Changing Your Account Password, page 1-4 ACE Appliance Device Manager

More information

django-allauth-2fa Documentation

django-allauth-2fa Documentation django-allauth-2fa Documentation Release 0.4.3 Víðir Valberg Guðmundsson, Percipient Networks Apr 25, 2018 Contents: 1 Features 3 2 Compatibility 5 3 Contributing 7 3.1 Running tests...............................................

More information

D365 DATA ARCHIVAL & RETENTION

D365 DATA ARCHIVAL & RETENTION MICROSOFT LABS OCTOBER 12, 2018 D365 DATA ARCHIVAL & RETENTION Highly scalable, secured and re-usable solution for Archive, Retain and Delete the Microsoft D365 data Contents Introduction... 2 Archiving...

More information

AppSpider Enterprise. Getting Started Guide

AppSpider Enterprise. Getting Started Guide AppSpider Enterprise Getting Started Guide Contents Contents 2 About AppSpider Enterprise 4 Getting Started (System Administrator) 5 Login 5 Client 6 Add Client 7 Cloud Engines 8 Scanner Groups 8 Account

More information

Oracle Application Express

Oracle Application Express Oracle Apex Oracle Application Express Installation Guide Step by Step on Windows Mohammad Fawzy Mahmoud 2012 1 Oracle Application Express Oracle Apex Installation Guide Step by Step on Windows Install

More information

Support Visit mysupport.mcafee.com to find product documentation, announcements, and support.

Support Visit mysupport.mcafee.com to find product documentation, announcements, and support. Release Notes McAfee Web Gateway version 7.1.0.1 This document provides information about the McAfee Web Gateway version 7.1.0.1 appliance software. You can find more information at the following locations:

More information

Hosted Voice Console Assistant Set-up and User Guide V

Hosted Voice Console Assistant Set-up and User Guide V Hosted Voice Console Assistant Set-up and User Guide V4.12.10 Table of Contents System Requirements General Information Download, Installation & Upgrade Launching the Application - Login/Logout Navigation

More information

django-embed-video Documentation

django-embed-video Documentation django-embed-video Documentation Release 0.7.stable Juda Kaleta December 21, 2013 Contents i ii Django app for easy embeding YouTube and Vimeo videos and music from SoundCloud. Repository is located on

More information

InSync Service User Guide

InSync Service User Guide InSync Service User Guide Matrix Logic Corporation 1 Published by Matrix Logic Corporation Copyright 2011 by Matrix Logic Corporation All rights reserved. No part of the content of this manual may be reproduced

More information

Admin Table is oftr Caoto ntr e s U ntsser Guide Table of Contents Introduction Accessing the Portal

Admin Table is oftr Caoto ntr e s U ntsser Guide Table of Contents Introduction Accessing the Portal Administrator s Table of Contents User Guide Table of Contents Introduction 3 Accessing the Portal 3 Create User Accounts 4 Enable / Disable User Accounts 5 Manage Users from an LDAP Server 5 User Roles

More information

Getting started with Install4install

Getting started with Install4install Getting started with Install4install Table of Contents STEP 1 Login... 3 STEP 2 User panel... 3 STEP 3 Add a new App... 3 STEP 4 My Apps... 4 STEP 5 My Points... 5 STEP 6 Earning points and Review exchange...

More information

The Guide. A basic guide for setting up your Samanage application

The Guide. A basic guide for setting up your Samanage application The Guide A basic guide for setting up your Samanage application Table of Contents Introduction.............................................................. 3 Contacting Samanage for Assistance.........................................

More information

Océ Engineering Exec. Doc Exec Pro and Electronic Job Ticket for the Web

Océ Engineering Exec. Doc Exec Pro and Electronic Job Ticket for the Web Océ Engineering Exec Doc Exec Pro and Electronic Job Ticket for the Web Océ-Technologies B.V. Copyright 2004, Océ-Technologies B.V. Venlo, The Netherlands All rights reserved. No part of this work may

More information

I, J, K. Lightweight directory access protocol (LDAP), 162

I, J, K. Lightweight directory access protocol (LDAP), 162 Index A Access Control, 183 Administration console, 17 home page, 17 managing instances, 19 managing requests, 18 managing workspaces, 19 monitoring activity, 19 Advanced security option (ASO), 58, 262

More information

IronWASP (Iron Web application Advanced Security testing Platform)

IronWASP (Iron Web application Advanced Security testing Platform) IronWASP (Iron Web application Advanced Security testing Platform) 1. Introduction: IronWASP (Iron Web application Advanced Security testing Platform) is an open source system for web application vulnerability

More information

django-openid Documentation

django-openid Documentation django-openid Documentation Release 2.0a Simon Willison September 27, 2017 Contents 1 Installation 3 2 Accepting OpenID 5 2.1 Redirecting somewhere else....................................... 6 2.2 Requesting

More information

ANTIVIRUS SITE PROTECTION (by SiteGuarding.com)

ANTIVIRUS SITE PROTECTION (by SiteGuarding.com) ANTIVIRUS SITE PROTECTION (by SiteGuarding.com) USER GUIDE Version 1.0.0 Antivirus Site Protection (by SiteGuarding.com) 1.0.0 1 Table of content 1. INTRODUCTION. 3 2. HOW IT WORKS.... 6 3. HOW TO CONFIGURE..

More information

Opaali Portal Quick guide

Opaali Portal Quick guide Opaali Portal Quick guide Company information Telia Finland Oyj Teollisuuskatu 15, 00510 HELSINKI, FI Registered office: Helsinki Business ID 1475607-9, VAT No. FI14756079 1 (40) Page 2 (40) Copyright

More information

Distribute Call Studio applications to Unified CVP VXML Servers.

Distribute Call Studio applications to Unified CVP VXML Servers. is one of the Cisco Unified Customer Voice Portal (CVP) components and a web-based interface using which you can configure other Unified CVP components and devices in the Unified CVP solution. Use to perform

More information

CVP 40 EVAL, CVP 40 DISTI, CVP 40 DART, CVP 41 EVAL,CVP 41 DIST NFR, CVP 41 DART NFR, CVP 70 EVAL, CVP 70 DIST NFR

CVP 40 EVAL, CVP 40 DISTI, CVP 40 DART, CVP 41 EVAL,CVP 41 DIST NFR, CVP 41 DART NFR, CVP 70 EVAL, CVP 70 DIST NFR Troubleshooting CVP 40 EVAL, CVP 40 DISTI, CVP 40 DART, CVP 41 EVAL,CVP 41 DIST NFR, CVP 41 DART NFR, CVP 70 EVAL, CVP 70 DIST NFR and CVP 70 DART NFR Licensing Issue Document ID: 99709 Contents Introduction

More information

OAM 2FA Value-Added Module (VAM) Deployment Guide

OAM 2FA Value-Added Module (VAM) Deployment Guide OAM 2FA Value-Added Module (VAM) Deployment Guide Copyright Information 2018. SecureAuth is a copyright of SecureAuth Corporation. SecureAuth s IdP software, appliances, and other products and solutions,

More information

Technology Platform. Spectrum. Version 11.0 SP1. Administration Guide - AMI

Technology Platform. Spectrum. Version 11.0 SP1. Administration Guide - AMI Spectrum Version 11.0 SP1 Technology Platform Table of Contents 1 - Getting Started Configuring a New System 5 Configuring a New Spectrum Technology Platform AMI Instance 6 Accessing Management Console

More information

Partner Integration Portal (PIP) Installation Guide

Partner Integration Portal (PIP) Installation Guide Partner Integration Portal (PIP) Installation Guide Last Update: 12/3/13 Digital Gateway, Inc. All rights reserved Page 1 TABLE OF CONTENTS INSTALLING PARTNER INTEGRATION PORTAL (PIP)... 3 DOWNLOADING

More information

Configuring Shared Links for Web Access

Configuring Shared Links for Web Access Configuring The Web Access feature lets you access CIFS share data or NFS export data stored in the Nasuni Filer using a Web browser. Some of the actions you can perform depend on the capabilities of the

More information

Workshare Client Extranet. Getting Started Guide. for Mac

Workshare Client Extranet. Getting Started Guide. for Mac Workshare Client Extranet Getting Started Guide for Mac Build trust with your clients Share files with your clients and partners in professional, branded workspaces that you control. Create your look Work

More information

Synchro PRO 2016 Shared User License Manager Installation Instructions

Synchro PRO 2016 Shared User License Manager Installation Instructions Synchro PRO 2016 Shared User License Manager Installation Instructions i electronically or otherwise, or transmitted in any form, without the express prior permission of Synchro Installation 1. Run setupsynchrolicenseserver.exe,

More information

PO Processor Installation and Configuration Guide

PO Processor Installation and Configuration Guide PO Processor Installation and Configuration Guide Revised: 06/06/2014 2014 Digital Gateway, Inc. - All rights reserved Page 1 Table of Contents OVERVIEW... 3 HOW TO INSTALL PO PROCESSOR... 3 PO PROCESSOR

More information

ClickToCall SkypeTest Documentation

ClickToCall SkypeTest Documentation ClickToCall SkypeTest Documentation Release 0.0.1 Andrea Mucci August 04, 2015 Contents 1 Requirements 3 2 Installation 5 3 Database Installation 7 4 Usage 9 5 Contents 11 5.1 REST API................................................

More information

pyatomiadns Documentation

pyatomiadns Documentation pyatomiadns Documentation Release 1.4 Jochen Maes February 17, 2014 Contents 1 Thanks 3 2 How to test 5 3 How to generate the api client file 7 3.1 Generated API..............................................

More information

zspace 300 Windows 8.1 Configuration

zspace 300 Windows 8.1 Configuration zspace 300 Windows 8.1 Configuration zspace 300 Windows 8.1 Configuration After you have set up your zspace hardware components you are ready to start up the zspace 300 for the first time. When the system

More information

Oracle Fusion Middleware

Oracle Fusion Middleware Oracle Fusion Middleware Quick Installation Guide for Oracle Identity Management 11g Release 1 (11.1.1) E10033-01 May 2009 This guide is designed to help you quickly install the most common Oracle Identity

More information

vcloud Director Administrator's Guide vcloud Director 8.10

vcloud Director Administrator's Guide vcloud Director 8.10 vcloud Director Administrator's Guide vcloud Director 8.10 You can find the most up-to-date technical documentation on the VMware website at: https://docs.vmware.com/ If you have comments about this documentation,

More information

Initial Setup. Cisco APIC Documentation Roadmap. This chapter contains the following sections:

Initial Setup. Cisco APIC Documentation Roadmap. This chapter contains the following sections: This chapter contains the following sections: Cisco APIC Documentation Roadmap, page 1 Simplified Approach to Configuring in Cisco APIC, page 2 Changing the BIOS Default Password, page 2 About the APIC,

More information

Bitnami OSQA for Huawei Enterprise Cloud

Bitnami OSQA for Huawei Enterprise Cloud Bitnami OSQA for Huawei Enterprise Cloud Description OSQA is a question and answer system that helps manage and grow online communities similar to Stack Overflow. First steps with the Bitnami OSQA Stack

More information

Orgnazition of This Part

Orgnazition of This Part Orgnazition of This Part Table of Contents Tutorial: Organization of This Part...1 Lesson 1: Starting JReport Enterprise Server and Viewing Reports...3 Introduction...3 Installing JReport Enterprise Server...3

More information

Information Technology Services

Information Technology Services Information Technology Services Quick Start Guide for LimeSurvey Quick Start Guide Sections: Login... 2 Structure... 3 Create a New Survey... 3 Adding Other Users to Your Survey... 12 Question Groups...

More information

django-embed-video Documentation

django-embed-video Documentation django-embed-video Documentation Release 0.6.stable Juda Kaleta October 04, 2013 CONTENTS i ii Django app for easy embeding YouTube and Vimeo videos and music from SoundCloud. Repository is located on

More information

Microsoft IIS version 6 Integration

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

More information

boost Documentation Release 0.1 Carl Chenet

boost Documentation Release 0.1 Carl Chenet boost Documentation Release 0.1 Carl Chenet May 06, 2017 Contents 1 Guide 3 1.1 How to install Boost........................................... 3 1.2 Configure Boost.............................................

More information

memex-explorer Documentation

memex-explorer Documentation memex-explorer Documentation Release 0.4 Andy Terrel, Christine Doig, Ben Zaitlen, Karan Dodia, Brittain Har January 19, 2016 Contents 1 User s Guide to Memex Explorer 3 1.1 Application Structure...........................................

More information

Perceptive Content Licensing

Perceptive Content Licensing Perceptive Content Licensing Advanced Design and Setup Guide Perceptive Content, Version: 7.1.x Written by: Product Knowledge, R&D Date: August 2015 2015 Lexmark International Technology, S.A. All rights

More information

django-secure Documentation

django-secure Documentation django-secure Documentation Release 0.1.2 Carl Meyer and contributors January 23, 2016 Contents 1 Quickstart 3 1.1 Dependencies............................................... 3 1.2 Installation................................................

More information

Bishop Blanchet Intranet Documentation

Bishop Blanchet Intranet Documentation Bishop Blanchet Intranet Documentation Release 1.0 Luis Naranjo December 11, 2013 Contents 1 What is it? 1 2 LDAP Authentication 3 3 Types of users 5 3.1 Super user................................................

More information

Breeze at Penn State. About meeting roles and permissions

Breeze at Penn State. About meeting roles and permissions Breeze at Penn State About meeting roles and permissions There are three roles for meeting room attendees: the Host role, the Presenter role, and the Participant role. Each role has different rights in

More information

django-ratelimit-backend Documentation

django-ratelimit-backend Documentation django-ratelimit-backend Documentation Release 1.2 Bruno Renié Sep 13, 2017 Contents 1 Usage 3 1.1 Installation................................................ 3 1.2 Quickstart................................................

More information

ITCorporation HOW DO I INSTALL A FRESH INSTANCE OF ANALYZER? DESCRIPTION RESOLUTION. Knowledge Database KNOWLEDGE DATABASE

ITCorporation HOW DO I INSTALL A FRESH INSTANCE OF ANALYZER? DESCRIPTION RESOLUTION. Knowledge Database KNOWLEDGE DATABASE KNOWLEDGE DATABASE HOW DO I INSTALL A FRESH INSTANCE OF ANALYZER? 3. Click on GMS/Analyzer - Virtual Appliance or GMS/Analyzer - Virtual Appliance 950GB under GMS - Virtual Appliance. Note: It is not recommended

More information

Lucid Key Server. Help Documentation.

Lucid Key Server. Help Documentation. Lucid Key Server Help Documentation www.lucidcentral.org Help for the Lucid Key Server Welcome to the Lucid Key Server, one member of the Lucid family of products. For more information on other Lucid and

More information

Connection Broker Advanced Connections Management for Multi-Cloud Environments

Connection Broker Advanced Connections Management for Multi-Cloud Environments Connection Broker Advanced Connections Management for Multi-Cloud Environments Using Leostream with the VMware Horizon View Direct- Connection Plug-in Version 8.2 December 2017 Contacting Leostream Leostream

More information

European Commission FSF. - Financial Sanctions Files - Administrators' User Guide DIRECTORATE GENERAL DEVCO R4

European Commission FSF. - Financial Sanctions Files - Administrators' User Guide DIRECTORATE GENERAL DEVCO R4 European Commission DIRECTORATE GENERAL DEVCO R4 FSF - Financial Sanctions Files - Administrators' User Guide 1 Table of Contents 1 INTRODUCTION... 3 1.1 LOG IN... 3 1.2 USE QUICK PRESENTATION OF THE MENU

More information

Remote Support Web Rep Console

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

More information

Group Admin Guide. NetBrain Consultant Edition 6.2

Group Admin Guide. NetBrain Consultant Edition 6.2 NetBrain Consultant Edition 6.2 Group Admin Guide Version 6.2 Last Updated 2017-08-16 Copyright 2004-2017 NetBrain Technologies, Inc. All rights reserved. Contents 1. Overview... 3 2. Logging in to Admin

More information