Online CD Library (OCDL):

Size: px
Start display at page:

Download "Online CD Library (OCDL):"

Transcription

1 Online CD Library (OCDL): An Open Source Software Initiative for CD Content Management SOFTWARE MANUAL Prepared by Mr. M.Manivannan Information Analyst Central Library Indian Institute of Technology Kharagpur Kharagpur , West Bengal, India

2 Table of Contents I. Introduction... 1 II. About the Manual... 1 III. Installation Manual... 2 Hardware Requirements... 2 Software Requirements: (LAMP or WAMP)... 2 Installation on server... 2 IV. Administrator s Manual... 5 Add New CD... 6 CD Data Import... 7 CD Data Import Web Page... 8 CD Contents Upload... 9 Manage CD Data Dashboard CD Request Process System Options Reports V. User s Manual CD Library - Search CD Alphabetical List Registration Status VI. Limitations VII. Future Developments in the System VIII. Conclusion... 19

3 I. Introduction Online CD Library Management software is a free and open source automation software, and it is a web based application for management of contents (soft copy of various file types) of CDs and other mediums like floppy, DVD, pen drive, and SD card. This web application can use in any library. It is an auto process system. Therefore, Library users can browse and search the bibliographic information of CDs, other mediums, and the users can register their request for particular contents of the medium via online, then they will get a download link of the contents in the registered from the OCDL administrator. Library administrators can upload the contents of medium and its metadata into the system and maintain the system option settings (ex. , domain, the number of requests, auto process, etc.), metadata of mediums, metadata of users, etc. The administrator can approve/not approve the request registered by the user. The software is user-friendly, easy installation, easy maintenance and it can be used for any library. The system process is almost automatic, and it will generate and send automatically to the respective users. II. About the Manual This manual describes the functions for working with the Online CD Library. It is intended to help for administrators and users, to understand the OCDL web application and its functionality better and provide you with support. This manual includes three parts I. Installation Manual II. Administrator s Manual III. User s Manual The installation part provides the steps to install and initial configuration of the software. The administrator s manual provides the steps to maintain, configure, and update the software data. Also, The User s Manual provides the information necessary for the user to use and access the OCDL software. Central Library, IIT Kharagpur 1

4 III. Installation Manual Hardware Requirements Web server with standard configurations. Software Requirements: (LAMP or WAMP) For Server: Apache web server 2.4 ( MySQL Server 5.5+ ( PHP 5.4+ compiled with PDO-MySQL Support ( For Client: Recommend a current version of Firefox, Chrome, or Internet Explorer 8. Installation on server 1. Download the OCDL zip file and unzip it into a folder in your web server documents directory. /var/www/ - (web server directory of linux or unix os) C:\wamp\www\ - (web server directory of windows os) 2. Create a MySQL database/username/password. Example: Database name : cdlibrary (or as you like) Username : root (or assigned by your administrator) Password : as created 3. Rename the file sys.config.sample.php exist in the folder includes, i.e., includes/sys.config.sample.php to includes/sys.config.php and set your database information there. 4. The sys.config.php file may exist. Just you can change the database information like DB_NAME, DB_HOST, DB_USER, DB_PASSWORD. These are the following lines Note: Database name in the MySQL server and DB_NAME in the sys.config.php file should be same. 5. To able to connect with database, you must change the following constant values, DB_NAME : MySQL database name created by you DB_HOST : Web server host name or default host name (localhost) DB_USER : Username of the database access DB_PASSWORD : Password of the database access Central Library, IIT Kharagpur 2

5 After successful completion of the database connection settings, Open your web browser and go to For example, The web page looks like Central Library, IIT Kharagpur 3

6 6. The browser will show the following basic system options, fill and complete the form a. Library name : The library name will be displayed as the header of every web pages. b. Online CD Library (address): The system generates web URI address automatically. If you want to change the URI address, the system files should be copied in the proper destinations. c. Full name: Administrator s full name d. address: Administrator s address e. Login username: Enter your preferred username as you like. It will be used when you login as administrator. f. Password: Enter your preferred password. g. Confirm Password: Reenter the same password. 7. After complete, the form filling, click the Install button. 8. Wait for the installation confirms message. The confirm message should be Congratulations! Everything is up and running. 9. Congratulations! Online CD Library software is now installed on your server! 10. You may login with your new username and password. Central Library, IIT Kharagpur 4

7 IV. Administrator s Manual After successful completion of the software installation, you will get the web page like this Now, you have to upload the CDs metadata into the system. Follow the given below steps to upload the metadata. 1. Open your web browser and go to For example, The web page looks like Central Library, IIT Kharagpur 5

8 2. Enter your administrator user credentials in the appropriate boxes. You already have created username/password in the basic option settings when software installation. Then click Continue, you will get the following Dashboard web page. Initially, this page will be blank, and the message will be No CD request is newly registered. Add New CD To create metadata for a new CD, go to the menu CD Data Update Add New CD. You may get the web page like this Central Library, IIT Kharagpur 6

9 1. Enter the metadata of the CD in appropriate places provided on the web page. If the CD does not have a separate title, then the CD title and book title may be same. 2. Complete the data entry in the web page, then click Add CD, your new CD metadata will be added into the database. CD Data Import If you want to update bulk CD data, go to the menu CD Data Update CD Data Import. You may get the web page like this. The data import file may be an SQL query or XML. The SQL query should be maintained by the proper syntax of the SQL insert query and for the XML file too. Sample SQL File Central Library, IIT Kharagpur 7

10 Sample XML File CD Data Import Web Page Central Library, IIT Kharagpur 8

11 1. In Select Import File Type, there are two options, one is SQL file type and another one is XML. You can choose either one from the option. 2. Choose XML file type from the option, then click Choose file button to select XML data file. 3. After selected the XML file, click the button Import File. 4. If the XML data updated successfully, then you will get the message CD data XML file is updated successfully. CD Contents Upload The CD content upload is a manual process with use of operating system. The CD content upload locations are two; one is CD contents as it is uploading into a folder name of the exact accession number and the another one is condensed (zip, tar, or rar types) format of the contents in a file name of the exact accession number. This contents upload is optional. If Auto Process setting (see. System Options) is true, and then the system should have preloaded CD contents for sending the download link to CD contents to registered users. 1. Upload with Folder Name: CD contents as it is uploading into a folder name of the exact accession number. Example: If accession number of CD is A folder should be in the name of under the folder /var/www/cdlibrary/cdcontents/contents/ C:\wamp\www\cdlibrary\cdcontents\contents\ - (If linux or unix os) - (If windows os) Note: If the above folder is not available, the folders must be created in the appropriate names and places. 2. Upload with Condensed Content: The uploading CD content is condensed format in a file name of the exact accession number. The file extension of the file may be zip, rar, or tar and name of the file should be matched with the accession number. Example: If accession number of CD is The file may be in the name of zip, rar, or tar under the folder /var/www/cdlibrary/cdcontents/zip/ C:\wamp\www\cdlibrary\cdcontents\zip\ - (If linux or unix os) - (If windows os) Central Library, IIT Kharagpur 9

12 Note: If the above folder is not available, the folders must be created in the appropriate names and places. Manage CD Data The Manage CD Data is an interface with CD metadata, here the metadata can be edited/modified or can be deleted the unwanted metadata. 1. Initially, the CD Management page is listing all uploaded metadata of CDs by accession number, category, title/author, volume part, and call number. 2. CDs metadata can search by accession number, title, author, and call number. It is indexed for a full-text search, so you have to input minimum four letters, and it will be a complete word. 3. In the list, the last two columns are metadata for editing/modifying and for deleting the complete metadata. 4. Click the Delete button, the complete metadata of the CD will be deleted. If the deleting CD has any transaction, then it will not delete. 5. Click the Edit button; you will be moved to Edit CD page with an auto-filling form. Here you can change any values/text, then click Save CD button. If the metadata is updated successfully, you will get the message CD data updated successfully. From here you can move either to Dashboard or Manage CD pages. Note: Initially maximum ten CDs will be listed on the page, but you can change the number like 25, 50, 100, and 200 per page then click Refresh button, then the page listing the selected number of cds per page. This number selection option is available at top right side of the page. Central Library, IIT Kharagpur 10

13 Dashboard The system Dashboard is an interface with users request registration and its process updating, administration of the request registration. The Dashboard web page is like this 1. Initially, the web page list the all not processed or not downloaded CD request by registered users. The list is sorted by date in ascending order and not processed/not downloaded will be in first. 2. If you want to list all transaction, it is possible only for a particular user. 3. Enter the user s registered id in the search input box of this web page, then click Search all transactions and requests will be listed for the particular user. 4. Click the Process button against the each CD request; the page will move to CD Request Process page to approve and upload the contents of the particular request. CD Request Process In this web page, the administrator can upload the requested CD contents and reply to the request with a transaction process like content upload, status update, approved, or not approved the request. The CD Request Process web page looks like this Central Library, IIT Kharagpur 11

14 1. The web page is showing details of the requested CDs, details of the registered user s, and the details of the transaction processes if already updated. 2. Update Options consist the approved/not approved, status, contents upload, sending, and remarks, if any. 3. The logged in administrator can approve/not approve the CD request for any reason. The reasons may be the following 1. CD contents may not be available, 2. The registered user may not be authenticated, 3. the requested CD contents may be a large size, and 4. other valid reasons. 4. The Request Status updating in the Update Options may select from the options list or manually type in the status input box. 5. Click the Contents Upload, if the condensed format (zip, rar, or tar) of the content file is available in the name of accession number in the folder /cdcontents/zip/, then automatically the system will create a download link. Else if the content files are available in a folder name of accession number in the folder /cdcontents/contents/, then automatically the system will generate a zip file with the name of accession number and will create a download link. 6. Otherwise, you will be moved to CD Contents Upload page to upload condensed format (zip, rar, or tar) of the contents from your local computer or else. Then click Upload File, the condensed file will be moved into the folder /cdcontents/zip/ and create a download link. 7. If Update with send option is checked, an with download link will be sent to the user and the transaction process will be updated. 8. Any remarks about this request or update process can be entered in the Remarks input box. Central Library, IIT Kharagpur 12

15 9. Click the Update Process, this transaction process will be updated in the database then you will be returned to Dashboard. Note: In this web page, right side panel showing User Details and CD Details. If there are any changes in user details, click the Edit User button and click Edit CD button to change the CD details. System Options Go to Options menu, then click on the System Options, you will get the given below web page. It is an auto-filling option form when the system installation the values/texts were already updated. In this system options, there are three tab options, and they are 1. General Options 2. Notifications 3. Header/Footer General Options a. Site name: can be changed. b. System URI: These options are to be changed only if you are moving the system to another place. Changes here can cause OCDL to stop working. c. Maximum number of CD requests: can define the maximum number of CD request per user per registration. You can increase or decrease this option. By default, this option is three. d. Auto Process on Requests: If this option is checked and contents of CD are available, then automatically send an with a download link on the CD request by the user. Central Library, IIT Kharagpur 13

16 e. User s Id Domain Names: can enter the user s id domain names. This will restrict CD request registration from other id domain. You can enter different id domain names, and it is to be separated by a comma. Notifications A. From Information a. Name: It may be an administrator name or system name. b. Address: A valid id and the will be sent from this id. c. Copy To: One copy of the will be sent to these ids. You can enter multiple ids, and it is to be separated by a comma. B. Mailer Here you can select which mail system will be used when sending the notifications. If you have a valid account, SMTP is the recommended option. The mailer options are two, and they are SMTP and Gmail. SMTP & Gmail Shared Options: You need to include your username (usually your address) and password if you have selected either SMTP or Gmail as your mailer. SMTP Options: If you selected SMTP as your mailer, please complete these options. a. Host (Example: IP address or Host Uri) b. Post (Basic: 25) c. Authentication (Default: none) Header/Footer Here you set up the header and footer of every to users or use the default one available in the system. Here you can use HTML tags here. Also, do not forget to include and close accordingly the basic structural HTML tags. Reports The system will generate two types of reports 1. Detailed Report 2. Summary Report Detailed Report Initially, this report is showing the transaction details between two dates, starting date of the current month and till date. If you want to list the transaction details of different dates, change from date and to date in the date selection. Also, you can change the transaction types from the option, and then click the Go button; you will get the selected report. The detailed report will be like this Central Library, IIT Kharagpur 14

17 Summary Report Initially, this report is showing the transaction details between the dates starting date of the current month and till date with number of requested, processed, sent, and downloaded. The report is initially listing requested details. If you want to list the transaction details of different dates, change from date and to date in the date selection. Also, click on the numbers, which are web page link; you will get the selected report. The summary report will be like this Central Library, IIT Kharagpur 15

18 V. User s Manual CD Library - Search It is the home page of the system, and it is the default index page. The CD Library - Search page of the system is 1. Initially, the Home page is listing all CDs by accession number, category, title/author, volume part, and call number. 2. CD details can be searched by accession number, title, author, and call number. It is indexed for a full-text search of only title, accession number, author, and call number, so you have to input minimum four letters and it should be a complete word of the search text, then click Search button. Note: Initially maximum ten CDs will be listed on the page, but you can change the number like 25, 50, 100, and 200 per page then click Refresh button, then the page listing the selected number of CDs per page. This number selection option is available at the top right side of the page. Steps to follow to register for CD Contents 1. Put a tick mark (to be marked in check box) in the corresponding titles from the CD list, and then click the Send Request button. Now, you will be moved to User Registration page. Note: Maximum five titles can select to register for its contents. You can decrease or increase the number of titles in the System Options settings. Central Library, IIT Kharagpur 16

19 User Registration 1. In this web page, the first list is the CD details and the second part is user details for registration. The document request sending page looks like this 2. Personal Details: like roll number/code, name, id and these are mandatory to the input; remaining personal details inputs are essential for further communication. 3. After completing the registration filling form, and then click the Submit button. You will get the confirmation message like Your request(s) has/have been registered successfully. Now your registration of CD content request process is completed. Note: No need to re-enter the personal details of users. If, they have already registered. Enter the id and then click Click Here button in the personal details area. The form automatically will get the information from last registration of the id. CD Alphabetical List It is the home page of the system, and it is the default index page. The CD Library - Search page of the system is Central Library, IIT Kharagpur 17

20 1. Initially, the CD Alphabetical List page is listing all CDs starting with alphabet A by accession number, category, title/author, volume part, and call number. 2. Click on any alphabet in the list; you will get a list of CD details starting with the selected alphabet. 3. And also, CD details can be searched by accession number, title, author, and call number. It is indexed for a full-text search of title, accession number, author, and call number, so you have to input minimum four letters and it should be a complete word of the search text, then click Search button. 4. You have to follow the steps of Steps to follow to register for CD Contents to register for CD contents. Registration Status In this page, the registered users they can check their registration status of requested documents. To get the page, go to menu Registration Status. The Registration Status page is like this Central Library, IIT Kharagpur 18

21 1. Enter the user id in the search input box; click the Search button, the page will be listing all the registration details and its status of the registered id. VI. Limitations The registration of the CD content is open to all. However, the administrator can restrict the registration from user s id domain names. The system cannot send requested CD content files through . Only it can send a download link of CD content files. Users can download the CD content files only from his/her with the download link. configurations setup only on SMTP and Gmail. Reports are only on screen as web pages. VII. Future Developments in the System Possibilities of developments in the software in future configuration setup in PHPMailer, yahoo.com, and any other mailing system. The system will provide facility to list the CD content files in the Registration Status page. Web Services or RSS Feed. The users can get the new arrivals of CDs. User login-based authentication. Therefore, users must have registered to access the web pages or the system. It will be enabled download the CD contents direct from the system. Access through Mobile. The system will be multilingual access. VIII. Conclusion Through the manual, believed that the software users would be able to use this web application software in his/her library/institute, which is enabling the software users as an information service provider through web and internet and which will enable them to minimize the user and administrator time; and to maximize the information service providing. Central Library, IIT Kharagpur 19

Online Document Delivery Service (ODDS):

Online Document Delivery Service (ODDS): Online Document Delivery Service (ODDS): An Open Source Software Initiative for DDS Management SOFTWARE MANUAL Prepared by Dr. B.Sutradhar, Librarian & Mr. M.Manivannan, Information Analyst Central Library

More information

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

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. WordPress About the Tutorial WordPress is an open source Content Management System (CMS), which allows the users to build dynamic websites and blog. WordPress is the most popular blogging system on the web and allows

More information

Early Data Analyzer Web User Guide

Early Data Analyzer Web User Guide Early Data Analyzer Web User Guide Early Data Analyzer, Version 1.4 About Early Data Analyzer Web Getting Started Installing Early Data Analyzer Web Opening a Case About the Case Dashboard Filtering Tagging

More information

ishipdocs User Guide

ishipdocs User Guide ishipdocs User Guide 11/8/2016 Disclaimer This guide has been validated and reviewed for accuracy. The instructions and descriptions it contains are accurate for ishipdocs. However, succeeding versions

More information

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

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Joomla About the Tutorial Joomla is an open source Content Management System (CMS), which is used to build websites and online applications. It is free and extendable which is separated into frontend templates

More information

Wholesale Lockbox User Guide

Wholesale Lockbox User Guide Wholesale Lockbox User Guide August 2017 Copyright 2017 City National Bank City National Bank Member FDIC For Client Use Only Table of Contents Introduction... 3 Getting Started... 4 System Requirements...

More information

if (WP_DEBUG) E_ALL 'on'; }

if (WP_DEBUG) E_ALL 'on'; } BAVC WordPress Resources http://codex.wordpress.org/ Lab Resources MAMP Git Aptana Studio 3 Firefox with Firebug Outline I. WordPress installation (Installing_WordPress) A. Requirements 1. PHP >= version

More information

SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector

SIMICART USER GUIDE SERIES. SimiCart Install SimiConnector SIMICART USER GUIDE SERIES Install SimiConnector TABLE OF CONTENTS I. INSTALL SIMICONNECTOR 3 II. CHECK CONNECTOR AFTER INSTALL 12 I. INSTALL SIMICONNECTOR 1) Download SimiConnector: https://github.com/simicart/simicart-magento2.x

More information

USER GUIDE. EBMS SECURE MailGate

USER GUIDE. EBMS SECURE  MailGate USER GUIDE EBMS SECURE EMAIL MailGate USER REGISTRATION When a secure email is sent to a new user, Secure Mailbox generates a notification and sends it to their email account. The notification contains

More information

Automated Installation Guide for CentOS (PHP 7.x)

Automated Installation Guide for CentOS (PHP 7.x) Automated Installation Guide for CentOS (PHP 7.x) *Note: This script will not work on shared hosting, only works on CentOS dedicated server only. Prerequisites: Hardware: RAM: minimum 2 GB Processor: Core2duo

More information

Introduction to the Learning Environment 8.3 to 8.4.x

Introduction to the Learning Environment 8.3 to 8.4.x Introduction to the Learning Environment 8.3 to 8.4.x User Guide Second edition, November 30, 2009 Contents My Home Accessing your courses Searching for courses Navigating inside a course Lists Actions

More information

Setting up the Master Computer

Setting up the Master Computer Setting up the Master Computer for gofish the O FISH-AL Sales Program Be forwarned, non-technical translation for what is to come: blah, blah, doze off and blah-blah. Last updated March 12, 2016 I appologize

More information

End User Manual. December 2014 V1.0

End User Manual. December 2014 V1.0 End User Manual December 2014 V1.0 Contents Getting Started... 4 How to Log into the Web Portal... 5 How to Manage Account Settings... 6 The Web Portal... 8 How to Upload Files in the Web Portal... 9 How

More information

SharePoint General Instructions

SharePoint General Instructions SharePoint General Instructions Table of Content What is GC Drive?... 2 Access GC Drive... 2 Navigate GC Drive... 2 View and Edit My Profile... 3 OneDrive for Business... 3 What is OneDrive for Business...

More information

SAFARI DOWNLOAD INSTRUCTIONS

SAFARI DOWNLOAD INSTRUCTIONS SAFARI ODBC OVERVIEW Safari ODBC provides end-user data management and reporting capabilities by allowing access to your district s data via Excel. The product was purchased by the Ohio Department of Education

More information

Quick Start Guide #1 Getting Started & Basic Setup WishList Products

Quick Start Guide #1 Getting Started & Basic Setup WishList Products 1 Table of Contents A. Pre-Setup... 4 1) Secure a domain name:...4 2) Secure a hosting account:...4 3) Setup DNS accordingly:...4 B. Installation... 4 1) Download/Install WordPress to recently secured

More information

Version USER GUIDE

Version USER GUIDE Magento Extension RSS feed Version 1.0.0 USER GUIDE Last update: Aug 15 th, 2013 DragonFroot.com RSS feed v1-0 Content 1. Introduction 2. Installation 3. Configuration 4. Troubleshooting 5. Contact us

More information

1) TABLE OF CONTENTS 2) WELCOME. Version 3.4. You can obtain support from our web site:

1) TABLE OF CONTENTS 2) WELCOME. Version 3.4. You can obtain support from our web site: Copyright 2009 Digiweb Ltd. Version 3.4 You can obtain support from our web site: http://www.digiappz.com http://www.digiappz.com/contact.asp 1) TABLE OF CONTENTS 1) Table of Contents 2) Welcome 3) Features

More information

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY

Instruction Guide! VERITEXT VAULT - ONLINE DEPOSITORY Veritext Vault Instruction Guide 1 Logging In 1. Visit www.veritext.com/vault 2. Click Vault Login 3. Enter your user name and password. (Ensure you have @veritext at the end of your user name.) Be sure

More information

Table of Contents. Navigate the Management Menu. 911 Management Page

Table of Contents. Navigate the Management Menu. 911 Management Page ucontrol Managing 911 Information Important note regarding 911 service: VoIP 911 service has certain limitations relative to Enhanced 911 service that is available on most traditional telephone service.

More information

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

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

More information

Grapevine web hosting user manual. 12 August 2005

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

More information

Vendor Portal Frequently Asked Questions

Vendor Portal Frequently Asked Questions Vendor Portal Frequently Asked Questions What website should I use for the Finance and Data Management Portals?... 2 What is the DPI Vendor Shipment Portal?... 2 Who should I contact for questions about

More information

NIELSEN API PORTAL USER REGISTRATION GUIDE

NIELSEN API PORTAL USER REGISTRATION GUIDE NIELSEN API PORTAL USER REGISTRATION GUIDE 1 INTRODUCTION In order to access the Nielsen API Portal services, there are three steps that need to be followed sequentially by the user: 1. User Registration

More information

DSS User Guide. End User Guide. - i -

DSS User Guide. End User Guide. - i - DSS User Guide End User Guide - i - DSS User Guide Table of Contents End User Guide... 1 Table of Contents... 2 Part 1: Getting Started... 1 How to Log in to the Web Portal... 1 How to Manage Account Settings...

More information

Illustrated Steps to create greggroeten.net with AWS

Illustrated Steps to create greggroeten.net with AWS Illustrated Steps to create greggroeten.net with AWS Screenshots of each step Table of Contents 1. CREATE VPC 10.10.0/16.... 3 2. CREATE 1 PUBLIC SUBNET IN DEFAULT AZ, EX BELOW... 4 3. CREATE IGW, ATTACH

More information

Medversant Client Portal User Guide

Medversant Client Portal User Guide Medversant Client Portal User Guide THE ONLINE, CENTRALIZED PORTAL CREATED EXCLUSIVELY FOR MEDVERSANT S CLIENTS TO STREAMLINE DATA ACCESS AND INCREASE PROCESS TRANSPARENCY. Version 2.0 System Requirements

More information

Ricoh Managed File Transfer (MFT) User Guide

Ricoh Managed File Transfer (MFT) User Guide Ricoh Managed File Transfer (MFT) User Guide -- TABLE OF CONTENTS 1 ACCESSING THE SITE... 3 1.1. WHAT IS RICOH MFT... 3 1.2. SUPPORTED BROWSERS... 3 1.3. LOG IN... 3 1.4. NAVIGATION... 4 1.5. FORGOTTEN

More information

eportfolio Support Guide

eportfolio Support Guide eportfolio Support Guide D2L Services West Chester University of Pennsylvania www.wcupa.edu/d2l 610-436-3350, option 2 Anderson Hall, room 20 d2l@wcupa.edu v10.3 September 2014 1 CONTENTS EPortfolio Basics

More information

User Manual Al Manhal. All rights reserved v 3.0

User Manual Al Manhal. All rights reserved v 3.0 User Manual 1 2010-2016 Al Manhal. All rights reserved v 3.0 Table of Contents Conduct a Search... 3 1. USING SIMPLE SEARCH... 3 2. USING ADVANCED SEARCH... 4 Search Results List... 5 Browse... 7 1. BROWSE

More information

LEGAL METROLOGY ORGANISATION

LEGAL METROLOGY ORGANISATION GOVERNMENT OF MAHARASTHRA LEGAL METROLOGY ORGANISATION USER MANUAL - LICENSE RENEWAL The On-line module of Vaidhmapan Application will help the user 1. To obtain his/her New Manufacturer / Dealer / Repairer

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

Mobile Forms Integrator

Mobile Forms Integrator Mobile Forms Integrator Introduction Mobile Forms Integrator allows you to connect the ProntoForms service (www.prontoforms.com) with your accounting or management software. If your system can import a

More information

Perceptive Data Transfer

Perceptive Data Transfer Perceptive Data Transfer User Guide Version: 6.5.x Written by: Product Knowledge, R&D Date: September 2016 2015 Lexmark International Technology, S.A. All rights reserved. Lexmark is a trademark of Lexmark

More information

PS IMAGO Portal 4.0 /// installation instructions

PS IMAGO Portal 4.0 /// installation instructions PS IMAGO Portal 4.0 /// installation instructions Installing PS IMAGO Portal on Windows PS IMAGO Portal was designed to maximally simplify the installation process, transferring the system to other platforms

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.happyfox.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your rights

More information

Modern Requirements4TFS 2018 Update 1 Release Notes

Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements4TFS 2018 Update 1 Release Notes Modern Requirements 6/22/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 3 GENERAL... 4 1. FEATURES...

More information

Blog site (cont.) theme, 202 view creations, 205 Browser tools, 196 Buytaert, Dries, 185

Blog site (cont.) theme, 202 view creations, 205 Browser tools, 196 Buytaert, Dries, 185 Index A Administration, 157 backups and restore (see Backups and restore website) file system, 161 log files, 162 tasks, 157 updates and security patches, 165 user accounts, 166 Aggregator module, 218

More information

Webomania Solutions Pvt. Ltd. 2017

Webomania Solutions Pvt. Ltd. 2017 OpenDocMan Webomania Solutions Pvt. Ltd. 2017 OpenDocMan stands for Open Source Document Management System(DMS). OpenDocMan is totally free, web-based programming written in PHPdesigned to comply with

More information

AFN Event Tracker User Guide!

AFN Event Tracker User Guide! AFN Event Tracker User Guide! July 2014 1 Getting Started on the Network! Before You Start...2 System Requirements...2 About This Guide.. 2 What is Event Tracker?.....2 Signing on to the Network....2 Signing

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

Title: Tech Training Certificate: Ace of Initiative Program. Presented By Rajmahendran P Business analyst & IT Manger

Title: Tech Training Certificate: Ace of Initiative Program. Presented By Rajmahendran P Business analyst & IT Manger Title: Tech Training Certificate: Ace of Initiative Program Presented By Rajmahendran P Business analyst & IT Manger Why PHP important? Within 4 to 6 year Every Business will have Website Every Shop Will

More information

Hello everyone! Page 1. Your folder should look like this. To start with Run your XAMPP app and start your Apache and MySQL.

Hello everyone! Page 1. Your folder should look like this. To start with Run your XAMPP app and start your Apache and MySQL. Hello everyone! Welcome to our PHP + MySQL (Easy to learn) E.T.L. free online course Hope you have installed your XAMPP? And you have created your forms inside the studio file in the htdocs folder using

More information

SJ Provider Directory Contents

SJ Provider Directory Contents SJ Provider Directory Contents SJ Provider Directory... 1 Accessing the Directory... 2 Apple Devices... 2 Android Devices... 2 Other Devices or Desktop Computers... 2 Browsers... 2 Requesting a New Account...

More information

Joomla 3.X Global Settings Part III Server Settings

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

More information

E-Requisition Order (E-RO PDP) v1.0

E-Requisition Order (E-RO PDP) v1.0 E-Requisition Order (E-RO PDP) v1.0 User Manual Rev. A Information Technology Department Revision Sheet Release Date Author Revision Description No. Rev. A 22/11/2013 Chuah Chong Hee Creation of E Requisition

More information

Scoreboard 2.16 Installation Guide. For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit

Scoreboard 2.16 Installation Guide. For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit Scoreboard 2.16 Installation Guide For Apache Tomcat 8.0 On Windows 2003 (or later) Server, 64-bit Updated November 10, 2016 1 Scoreboard and Connect By Spider Strategies Minimum Server Requirements The

More information

1. INTRODUCTION to Object Storage

1. INTRODUCTION to Object Storage 1. INTRODUCTION to Object Storage Welcome to AURO Enterprise Cloud! This document will be help you get started using our Object Storage service. Object Storage is a storage system where objects are stored

More information

User Roles & Adding Domains & Users

User Roles & Adding Domains & Users User Roles & Adding Domains & Users To Add a User to Match My Email: 1 Cloud Admin adds an email domain to which the User will be added, unless it already exists. By domain, we mean the email domain for

More information

Work instructions for US-FDA ANDA Submissions Work Instructions for ectd US-FDA ANDA Submissions

Work instructions for US-FDA ANDA Submissions Work Instructions for ectd US-FDA ANDA Submissions Work Instructions for ectd US-FDA ANDA Submissions 1. Logon to the PharmaReady ectd System Work instructions for US-FDA ANDA Submissions PharmaReady is a Web-based application. The logon screen and all

More information

Table Of Contents. iii

Table Of Contents. iii Table Of Contents Welcome... 1 Using the Content Repository... 3 Content Repository Overview... 3 Description... 3 Repository File Types... 4 Working with the Repository... 6 Content Repository Interface...

More information

RunClick Webinar and Video Conferencing Software. User Manual

RunClick Webinar and Video Conferencing Software. User Manual RunClick Webinar and Video Conferencing Software User Manual Visit RunClick.com for more details 1 Page Table of Contents Installation and Activation of RunClick Part 1: WordPress Fresh Installation Process

More information

WWPass External Authentication Solution for IBM Security Access Manager 8.0

WWPass External Authentication Solution for IBM Security Access Manager 8.0 WWPass External Authentication Solution for IBM Security Access Manager 8.0 Setup guide Enhance your IBM Security Access Manager for Web with the WWPass hardware authentication IBM Security Access Manager

More information

Uploading a Submission

Uploading a Submission CESP provides 4 ways to upload via 3 Web Transfer Clients or via a local sftp client. WEB Transfer Clients 1. Integraged Upload (HTML5): Select Integrated Upload for Auto Login to HTML5 Client. (Modern

More information

System Administrator Training Guide

System Administrator Training Guide COMMUNICATE System Administrator Training Guide West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 888-527-5225 www.schoolmessenger.com Table of Contents BEFORE YOU BEGIN... 3 OVERVIEW...

More information

Release Notes: J-Web Application Package Release 15.1A1 for Juniper Networks EX Series Ethernet Switches

Release Notes: J-Web Application Package Release 15.1A1 for Juniper Networks EX Series Ethernet Switches Release Notes: J-Web Application Package Release 15.1A1 for Juniper Networks EX Series Ethernet Switches Release 15.1A1 4 June 2015 Revision 1 Contents Release Notes: J-Web Application Package Release

More information

Acceptance Test Plan and Cases (ATPC)

Acceptance Test Plan and Cases (ATPC) Acceptance Test Plan and Cases (ATPC) LEMA Pilot School Integrated Scheduling Team Number 12 Name Primary Role Secondary Role David Wiggins Project Manager Developer Aakash Shah Prototyper Developer Kushalpreet

More information

SAP GUI 7.30 for Windows Computer

SAP GUI 7.30 for Windows Computer SAP GUI 7.30 for Windows Computer Student and Faculty Installation Instructions Table of Contents Caution:... 2 System Requirements:... 2 System Memory (RAM) requirements:... 2 Disk Space requirements:...

More information

MediaWiki Tutorial. Step 1:Install MediaWiki. Download files

MediaWiki Tutorial. Step 1:Install MediaWiki. Download files MediaWiki Tutorial Step 1:Install MediaWiki Download files MediaWiki requires that a web server and a MySQL DBMS and PHP scripted are installed prior to use. It is recommended for first time users to install

More information

NADA 3.0. N o v e m b e r

NADA 3.0. N o v e m b e r NADA 3.0 N o v e m b e r 2 0 1 0 Table of Contents NADA 3.0 Documentation... 6 Introduction... 7 Installation... 8 Hardware requirements... 8 Software requirements... 8 Web server, PHP and MySQL installation...

More information

JSN Dona Portfolio User's Guide

JSN Dona Portfolio User's Guide JSN Dona Portfolio User's Guide Getting Started Template Package Installation 1. Download the template installation package Log in JoomlaShine Customer Area to download the template package that you have

More information

Comodo Comodo Dome Antispam MSP Software Version 2.12

Comodo Comodo Dome Antispam MSP Software Version 2.12 Comodo Comodo Dome Antispam MSP Software Version 2.12 User Guide Guide Version 2.12.111517 Comodo Security Solutions 1255 Broad Street Clifton, NJ, 07013 Table of Contents 1 Introduction to Comodo Dome

More information

ISS INDIA Active Directory Self Password Management Solution ISS Facility Services India PVT.LTD.

ISS INDIA Active Directory Self Password Management Solution ISS Facility Services India PVT.LTD. ISS INDIA Active Directory Self Password Management Solution ISS Facility Services India PVT.LTD. Page 1 of 14 Contents 1. OVERVIEW... 3 2. USER REGISTRATION PROCESS... 3 STEP 1: USER LOGIN... 3 STEP 2:

More information

Administrator Manual. Last Updated: 15 March 2012 Manual Version:

Administrator Manual. Last Updated: 15 March 2012 Manual Version: Administrator Manual Last Updated: 15 March 2012 Manual Version: 1.6 http://www.helpdeskpilot.com Copyright Information Under the copyright laws, this manual may not be copied, in whole or in part. Your

More information

Comodo Antispam Gateway Software Version 2.12

Comodo Antispam Gateway Software Version 2.12 Comodo Antispam Gateway Software Version 2.12 User Guide Guide Version 2.12.112017 Comodo Security Solutions 1255 Broad Street Clifton, NJ, 07013 Table of Contents 1 Introduction to Comodo Antispam Gateway...3

More information

Install latest version of Roundcube (Webmail) on CentOS 7

Install latest version of Roundcube (Webmail) on CentOS 7 Install latest version of Roundcube (Webmail) on CentOS 7 by Pradeep Kumar Published December 14, 2015 Updated August 3, 2017 Roundcube is a web browser based mail client & also known as webmail. It provides

More information

FB Image Contest. Users Manual

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

More information

Appendix REPOX User Manual

Appendix REPOX User Manual D5.3.1 Europeana OAI-PMH Infrastructure Documentation and final prototype co-funded by the European Union The project is co-funded by the European Union, through the econtentplus programme http://ec.europa.eu/econtentplus

More information

SpaceShuttle User guide v3

SpaceShuttle User guide v3 SpaceShuttle User guide v3 1.Get Started with SpaceShuttle p2 1.1 For Windows p2 How to download and install Aspera Connect p2 1.2 For Mac p4 How to download and install Aspera Connect p4 2. Accessing

More information

MYOB Advanced Business

MYOB Advanced Business MYOB Advanced Business On-Premise Installation Last Updated: 24 November 2014 Contents Introduction 1 Pre-Requisites 1 Web Browsers... 1 Server Hardware and Software... 1 Database Hardware and Software...

More information

QUICK START GUIDE. Quick Start Guide. This will assist you to setup and distribute content to a StratosMedia Player device in 4 easy steps.

QUICK START GUIDE. Quick Start Guide. This will assist you to setup and distribute content to a StratosMedia Player device in 4 easy steps. Quick Start Guide This will assist you to setup and distribute content to a StratosMedia Player device in 4 easy steps. NOTE: All devices need active internet connectivity. Google Chrome is a browser that

More information

System Administrator Training Guide

System Administrator Training Guide COMMUNICATE System Administrator Training Guide SchoolMessenger 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 888-527-5225 www.schoolmessenger.com Contents Contents... 2 Before You Begin... 4

More information

Download and Installation Instructions: After WAMP Server download start the installation:

Download and Installation Instructions: After WAMP Server download start the installation: SET UP Instruction to Set Up a WAMP SERVER with MySQL and to Create a Database in My SQL and Connect from your PHP Script Download WAMP Server V 3.0 or higher from: https://sourceforge.net/projects/wampserver/

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

Modern Requirements4TFS 2018 Update 3 Release Notes

Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements4TFS 2018 Update 3 Release Notes Modern Requirements 12/14/2018 Table of Contents 1. INTRODUCTION... 3 2. SYSTEM REQUIREMENTS... 3 3. APPLICATION SETUP... 4 GENERAL... 5 1. FEATURES...

More information

Habanero BMC Configuration Guide

Habanero BMC Configuration Guide Habanero BMC Configuration Guide Version 1.0 Copyright Copyright 2015 MiTAC International Corporation. All rights reserved. No part of this manual may be reproduced or translated without prior written

More information

Fulfillment User Guide FULFILLMENT

Fulfillment User Guide FULFILLMENT Fulfillment User Guide FULFILLMENT TABLE OF CONTENTS I. System Requirements II. Logging In III. Launchpad a. Home b. Profile c. Settings IV. Dashboard Tab a. Actionable Insights b. Open Orders V. Transactions

More information

Web logs (blogs. blogs) Feed support BLOGS) WEB LOGS (BLOGS

Web logs (blogs. blogs) Feed support BLOGS) WEB LOGS (BLOGS Web logs (blogs blogs) You can create your own personal Web logs (blogs) using IBM Lotus Notes. Using the blog template (dominoblog.ntf), you create a blog application, such as myblog.nsf, which you can

More information

A Step-By-Step Guide for Submitting and Accessing Manuscripts Via ejmanager

A Step-By-Step Guide for Submitting and Accessing Manuscripts Via ejmanager 1 A Step-By-Step Guide for Submitting and Accessing Manuscripts Via ejmanager 2 Contents of the Guide 1. Accessing the ejmanager... 3 2. Registering for a new account... 4 3. Submitting a manuscript to

More information

Connecture Platform Manager

Connecture Platform Manager Connecture Platform Manager 1 P a g e Table of Contents Connecture Platform Manager... 1 Introduction to the Connecture Platform Manager... 3 Getting Started... 3 Login... 3 Dashboard... 3 Connecture Application

More information

EasyMAM V USER MANUAL. Ver.1.0 MAY Easy MAM

EasyMAM V USER MANUAL. Ver.1.0 MAY Easy MAM USER MANUAL Ver.1.0 MAY 2016 Easy MAM 1 USER MANUAL EasyMAM V.1.0 Mayıs 2016 İçindekiler 1.SETTINGS MENU... 4 1.1 SETTINGS WINDOW... 4 1.1.1 Database Settings... 4 1.1.2 Filter Settings... 5 2.HELP MENU...

More information

System Administrator Training Guide

System Administrator Training Guide COMMUNICATE System Administrator Training Guide West Corporation 100 Enterprise Way, Suite A-300 Scotts Valley, CA 95066 800-920-3897 www.schoolmessenger.com Contents BEFORE YOU BEGIN... 3 OVERVIEW...

More information

E-FILLING OF ENTRY TAX RETURN FOR VAT OR ST

E-FILLING OF ENTRY TAX RETURN FOR VAT OR ST E-FILLING OF ENTRY TAX RETURN FOR VAT OR ST USER MANUAL National Informatics Centre, WBSC Page 1 ONLINE FILLING OF ENTRY TAX RETURN: Thanks for accessing the website of the Directorate of Commercial Taxes,

More information

Building Block Installation - Admins

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

More information

User Manual. DTCM Classification System Partner Interface. Version 1.2

User Manual. DTCM Classification System Partner Interface. Version 1.2 User Manual DTCM Classification System Partner Interface Version 1.2 Table of Contents 1. General Information... 1 1.1 Overview... 1 1.2 Purpose... 1 2. Accessing DTCM Partner Interface Module... 2 2.1

More information

Cascade V8.4 Website Content Management for the Site Manager UMSL

Cascade V8.4 Website Content Management for the Site Manager UMSL Cascade V8.4 Website Content Management for the Site Manager UMSL Contents Purpose & How to Use This Guide... 5 Getting Started and Logging In... 5 Login... 5 Dashboard... 5 Notifications... 5 Setting

More information

Secure Transfer Site (STS) User Manual

Secure Transfer Site (STS) User Manual Secure Transfer Site (STS) User Manual (Revised 3/1/12) Table of Contents Basic System Display Information... 3 Command Buttons with Text... 3 Data Entry Boxes Required / Enabled... 3 Connecting to the

More information

CDP Data Center Console User Guide CDP Data Center Console User Guide Version

CDP Data Center Console User Guide CDP Data Center Console User Guide Version CDP Data Center Console User Guide CDP Data Center Console User Guide Version 3.18.2 1 README FIRST Welcome to the R1Soft CDP Data Center Console User Guide The purpose of this manual is to provide you

More information

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

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

More information

Custom Registration Field For Magento2

Custom Registration Field For Magento2 Custom Registration Field For Magento2 webkul.com/blog/custom-registration-field-for-magento2/ On - February 4, 2016 Custom Registration Field for Magento2 will allow the admin to create custom fields

More information

Batch Scheduler. Version: 16.0

Batch Scheduler. Version: 16.0 Batch Scheduler Version: 16.0 Copyright 2018 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from, through

More information

Trustedchoice.com Agency Profile User Manual

Trustedchoice.com Agency Profile User Manual Trustedchoice.com Agency Profile User Manual User Manual Page 1 1. Getting started 1.1 Accessing the website Step Action 1 Open the internet browser on your computer. 2 Type http://www.projectcapmarketing.com

More information

Release Notes: J-Web Application Package Release 15.1A4 for Juniper Networks EX Series Ethernet Switches

Release Notes: J-Web Application Package Release 15.1A4 for Juniper Networks EX Series Ethernet Switches Release Notes: J-Web Application Package Release 15.1A4 for Juniper Networks EX Series Ethernet Switches Release 15.1A4 July 2018 Revision 1 Contents Release Notes: J-Web Application Package Release 15.1A4

More information

Webcart Documentation

Webcart Documentation Webcart Documentation Webcart E-Commerce Solution Webcart is a powerful multi-store shopping cart software that can help you to start and manage your online stores with ease. It supports multiple storefronts

More information

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request...

Calendar & Buttons Dashboard Menu Features My Profile My Favorites Watch List Adding a New Request... remitview User Guide 1 TABLE OF CONTENTS INTRODUCTION... 3 Calendar & Buttons... 3 GETTING STARTED.... 5 Dashboard.... 7 Menu Features... 8 PROFILE.... 10 My Profile... 10 My Favorites... 12 Watch List...

More information

An Introduction to JavaScript & Bootstrap Basic concept used in responsive website development Form Validation Creating templates

An Introduction to JavaScript & Bootstrap Basic concept used in responsive website development Form Validation Creating templates PHP Course Contents An Introduction to HTML & CSS Basic Html concept used in website development Creating templates An Introduction to JavaScript & Bootstrap Basic concept used in responsive website development

More information

TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud.

TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud. TIBCO Jaspersoft running in AWS accessing a back office Oracle database via JDBC with Progress DataDirect Cloud. This tutorial walks through the installation and configuration process to access data from

More information

OpenPro Installation Instructions

OpenPro Installation Instructions OpenPro ERP Software Installation Guide 10061 Talbert Ave Suite 200 Fountain Valley, CA 92708 USA Phone 714-378-4600 Fax 714-964-1491 www.openpro.com infoop@openpro.com OpenPro Installation of Software

More information

Installation Guide. Last Revision: Oct 03, Page 1-

Installation Guide. Last Revision: Oct 03, Page 1- Installation Guide Last Revision: Oct 03, 2005 -Page 1- Contents Before You Begin... 2 Installation Overview... 2 Installation for Microsoft Windows 2000, Windows 2003, and Windows XP Professional... 3

More information

Minimum requirements for Portal (on-premise version):

Minimum requirements for Portal (on-premise version): Minimum requirements for Portal (on-premise version): Windows Server 2012 R2 Windows 10 (licensed) with the latest updates (64 bit only). All Windows applications must be licensed and activated. SQL Server

More information