Getting Started with Web Content Management (WCM) for Alfresco Community Edition 3.2

Size: px
Start display at page:

Download "Getting Started with Web Content Management (WCM) for Alfresco Community Edition 3.2"

Transcription

1 Getting Started with Web Content Management (WCM) for Alfresco Community Edition 3.2

2

3 Contents Copyright... 1 Typographic conventions... 2 Introduction... 3 Additional resources... 3 System requirements and prerequisites...3 Get started... 4 Scenario...4 Log in...4 Set up the web project...6 Create web forms... 6 Create the web project Add content to the web project Import the sample dynamic website Create web content: Company Profiles Create web content: Press Releases Manage web project content Approve content Submit content Publish the website Roll back to a previous snapshot Summary i

4 ii -

5 Copyright Copyright 2009 by Alfresco and others. Information in this document is subject to change without notice. No part of this document may be reproduced or transmitted in any form or by any means, electronic or mechanical, for any purpose, without the express written permission of Alfresco. The trademarks, service marks, logos, or other intellectual property rights of Alfresco and others used in this documentation ("Trademarks") are the property of Alfresco and their respective owners. The furnishing of this document does not give you license to these patents, trademarks, copyrights, or other intellectual property except as expressly provided in any written agreement from Alfresco. The United States export control laws and regulations, including the Export Administration Regulations of the U.S. Department of Commerce, and other applicable laws and regulations apply to this documentation which prohibit the export or re-export of content, products, services, and technology to certain countries and persons. You agree to comply with all export laws, regulations, and restrictions of the United States and any foreign agency or authority and assume sole responsibility for any such unauthorized exportation. You may not use this documentation if you are a competitor of Alfresco, except with Alfresco's prior written consent. In addition, you may not use the documentation for purposes of evaluating its functionality or for any other competitive purposes. If you need technical support for this product, contact Customer Support by at support@alfresco.com. If you have comments or suggestions about this documentation, contact us at documentation@alfresco.com. This copyright applies to the current version of the licensed program. - 1

6 Typographic conventions The following typographic conventions are used in this guide: Bold User Interface elements Mono-spaced font Text the user types 2 -

7 Introduction Alfresco Web Content Management (WCM) is a content management system for your websites and web applications. It allows you to create, develop, and maintain your source code all within one repository. Alfresco recommends you download the Enterprise Trial and walk through this guided tutorial to familiarize yourself with the features. Refer to the user help provided with the application for information on using all WCM features. Additional resources Alfresco recommends you review and keep up-to-date on the latest information regarding our WCM offering on our Developer Wiki. To bookmark this page for easy reference, use the following link: Web_Content_Management. System requirements and prerequisites This tutorial assumes you are familiar with Alfresco Explorer. Before beginning the tutorial, you must: 1. Ensure the Alfresco Explorer web application is installed. 2. Ensure the Alfresco Web Server is running. 3. Ensure the Alfresco Virtual Server is running. 4. Ensure the Alfresco Deployment Server is installed and running. 5. Start the Alfresco Explorer web client. This must be running on the same machine as the Alfresco Web Server, Virtual Server, and Deployment Server. Note: Alfresco recommends you use MySQL to evaluate WCM for this tutorial. For installation and configuration instructions for MySQL, refer to Installing and Configuring Alfresco Community Edition Log in to Alfresco Explorer as the Administrator (admin, admin) and create a user account, as follows: a. First Name: Mark b. Last Name: vonalfresco c. mark@alfrescodemo.org d. User Name: mark e. Password: demo - 3

8 Get started The Getting Started with Alfresco Web Content Management tutorial introduces the basic WCM concepts to accompany the download of Alfresco Explorer ECM (Enterprise Content Management). It demonstrates how to set up and configure Explorer for managing a website and showcases a sample web publishing scenario. Scenario For this tutorial, you will be walking through the following scenario. You will: Create web forms Create the web project Import content into the new project Create web content from a web form Create web content from a web form with templates Submit the content Perform a content review Publish the website Roll back to a previous version Log in Log in to Alfresco Share using the default credentials. 1. Type the following on the login page: a. Username: admin b. Password: admin 2. Click Login. 4 -

9 On entering the application, your dashboard displays. - 5

10 Set up the web project To set up a web project, you must create both web forms and the web project. Create web forms A web form enables users to create XML content from a simple browser-based form. In this first task, you will create two web forms, one of which is associated with rendering engine templates. Use the Create Web Form Wizard to work through the three steps involved in creating a web form: Specify the general properties Select and configure the desired rendering engine templates Select a default workflow In the next task, you will associate these web forms with your web project. 1. In Explorer, navigate to Company Home > Data Dictionary > Web Forms and select Create Web Form in the Create menu. The Create Web Form Wizard opens. 2. Complete each page of the wizard as follows, clicking Next to move to the next step. Step One Web Form Details Use the Browse button to locate and upload the file company-footer.xsd from c:\alfresco \extras\wcm\forms. This populates several boxes on this page. Complete Step One as follows: Title Company Profile Form Description This form provides a summary overview of a company. These summaries are included in press releases. Output path ${name}.xml 6 -

11 Step Two Configure Templates Leave all values blank. Step Three Configure Workflow Select No not now. This step allows you to create a default workflow for content generated by this web form across all projects. You ll configure workflow locally when you create your web project. Summary Review the summary screen, which should look like the following: - 7

12 3. Click Finish. The new web form, company-footer, appears as a space in the Web Forms space. You will now create the second web form. 4. In the Web Forms space, select Create Web Form in the Create menu. 5. Again, complete each screen as follows, clicking Next to move to the next step. Step One Web Form Details Use the Browse button to locate and upload the file press-release.xsd from c:\alfresco \extras\wcm\forms. Complete Step One as follows: Title Press Release Form Description This form is used to create press releases for www, including both HTML and printer-friendly versions. Output path ${name}.xml Step Two Configure Templates Use the Browse button to locate and upload the file press-release.xsl from c:\alfresco \extras\wcm\forms. Again, this populates several boxes on the page. Complete Step Two as follows: Rendering Engine XSLT Title Press Release HTML Template Description 8 -

13 This template pre-generates an HTML page for www. Rendition mimetype HTML Output path ${name}.${extension} Click Add to List. To associate a second template with the form, remain in Step Two and use the Browse button again and upload the file press-release-plain-text.ftl from the same location. Use the following information to complete the page: Rendering Engine FreeMarker Title Press Release Plain Text Template Description This template pre-generates a printer-friendly version to be linked from the press release HTML page. Rendition mimetype Plain Text Output path ${name}.${extension} Click Add to List. Step Three Configure Workflow Select No not now. Summary - 9

14 Review the summary screen, which should look like the following: 6. Click Finish. The new web form, press-release, appears as a space in the Web Forms space. Create the web project You create a web project using the Create Web Project Wizard. In this second task, you work through the wizard to complete the seven steps involved in creating a web project: Specify the basic web project details Indicate if you are creating a new project or using the structure of an existing project Configure deployment servers Select and configure web forms for generating site content Select and configure workflow for content added that is not generated by a web form Add users and assign user roles to them a notification to the selected users 1. Navigate to Company Home > Web Projects and select Create Web Project in the Create menu to open the Create Web Project Wizard. 2. Complete each page of the wizard as follows, clicking Next to move to the next step. Step One Web Project Details Use the following information to complete the page: Name alfrescosample DNS name alfrescosample 10 -

15 Title Alfresco WWW Description Web Project to evaluate Alfresco Explorer 3.1 features. Step Two Create From Existing Web Project Select Create a new empty Web Project. Step Three Configure Deployment Receivers Click Add Deployment Receiver to display the configuration details. Use the following information to complete the page: Type Live Server Host localhost Port Username admin Password admin Click Add. Step Four Configure Web Forms Click Add to List to the right of each web form to select them to be used with this project. The web forms appear in the Selected Web Content Forms section and you must edit the details for each. - 11

16 Configure the Company Profile Form as follows: Click Web Form Details for Company Profile Form and set the Output path pattern to / ${webapp}/media/releases/content/${name}.xml. We want content generated by this template to be submitted to workflow, so select Web Site Submission in the Workflow section. Click OK. Notice the attention icon next to the workflow:. This indicates a workflow has been selected but not configured. Click Configure Workflow for this form. Search for and select the user Mark, then click Add to List. Click OK. Configure the Press Release Form as follows: Click Web Form Details for Press Release Form and set the Output path pattern to / ${webapp}/media/releases/content/${name}.xml. For the Press Release Form web form, you must specify how each template associated with the form will generate web content. Click Configure Templates for this form and 12 -

17 set the Output path pattern to /${webapp}/media/releases/content/${name}. ${extension} for both templates. Click OK. Step Five Configure Workflow Selecting workflow in this step sets workflow for the web project as a whole. All content in the project not generated via a web form follows the workflow configured here. As you are only creating content using web forms in this tutorial, there is no need to select a workflow option in this step. Step Six Add Users Using the search feature provided, locate and select the user Mark. Select Content Manager as the role for this user and click Add to List. Step Seven Users Accept the default option No so that a notification is not sent. Summary Review the summary screen, which should look like the following: - 13

18 3. Click Finish. The new web project, alfrescosample, appears in the Web Projects space. Completing the wizard automatically creates a source repository, called a Staging Sandbox, and a set of development repositories, called user sandboxes. There is one user sandbox for each user invited to work on the project, as well as an administrator sandbox. 14 -

19 Add content to the web project There are multiple methods of adding and creating content for a web project. In addition to creating web content within a project, you can upload individual files from your computer and perform a bulk import. For the purpose of this tutorial, you will import content and generate content using web forms. Import the sample dynamic website Your newly created web project, alfrescosample, contains no content. In this task, you will use the Bulk Import feature to populate the web project. Once imported, you will submit the content to staging to create an initial snapshot of the project, which you can preview. To [procedure action]: 1. In the Web Projects space, click alfrescosample. The sandbox view appears displaying the staging and user sandboxes. Each user sandbox contains the existing web project content. The sandbox labelled My Sandbox belongs to the currently logged on user (in this case, the administrator). As the administrator, you have access to the sandboxes of all users associated with the web project. By default, only the Staging Sandbox and your user sandbox display; however, you can select the option Show All Sandboxes in this view to display all sandboxes available to you. 2. In your user sandbox, click Browse Website to display the user sandbox, which is empty. 3. Select Bulk Import in the Create menu. 4. Use the Browse button to locate and upload the file alfresco-sample-website.war from c: \alfresco\extras\wcm. Once uploaded, click OK to begin the import. - 15

20 The.war file, which you imported into the current directory (the ROOT web app), appears in expanded form in your user sandbox. In WCM, a lock is automatically placed on content items created, imported, modified, or deleted in order to prevent editing clashes. In your sandbox, notice that all items (not folders) currently display a padlock icon with a key:. This indicates that you own the lock and can perform actions on the content. A lock owned by another user appears as a plain padlock:. You can position your cursor over the icon to display a tooltip indicating the lock owner. 5. Click Preview Website in the sandbox header to see the website in its current state. The preview window displays how the website or web application will look with the user sandbox content submitted. Click About us and then News to display the empty Alfresco Press Releases page. We will come back to this again later once you have added some content. 6. Close the preview and return to your user sandbox. Click alfrescosample in the breadcrumb path to return to the sandbox view. 7. In your user sandbox, expand the Modified Items list to display the imported content. 8. Click Submit All and, on the Submit Items page, provide the information that will display as the name and description of the corresponding snapshot in staging: a. Label: Initial Import b. Description: Sample website 9. Click OK. The submission takes place in the background and each content item remains in the Modified Items list until its submission is complete. 16 -

21 10. Refresh the page as necessary until the Modified Items list is empty. In the Staging Sandbox, expand the Recent Snapshots list to view the snapshot you have created. Create web content: Company Profiles In this task, you will use one of your web forms to create four new content items, each one a company profile. 1. In your user sandbox, expand the Web Forms list, which contains the two web forms you created: Company Profile Form and Press Release Form. 2. Select the action Create Content associated with the Company Profile Form web form. The Create Web Content Wizard opens. 3. Complete each page of the wizard as follows, clicking Next to move to the next step. a. Step One - Web Content Details Enter Alfresco as the Name. b. Step Two Author Web Content Use the following information to complete the page: Name Alfresco Body - 17

22 Alfresco is the leading open source alternative for enterprise content management. It is the first company to bring the power of open source to the enterprise content management market, enabling unprecedented scale and a much lower total cost of ownership than proprietary systems. Founded by a team of content management veterans that includes the co-founder of Documentum, John Newton, and former COO of Business Objects, John Powell, Alfresco is based in London. For more information, visit c. Summary Review the summary screen, which should look like the following: Note that you are creating the content item Alfresco.xml to be stored in the location /ROOT/ media/releases/content, which was specified when you created the Company Profile Form web form. As we no longer need to work on this asset, select the option to Submit Alfresco.xml when wizard finishes to speed up publication. This saves you from initiating a separate submission process. 4. Click Finish. The Submit Items page appears where you enter the following details regarding the submission: Label Alfresco Profile Description Added Alfresco profile 5. Click OK. You return to the Staging Sandbox. Expand the Modified Items list to view the newly created and submitted content item: Alfresco.xml. Remember that the web form used to create this content item was defined with a workflow dictating that all generated content was to be assigned to Mark, the Content Manager, for approval. Upon submission, the content item was routed through its defined workflow, which promoted it for editorial review. This action locked the item to prevent the administrative user from modifying it underneath the reviewer and potentially having the wrong set of changes approved and promoted to staging. 18 -

23 6. Repeat this process to create three more content items using the Company Profile Form web form. In each case, submit the content to staging on the Summary page. Profile #2 Name InterDoc Name InterDoc Body InterDoc is a leader in the Enterprise Content Management field that provides business solutions to enable operational efficiency of critical business processes. The company has decades of experience in improving operational efficiency for commercial enterprises and government organizations and has used this experience to create a new generation of software solutions based on a core of open source software. For more information, visit Label (Submit) InterDoc Profile Description (Submit) Added InterDoc profile Profile #3 Name Easypress Name Easypress Body Easypress Technologies ( provides software for converting content between XML and QuarkXPress. Its flagship products include Atomik Roundtrip(TM), which provides full bidirectional XML support for QuarkXPress; Atomik Xport(TM), which provides automated QuarkXPress-to-XML conversion; and Atomik Import(TM), which provides flexible import of XML content into QuarkXPress documents. Easypress Technologies is an operating division of EvolvedGroup Limited and is headquartered in Guildford, UK. Label (Submit) Easypress Profile Description (Submit) Added Easypress profile Profile #4 Name World Economic Forum Name World Economic Forum Body The World Economic Forum ( based in Geneva, Switzerland, is an independent organization committed to improving the state of the world. Funded by the contributions of 1,000 of the world's foremost corporations, the Forum acts in the spirit of entrepreneurship in the global public interest to further economic growth and social progress. Label (Submit) World Economic Forum Profile Description (Submit) Started with Web Content Management (WCM) for Alfresco Community Edition Added WorldGetting Economic Forum profile

24 7. In the Staging Sandbox, expand the Modified Items list to view all four newly created and submitted profiles. The additional three content items are locked as they, like the first item, were promoted for editorial review upon submission. Until approved or rejected, these items are available only for preview. Create web content: Press Releases In this task, create additional content for your website using a web form with an associated template. Once the content is complete, you can preview it. Unlike in the previous task, do not submit the content; you will do this as a separate task. 1. Return to the Web Forms list in your user sandbox and select the action Create Content associated with the Press Release Form web form. The Create Web Content Wizard opens. 2. Complete each page of the wizard as follows, clicking Next to move to the next step. a. Step One Web Content Details Enter WorldEconomicForum_Tech_Pioneer as the Name. b. Step Two Author Web Content The fields and controls presented in this step are dictated by the selected web form. Use the following information to complete the page: Title World Economic Forum Announces Technology Pioneers 2007 Abstract Alfresco selected by leading technology experts appointed by the World Economic Forum Location LONDON Body #1 The World Economic Forum today announced 47 Technology Pioneers for Alfresco Software has been selected as one of these Technology Pioneers. The Technology Pioneers were nominated by the world s leading venture capital and technology companies. Click beneath the Body text box to add an additional control for the second paragraph. Body #2 We are proud to have won this award recognizing Alfresco s technology, the global power of open source and the importance of managing content in economic development, said John Newton. We hope to use the opportunities created by this award to gain greater visibility to how information can help solve some of the world s most pressing problems and how sharing and retaining knowledge can level the playing field for companies outside of the developed world. 20 -

25 Include Company Footer #1 World Economic Forum Click beneath the Include Company Footer box to add a second footer option. Include Company Footer #2 Alfresco Include Media Contacts Yes Category Company Launch Date Select any date. This will not be used in the tutorial. Expiration Date Select any date. This will not be used in the tutorial. c. Summary Review the summary screen, which should look like the following: Note that you are creating multiple items: the XML version as well as an HTML and a Plain Text rendition of the content. All versions will be stored in the location /ROOT/media/ releases/content, which was specified when you created the Press Release Form web form. Unlike the company profile content, do not submit this press release to staging. 3. Click the Preview icon next to the generated HTML page to see the virtualized view of the website with the pending changes. At the bottom of the generated HTML page, click view plain text version to check the link to the generated text file. Also, click the News link in the submenu to see that the JSP index page now has a link to the to-be-published content. If any changes need to be made, you can click the Back button in the wizard to modify and then regenerate the content. 4. Click Finish. When you are returned to the sandbox view, expand the Modified Items list in your sandbox to see the three new content items generated from this web form. Note that because these content items have not been submitted, several additional actions are available for them. - 21

26 5. Repeat this process to create two more press releases using this web form. Again, do not submit the content. Press Release #2 Name Easypress_OEM Title Alfresco and Easypress Technologies announce OEM Agreement for Atomik Dynamic Publisher, powered QuarkXPress Server 7 Abstract Alfresco and Easypress Technologies announce ground-breaking Collaborative Publishing Location LONDON Body #1 Alfresco, the first and leading provider of an open source enterprise content management solution, today announced an OEM agreement to support the launch of Easypress Technologies new Atomik Dynamic Publisher product, which works in conjunction with the new QuarkXPress Server 7 from Quark. Include Company Footer #1 Easypress Include Company Footer #2 Alfresco Include Media Contacts Yes Category Company Launch Date Select any date. This will not be used in the tutorial. Expiration Date Select any date. This will not be used in the tutorial. Press Release #3 Name InterDoc_Alfresco_Solution Title InterDoc Chooses Alfresco to Deliver Solution for the Government of Quebec Abstract Alfresco continues Government Momentum in Canada Location LONDON Body #1 Alfresco Software Inc., the first provider of an open source enterprise content management solution, today announced that it has been chosen by InterDoc to create a new regulatory government solution for customers including the government of Quebec. Include Company Footer #1 InterDoc Company Footer # Getting Include Started with Web Content Management (WCM) for Alfresco Community Edition 3.2 Alfresco

27 Include Media Contacts Yes Category Company Launch Date Select any date. This will not be used in the tutorial. Expiration Date Select any date. This will not be used in the tutorial. 6. In your user sandbox, expand the Modified Items list to view the nine new content items. 7. Select Preview Website in your user sandbox. In the website preview, select About Us and then News. The JSP page displays a dynamic view of the website as it is staged in your sandbox. Test all three links to the newly created press release web pages. When done, close the preview. 8. Now select Preview Website in the Staging Sandbox. In the website preview, select About Us and then News to confirm that the new web pages are only available in the user sandbox. Close the preview. - 23

28 Manage web project content At this point, your web project is populated with content items, some imported and some created, some submitted and some not. You must now deal with the approval of content items that were routed through workflow and the submission of the remaining items to staging. Approve content With all of your web project content created, you can now address the items assigned for editorial review as part of the defined workflow. 1. Log out as the administrative user and log in as Mark, the Content Manager (mark, demo). In the My Tasks To Do list on Mark s dashboard, notice the four outstanding review tasks, one for each of the company profiles you created. 2. For the Interdoc profile, click Added Interdoc profile to open the Manage Task: Review page. 24 -

29 3. Click Approve. 4. Approve the Added Easypress profile and Added World Economic Forum profile tasks in the same manner. For the Alfresco profile, you can work through the process of rejecting and resubmitting an item for approval. 5. Open the Added Alfresco profile task and type Please shorten description and update. Click Reject. Once rejected, the serial workflow defined reassigns the item as a task to the user who originally submitted it in this case, the administrative user. 6. Log out as Mark and log in as the administrator (admin, admin). 7. Open the task in the administrator s My Tasks To Do list and note the comment in the Workflow History list. - 25

30 8. After reviewing the changes Mark requires in order to approve the content, click the Edit action ( ) for Alfresco.xml in the Resources section to open the Edit Web Content Wizard. 9. In the Body text editor box, remove the last sentence and click Next. Notice on the Summary page that the option to auto-submit upon completion is not present, as the content has already been submitted. 10. Click Finish. In the Comment box, type Removed last sentence and updated, then click Resubmit for Review. 11. Log out as the administrator and log in as Mark again. In Mark s task list, notice the (2) next to the task description. This number represents the current review cycle for this content submission. 12. Open and approve the task to promote the item to staging. 13. Log out as Mark and log in as the administrator one last time. This final promotion to staging releases the lock on the item and creates a new snapshot in the Staging Sandbox. All four company profiles are complete and submitted to staging. Submit content With the website content now complete, we need to confirm how these changes will look within the website. To do this, you promote the content items from your user sandbox to the Staging Sandbox. Though you will submit all items at once, you do have the option to submit a single item or a group of selected items. 1. In your user sandbox, expand the Modified Items list to display the content items you created. With the company profiles already submitted, your user sandbox now contains only the nine press releases. 26 -

31 2. Click Submit All and, on the Submit Items page, provide the information that will display as the name and description of the corresponding snapshot in staging: a. Label: Launch Press Releases b. Description: Major new awards, customers, and OEM, and agreements 3. Click OK. Again, the submission is processed in the background. Each content items remain in the Modified Items list until its submission is complete. 4. After a few moments, refresh the page to see the empty Modified Items list in your user sandbox. Expand the Recent Snapshots list in the Staging Sandbox to see the submitted content: Launch Press Releases. Now that the press releases have been committed to staging, you can deploy, or publish, the snapshot to ensure your audience can see the content. - 27

32 Publish the website With the web project content complete and submitted, you can now publish the Staging Sandbox snapshot to the production environment. We ll deploy the website in stages, beginning with the initial version of the site after the content was imported to the project. Once published, you still have the option to revert to a previous version of the project, which you will examine in the next task. 1. In the Staging Sandbox, locate the Initial Import snapshot (version 3) and select the Deploy icon:. 2. On the Deploy Snapshot page, confirm the selection of the remote target server, localhost, and click OK. 3. Close the Monitor Deployment page once the snapshot is successfully deployed. In the Recent Snapshots list, note that version 3 is listed as being LIVE. 28 -

33 4. Click View Deployments to review the deployment report. Click Close to return to the Staging Sandbox where you can deploy another version of the website. 5. Expand the Recent Snapshots list again and deploy the most recent snapshot, Launch Press Releases (version 8). Again, confirm the target server and click OK. 6. In the Recent Snapshots list, confirm that version 8 is currently the live version of the site. Roll back to a previous snapshot You can roll back a site to ensure an older version of the content is being delivered in the live environment and also to allow re-edits prior to deployment. An example of where this is useful is the rollout of a new section of the site or the addition of application functionality. In these cases, simply redeploying an older site version is not enough: you also need to roll back the current working copy of the site for your Contributors, Publishers, Developers, and Designers to correct errors, restage, and redeploy the content. Rolling back your authoring and development environment to a last known good state for modification prior to deployment is straightforward. 1. In the Staging Sandbox, expand the Recent Snapshots list and click the Revert action,, for version 3 Initial Import. This creates a new snapshot, version 10 Reverted to Version 3. Note that while this is a new version of the site, no content has been duplicated in the repository; the new version is simply a new entry in the history chain noting that an older version has been pulled forward. Since all sandboxes in the web project are baselined off the current view of staging, each user instantly has an updated content for previewing and editing. Within the tutorial, this means that the profiles and press releases no longer exist. 2. Enter your user sandbox (My Sandbox) and navigate to /media/releases/content. The content items you created as you worked through the tutorial were stored here; it is now empty. 3. Similarly, click Preview Website in your user sandbox and select the submenu News in the sample website to see that this page is back to its original blank state. Note: If you continue to see a list of press releases, simply refresh your cache. - 29

34 Summary This concludes our walkthrough of the basic Web Content Management functionality in Alfresco Community Edition 3.2. To learn more about the capabilities provided in this release, please visit our wiki. 30 -

Community Edition 3.3. Getting Started with Alfresco Explorer Document Management

Community Edition 3.3. Getting Started with Alfresco Explorer Document Management Community Edition 3.3 Getting Started with Alfresco Explorer Document Management Contents Copyright... 3 Introduction... 4 Important notes...4 Starting with Explorer... 5 Toolbar... 5 Sidebar...6 Working

More information

Alfresco Online Collaboration Tool

Alfresco Online Collaboration Tool Alfresco Online Collaboration Tool USER MANUAL BECOMING FAMILIAR WITH THE USER INTERFACE... 4 MY DASHBOARD... 4 MY PROFILE... 6 VIEWING YOUR FULL PROFILE... 6 EDITING YOUR PROFILE... 7 CHANGING YOUR PASSWORD...

More information

Quick Start Guide. Installation and Setup

Quick Start Guide. Installation and Setup Quick Start Guide Installation and Setup Introduction Velaro s live help and survey management system provides an exciting new way to engage your customers and website visitors. While adding any new technology

More information

Your Blueprint websites Content Management System (CMS).

Your Blueprint websites Content Management System (CMS). Your Blueprint websites Content Management System (CMS). Your Blueprint website comes with its own content management system (CMS) so that you can make your site your own. It is simple to use and allows

More information

Citrix Systems, Inc.

Citrix Systems, Inc. Citrix Password Manager Quick Deployment Guide Install and Use Password Manager on Presentation Server in Under Two Hours Citrix Systems, Inc. Notice The information in this publication is subject to change

More information

Content Management System User Guide

Content Management System User Guide Content Management System User Guide support@ 07 3102 3155 Logging in: Navigate to your website. Find Login or Admin on your site and enter your details. If there is no Login or Admin area visible select

More information

NJCU WEBSITE TRAINING MANUAL

NJCU WEBSITE TRAINING MANUAL NJCU WEBSITE TRAINING MANUAL Submit Support Requests to: http://web.njcu.edu/its/websupport/ (Login with your GothicNet Username and Password.) Table of Contents NJCU WEBSITE TRAINING: Content Contributors...

More information

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1

UH CMS Basics. Cascade CMS Basics Class. UH CMS Basics Updated: June,2011! Page 1 UH CMS Basics Cascade CMS Basics Class UH CMS Basics Updated: June,2011! Page 1 Introduction I. What is a CMS?! A CMS or Content Management System is a web based piece of software used to create web content,

More information

Good Share Client User Guide for ios Devices

Good Share Client User Guide for ios Devices Good Share Client User Guide for ios Devices Product Version: 3.1.3 Doc Rev 3.1 Last Updated: 24-Feb-15 Good Share TM Table of Contents Introducing Good Share 1 Installing the Good Share App 1 Getting

More information

Citrix Virtual Classroom. Deliver file sharing and synchronization services using Citrix ShareFile. Self-paced exercise guide

Citrix Virtual Classroom. Deliver file sharing and synchronization services using Citrix ShareFile. Self-paced exercise guide Deliver file sharing and synchronization services using Citrix ShareFile Self-paced exercise guide Table of Contents Table of Contents... 2 Overview... 3 Exercise 1: Setting up a ShareFile Account... 6

More information

For Active Directory Installation Guide

For Active Directory Installation Guide For Active Directory Installation Guide Version 2.5.2 April 2010 Copyright 2010 Legal Notices makes no representations or warranties with respect to the contents or use of this documentation, and specifically

More information

Getting Started Guide

Getting Started Guide Getting Started Guide www.exclaimer.com Contents About This Guide... 2 Mail Disclaimers Overview... 3 What Does Exclaimer Mail Disclaimers Do?... 3 But That s Not All... 3 And There s More... 3 How Does

More information

Introduction. Document Conventions. Administration. In This Section

Introduction. Document Conventions. Administration. In This Section MS Project Integration Guide March 2014 Contents Introduction... 5 Document Conventions... 5 Administration... 5 MS Project Template... 6 MS Project Template Usage... 6 Project Metadata... 6 Project WBS/Assignments...

More information

Dashboard Admin Guide

Dashboard Admin Guide MadCap Software Dashboard Admin Guide Pulse Copyright 2014 MadCap Software. All rights reserved. Information in this document is subject to change without notice. The software described in this document

More information

Step-by-Step Guide for Microsoft Advanced Group Policy Management 4.0

Step-by-Step Guide for Microsoft Advanced Group Policy Management 4.0 Step-by-Step Guide for Microsoft Advanced Group Policy Management 4.0 Microsoft Corporation Published: September 2009 Abstract This step-by-step guide describes a sample scenario for installing Microsoft

More information

EMC Documentum Webtop

EMC Documentum Webtop EMC Documentum Webtop Version 6.5 User Guide P/N 300 007 239 A01 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 1994 2008 EMC Corporation. All rights

More information

Microsoft FTP Configuration Guide for Helm 4

Microsoft FTP Configuration Guide for Helm 4 for Helm 4 How to configure Microsoft FTP for use with Helm WebHost Automation Ltd http://www.webhostautomation.com/ January 2007 Doc: HELM 4.0.0.0 Complying with all applicable copyright laws is the responsibility

More information

Omniquad Exchange Archiving

Omniquad Exchange Archiving Omniquad Exchange Archiving Deployment and Administrator Guide Manual version 3.1.2 Revision Date: 20 May 2013 Copyright 2012 Omniquad Ltd. All rights reserved. Omniquad Ltd Crown House 72 Hammersmith

More information

BroadVision. Portal 8.0. User Guide. 585 Broadway Redwood City, CA 94063 www.broadvision.com

BroadVision. Portal 8.0. User Guide. 585 Broadway Redwood City, CA 94063 www.broadvision.com BroadVision Portal 8.0 User Guide 585 Broadway Redwood City, CA 94063 www.broadvision.com User Guide Copyright 2005 BroadVision, Inc., 585 Broadway, Redwood City, California 94063, U.S.A. All rights reserved.

More information

About This Guide... 4. Signature Manager Outlook Edition Overview... 5

About This Guide... 4. Signature Manager Outlook Edition Overview... 5 Contents About This Guide... 4 Signature Manager Outlook Edition Overview... 5 How does it work?... 5 But That's Not All...... 6 And There's More...... 6 Licensing... 7 Licensing Information... 7 System

More information

http://www.trendmicro.com/download

http://www.trendmicro.com/download Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Salesforce Customer Portal Implementation Guide

Salesforce Customer Portal Implementation Guide Salesforce Customer Portal Implementation Guide Salesforce, Winter 16 @salesforcedocs Last updated: December 10, 2015 Copyright 2000 2015 salesforce.com, inc. All rights reserved. Salesforce is a registered

More information

DCA. Document Control & Archiving USER S GUIDE

DCA. Document Control & Archiving USER S GUIDE DCA Document Control & Archiving USER S GUIDE Decision Management International, Inc. 1111 Third Street West Suite 250 Bradenton, FL 34205 Phone 800-530-0803 FAX 941-744-0314 www.dmius.com Copyright 2002,

More information

SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013

SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013 SECURE MOBILE ACCESS MODULE USER GUIDE EFT 2013 GlobalSCAPE, Inc. (GSB) Address: 4500 Lockhill-Selma Road, Suite 150 San Antonio, TX (USA) 78249 Sales: (210) 308-8267 Sales (Toll Free): (800) 290-5054

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Terminal Four (T4) Site Manager

Terminal Four (T4) Site Manager Terminal Four (T4) Site Manager Contents Terminal Four (T4) Site Manager... 1 Contents... 1 Login... 2 The Toolbar... 3 An example of a University of Exeter page... 5 Add a section... 6 Add content to

More information

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide

SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide SC-T35/SC-T45/SC-T46/SC-T47 ViewSonic Device Manager User Guide Copyright and Trademark Statements 2014 ViewSonic Computer Corp. All rights reserved. This document contains proprietary information that

More information

WatchDox Administrator's Guide. Application Version 3.7.5

WatchDox Administrator's Guide. Application Version 3.7.5 Application Version 3.7.5 Confidentiality This document contains confidential material that is proprietary WatchDox. The information and ideas herein may not be disclosed to any unauthorized individuals

More information

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice.

Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Trend Micro Incorporated reserves the right to make changes to this document and to the products described herein without notice. Before installing and using the software, please review the readme files,

More information

Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario

Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Version 7.2 November 2015 Last modified: November 3, 2015 2015 Nasuni Corporation All Rights Reserved Document Information Testing

More information

Virtual Communities Operations Manual

Virtual Communities Operations Manual Virtual Communities Operations Manual The Chapter Virtual Communities (VC) have been developed to improve communication among chapter leaders and members, to facilitate networking and communication among

More information

Polycom CMA System Upgrade Guide

Polycom CMA System Upgrade Guide Polycom CMA System Upgrade Guide 5.0 May 2010 3725-77606-001C Trademark Information Polycom, the Polycom Triangles logo, and the names and marks associated with Polycom s products are trademarks and/or

More information

Getting Started Guide

Getting Started Guide Getting Started Guide www.exclaimer.com Contents About This Guide... 2 Signature Manager Overview... 3 How does it Work?... 3 But That s Not All... 4 And There s More... 4 Licensing... 5 Licensing Information...

More information

User Self-Service Configuration Overview

User Self-Service Configuration Overview User Self-Service Configuration Overview Version 8.2 Mobile Service Manager Legal Notice This document, as well as all accompanying documents for this product, is published by Good Technology Corporation

More information

Using Microsoft Expression Web to Upload Your Site

Using Microsoft Expression Web to Upload Your Site Using Microsoft Expression Web to Upload Your Site Using Microsoft Expression Web to Upload Your Web Site This article briefly describes how to use Microsoft Expression Web to connect to your Web server

More information

NETWRIX FILE SERVER CHANGE REPORTER

NETWRIX FILE SERVER CHANGE REPORTER NETWRIX FILE SERVER CHANGE REPORTER ADMINISTRATOR S GUIDE Product Version: 3.3 April/2012. Legal Notice The information in this publication is furnished for information use only, and does not constitute

More information

Administration and Business Collaboration. User Manual

Administration and Business Collaboration. User Manual Administration and Business Collaboration User Manual Copyright 2007 by Eurekify Ltd., 8 Hasadna Street Raanana 43651, ISRAEL. All Rights Reserved. This document maybe used in its complete form only and

More information

InQFlow. Administrator Guide. Copyright @ March 2009 Constellation HomeBuilder Systems, Inc. All right reserved

InQFlow. Administrator Guide. Copyright @ March 2009 Constellation HomeBuilder Systems, Inc. All right reserved Administrator Guide Copyright @ March 2009 Constellation HomeBuilder Systems, Inc. All right reserved Product and Company Information Product and Company Information The information in this document is

More information

Server Installation Guide ZENworks Patch Management 6.4 SP2

Server Installation Guide ZENworks Patch Management 6.4 SP2 Server Installation Guide ZENworks Patch Management 6.4 SP2 02_016N 6.4SP2 Server Installation Guide - 2 - Notices Version Information ZENworks Patch Management Server Installation Guide - ZENworks Patch

More information

Oracle Enterprise Manager. Description. Versions Supported

Oracle Enterprise Manager. Description. Versions Supported Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft Active Directory 10g Release 2 (10.2.0.2) B28044-02 June 2006 This document provides a brief description about the Oracle

More information

Super Resellers // Getting Started Guide. Getting Started Guide. Super Resellers. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1

Super Resellers // Getting Started Guide. Getting Started Guide. Super Resellers. AKJZNAzsqknsxxkjnsjx Getting Started Guide Page 1 Getting Started Guide Super Resellers Getting Started Guide Page 1 Getting Started Guide: Super Resellers Version 2.1 (1.6.2012) Copyright 2012 All rights reserved. Distribution of this work or derivative

More information

1 Classified Script. User Guide v1.0

1 Classified Script. User Guide v1.0 1 Classified Script User Guide v1.0 Installation... 3 Create Database... 3 Grant Rights... 4 Configure Settings... 5 Step 1... 5 Step 2... 6 Step 3... 7 Post Sponsored Ad... 8 Step 1... 8 Step 2... 9 Manage

More information

Manual POLICY PATROL SIGNATURES FOR OUTLOOK, GOOGLE APPS & OFFICE 365

Manual POLICY PATROL SIGNATURES FOR OUTLOOK, GOOGLE APPS & OFFICE 365 Manual POLICY PATROL SIGNATURES FOR OUTLOOK, GOOGLE APPS & OFFICE 365 MANUAL Policy Patrol Signatures This manual, and the software described in this manual, are copyrighted. No part of this manual or

More information

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators

EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators EBOX Digital Content Management System (CMS) User Guide For Site Owners & Administrators Version 1.0 Last Updated on 15 th October 2011 Table of Contents Introduction... 3 File Manager... 5 Site Log...

More information

CRM to Exchange Synchronization

CRM to Exchange Synchronization CRM to Exchange Synchronization Installation, Configuration and End-User Instructions VERSION 1.0 DATE PREPARED: 9/1/2012 DEVELOPMENT: BRITE GLOBAL, INC. 2012 Brite Global, Incorporated. All rights reserved.

More information

RealPresence Platform Director

RealPresence Platform Director RealPresence CloudAXIS Suite Administrators Guide Software 1.3.1 GETTING STARTED GUIDE Software 2.0 June 2015 3725-66012-001B RealPresence Platform Director Polycom, Inc. 1 RealPresence Platform Director

More information

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab

UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab UP L18 Enhanced MDM and Updated Email Protection Hands-On Lab Description The Symantec App Center platform continues to expand it s offering with new enhanced support for native agent based device management

More information

Sage 200 Web Time & Expenses Guide

Sage 200 Web Time & Expenses Guide Sage 200 Web Time & Expenses Guide Sage (UK) Limited Copyright Statement Sage (UK) Limited, 2006. All rights reserved If this documentation includes advice or information relating to any matter other than

More information

Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario

Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Testing and Restoring the Nasuni Filer in a Disaster Recovery Scenario Version 7.0 July 2015 2015 Nasuni Corporation All Rights Reserved Document Information Testing Disaster Recovery Version 7.0 July

More information

EMC Documentum Composer

EMC Documentum Composer EMC Documentum Composer Version 6.5 User Guide P/N 300 007 217 A02 EMC Corporation Corporate Headquarters: Hopkinton, MA 01748 9103 1 508 435 1000 www.emc.com Copyright 2008 EMC Corporation. All rights

More information

PSW Guide. Version 4.7 April 2013

PSW Guide. Version 4.7 April 2013 PSW Guide Version 4.7 April 2013 Contents Contents...2 Documentation...3 Introduction...4 Forms...5 Form Entry...7 Form Authorisation and Review... 16 Reporting in the PSW... 17 Other Features of the Professional

More information

Oracle Endeca Information Discovery

Oracle Endeca Information Discovery Oracle Endeca Information Discovery Quick Start Guide Copyright and disclaimer Copyright 2003, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle

More information

Novell ZENworks 10 Configuration Management SP3

Novell ZENworks 10 Configuration Management SP3 AUTHORIZED DOCUMENTATION Software Distribution Reference Novell ZENworks 10 Configuration Management SP3 10.3 November 17, 2011 www.novell.com Legal Notices Novell, Inc., makes no representations or warranties

More information

FOR WINDOWS FILE SERVERS

FOR WINDOWS FILE SERVERS Quest ChangeAuditor FOR WINDOWS FILE SERVERS 5.1 User Guide Copyright Quest Software, Inc. 2010. All rights reserved. This guide contains proprietary information protected by copyright. The software described

More information

TIBCO Spotfire Automation Services 6.5. User s Manual

TIBCO Spotfire Automation Services 6.5. User s Manual TIBCO Spotfire Automation Services 6.5 User s Manual Revision date: 17 April 2014 Important Information SOME TIBCO SOFTWARE EMBEDS OR BUNDLES OTHER TIBCO SOFTWARE. USE OF SUCH EMBEDDED OR BUNDLED TIBCO

More information

Talend Open Studio for MDM. Getting Started Guide 6.0.0

Talend Open Studio for MDM. Getting Started Guide 6.0.0 Talend Open Studio for MDM Getting Started Guide 6.0.0 Talend Open Studio for MDM Adapted for v6.0.0. Supersedes previous releases. Publication date: July 2, 2015 Copyleft This documentation is provided

More information

CA Nimsoft Service Desk

CA Nimsoft Service Desk CA Nimsoft Service Desk Configure Outbound Web Services 7.13.7 Legal Notices Copyright 2013, CA. All rights reserved. Warranty The material contained in this document is provided "as is," and is subject

More information

Wimba Pronto. Version 3.1. Administrator Guide

Wimba Pronto. Version 3.1. Administrator Guide Wimba Pronto Version 3.1 Administrator Guide Wimba Pronto 3.1 Administrator Guide Overview 1 Accessing the Wimba Pronto Administration Interface 2 Managing Multiple Institutions 3 General Features 4 Configuring

More information

How To Manage Storage With Novell Storage Manager 3.X For Active Directory

How To Manage Storage With Novell Storage Manager 3.X For Active Directory www.novell.com/documentation Installation Guide Novell Storage Manager 4.1 for Active Directory September 10, 2015 Legal Notices Condrey Corporation makes no representations or warranties with respect

More information

Using JCPS Online for Websites

Using JCPS Online for Websites Getting Started Before you begin, an Online Group must be created for you. Send an email requesting the group along with the username of anyone you want added as an editor to mike.broderick@jefferson.kyschools.us.

More information

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide

WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide WebSpy Vantage Ultimate 2.2 Web Module Administrators Guide This document is intended to help you get started using WebSpy Vantage Ultimate and the Web Module. For more detailed information, please see

More information

Orchestrating Document and Media Management using CMIS

Orchestrating Document and Media Management using CMIS Orchestrating Document and Media Management using CMIS Technical Note - Integrating ActiveVOS with Alfresco CMIS Services AN ACTIVE ENDPOINTS TECHNICAL NOTE 2009 Active Endpoints Inc. ActiveVOS is a trademark

More information

Dell Enterprise Reporter 2.5. Configuration Manager User Guide

Dell Enterprise Reporter 2.5. Configuration Manager User Guide Dell Enterprise Reporter 2.5 2014 Dell Inc. ALL RIGHTS RESERVED. This guide contains proprietary information protected by copyright. The software described in this guide is furnished under a software license

More information

Interworks. Interworks Cloud Platform Installation Guide

Interworks. Interworks Cloud Platform Installation Guide Interworks Interworks Cloud Platform Installation Guide Published: March, 2014 This document contains information proprietary to Interworks and its receipt or possession does not convey any rights to reproduce,

More information

DocuSign for Salesforce User Guide v6.2 Published: November 16, 2015

DocuSign for Salesforce User Guide v6.2 Published: November 16, 2015 DocuSign for Salesforce User Guide v6.2 Published: November 16, 2015 Copyright Copyright 2003-2015 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents

More information

RSA Authentication Manager 7.1 Basic Exercises

RSA Authentication Manager 7.1 Basic Exercises RSA Authentication Manager 7.1 Basic Exercises Contact Information Go to the RSA corporate web site for regional Customer Support telephone and fax numbers: www.rsa.com Trademarks RSA and the RSA logo

More information

Manual POLICY PATROL SECURE FILE TRANSFER

Manual POLICY PATROL SECURE FILE TRANSFER Manual POLICY PATROL SECURE FILE TRANSFER MANUAL Policy Patrol Secure File Transfer This manual, and the software described in this manual, are copyrighted. No part of this manual or the described software

More information

www.novell.com/documentation Advanced User Guide Vibe 4.0 March 2015

www.novell.com/documentation Advanced User Guide Vibe 4.0 March 2015 www.novell.com/documentation Advanced User Guide Vibe 4.0 March 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this documentation, and specifically

More information

DocuSign Connect for Salesforce Guide

DocuSign Connect for Salesforce Guide Information Guide 1 DocuSign Connect for Salesforce Guide 1 Copyright 2003-2013 DocuSign, Inc. All rights reserved. For information about DocuSign trademarks, copyrights and patents refer to the DocuSign

More information

Sitecore InDesign Connector 1.1

Sitecore InDesign Connector 1.1 Sitecore Adaptive Print Studio Sitecore InDesign Connector 1.1 - User Manual, October 2, 2012 Sitecore InDesign Connector 1.1 User Manual Creating InDesign Documents with Sitecore CMS User Manual Page

More information

SSL Management Reference

SSL Management Reference www.novell.com/documentation SSL Management Reference ZENworks 11 Support Pack 4 July 2015 Legal Notices Novell, Inc., makes no representations or warranties with respect to the contents or use of this

More information

RIT Message Center Compose and Send Messages

RIT Message Center Compose and Send Messages RIT Message Center Compose and Send Messages Table of Contents Table of Contents... 2 Logging into Message Center... 3 Category Display... 3 Message Center: Create a Message... 4 Create a New Message without

More information

CTERA Agent for Mac OS-X

CTERA Agent for Mac OS-X User Guide CTERA Agent for Mac OS-X September 2013 Version 4.0 Copyright 2009-2013 CTERA Networks Ltd. All rights reserved. No part of this document may be reproduced in any form or by any means without

More information

nopcommerce User Guide

nopcommerce User Guide nopcommerce User Guide Open source ecommerce solution Version 1.90 Copyright Notice Information in this document, including URL and other Internet Web site references, is subject to change without notice.

More information

Shavlik Patch for Microsoft System Center

Shavlik Patch for Microsoft System Center Shavlik Patch for Microsoft System Center User s Guide For use with Microsoft System Center Configuration Manager 2012 Copyright and Trademarks Copyright Copyright 2014 Shavlik. All rights reserved. This

More information

ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE

ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE ThirtySix Software WRITE ONCE. APPROVE ONCE. USE EVERYWHERE. www.thirtysix.net SMARTDOCS 2014.1 SHAREPOINT CONFIGURATION GUIDE THIRTYSIX SOFTWARE UPDATED MAY 2014 Table of Contents Table of Contents...

More information

Easy Manage Helpdesk Guide version 5.4

Easy Manage Helpdesk Guide version 5.4 Easy Manage Helpdesk Guide version 5.4 Restricted Rights Legend COPYRIGHT Copyright 2011 by EZManage B.V. All rights reserved. No part of this publication or software may be reproduced, transmitted, stored

More information

Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0

Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0 Oracle Business Intelligence Publisher Deploying Oracle Business Intelligence Publisher in J2EE Application Servers Release 10.1.3.2.0 Part No. B32481-01 December 2006 Introduction Oracle BI Publisher

More information

Business Portal for Microsoft Dynamics GP. Electronic Document Delivery Release 10.0

Business Portal for Microsoft Dynamics GP. Electronic Document Delivery Release 10.0 Business Portal for Microsoft Dynamics GP Electronic Document Delivery Release 10.0 Copyright Copyright 2007 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is

More information

Milestone Systems Software Manager 1.5. Administrator's Manual

Milestone Systems Software Manager 1.5. Administrator's Manual Milestone Systems Software Manager 1.5 Contents INTRODUCTION... 4 PREREQUISITES... 5 SUPPORTED OPERATING SYSTEMS... 5 PREREQUISITES FOR ALL REMOTE SERVERS... 5 IMPORTANT INFORMATION... 5 VERSION SPECIFIC

More information

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream

User Manual. Onsight Management Suite Version 5.1. Another Innovation by Librestream User Manual Onsight Management Suite Version 5.1 Another Innovation by Librestream Doc #: 400075-06 May 2012 Information in this document is subject to change without notice. Reproduction in any manner

More information

System Administration Training Guide. S100 Installation and Site Management

System Administration Training Guide. S100 Installation and Site Management System Administration Training Guide S100 Installation and Site Management Table of contents System Requirements for Acumatica ERP 4.2... 5 Learning Objects:... 5 Web Browser... 5 Server Software... 5

More information

Windows Azure Pack Installation and Initial Configuration

Windows Azure Pack Installation and Initial Configuration Windows Azure Pack Installation and Initial Configuration Windows Server 2012 R2 Hands-on lab In this lab, you will learn how to install and configure the components of the Windows Azure Pack. To complete

More information

CMS Training. Prepared for the Nature Conservancy. March 2012

CMS Training. Prepared for the Nature Conservancy. March 2012 CMS Training Prepared for the Nature Conservancy March 2012 Session Objectives... 3 Structure and General Functionality... 4 Section Objectives... 4 Six Advantages of using CMS... 4 Basic navigation...

More information

Email Archiving User Guide Outlook Plugin. Manual version 3.1

Email Archiving User Guide Outlook Plugin. Manual version 3.1 Email Archiving User Guide Outlook Plugin Manual version 3.1 Copyright 2012 Omniquad Ltd. All rights reserved. Omniquad Ltd Crown House 72 Hammersmith Road Hammersmith London W14 8TH United Kingdom Omniquad

More information

Service Release Notes 8.2

Service Release Notes 8.2 Service Release Notes 8.2 Version 8.2.0.1.1097 Mobile Service Manager Legal Notice This document, as well as all accompanying documents for this product, is published by Good Technology Corporation ( Good

More information

CMS Training Manual. A brief overview of your website s content management system (CMS) with screenshots. CMS Manual

CMS Training Manual. A brief overview of your website s content management system (CMS) with screenshots. CMS Manual Training A brief overview of your website s content management system () with screenshots. 1 Contents Logging In:...3 Dashboard:...4 Page List / Search Filter:...5 Common Icons:...6 Adding a New Page:...7

More information

GMC Connect User Guide v1.1

GMC Connect User Guide v1.1 GMC Connect User Guide v1.1 CONTENTS 1 INTRODUCTION...3 2 ACCESSING GMC CONNECT...4 2.1 User Registration...4 2.2 Logging In...5 3 THE HOME PAGE...6 4 DOCUMENT FOLDERS...7 4.1 About Document Folders...7

More information

Novell Identity Manager

Novell Identity Manager AUTHORIZED DOCUMENTATION Manual Task Service Driver Implementation Guide Novell Identity Manager 4.0.1 April 15, 2011 www.novell.com Legal Notices Novell, Inc. makes no representations or warranties with

More information

How To Backup A Database In Navision

How To Backup A Database In Navision Making Database Backups in Microsoft Business Solutions Navision MAKING DATABASE BACKUPS IN MICROSOFT BUSINESS SOLUTIONS NAVISION DISCLAIMER This material is for informational purposes only. Microsoft

More information

Installation Guide. Novell Storage Manager 3.1.1 for Active Directory. Novell Storage Manager 3.1.1 for Active Directory Installation Guide

Installation Guide. Novell Storage Manager 3.1.1 for Active Directory. Novell Storage Manager 3.1.1 for Active Directory Installation Guide Novell Storage Manager 3.1.1 for Active Directory Installation Guide www.novell.com/documentation Installation Guide Novell Storage Manager 3.1.1 for Active Directory October 17, 2013 Legal Notices Condrey

More information

How to Test Out Backup & Replication 6.5 for Hyper-V

How to Test Out Backup & Replication 6.5 for Hyper-V How to Test Out Backup & Replication 6.5 for Hyper-V Mike Resseler May, 2013 2013 Veeam Software. All rights reserved. All trademarks are the property of their respective owners. No part of this publication

More information

Microsoft Dynamics GP. Workflow Installation Guide Release 10.0

Microsoft Dynamics GP. Workflow Installation Guide Release 10.0 Microsoft Dynamics GP Workflow Installation Guide Release 10.0 Copyright Copyright 2008 Microsoft Corporation. All rights reserved. Complying with all applicable copyright laws is the responsibility of

More information

ExDesk s Quick Start Account Configuration Guide

ExDesk s Quick Start Account Configuration Guide ExDesk s Quick Start Account Configuration Guide 1. Some Quick Definitions 2. Account Creation 3. The Decisions 4. Customizing your ExDesk account 5. Creating Admins 6. Creating additional Clients 7. Sharing

More information

StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core

StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core StarWind iscsi SAN Software: Installing StarWind on Windows Server 2008 R2 Server Core www.starwindsoftware.com Copyright 2008-2011. All rights reserved. COPYRIGHT Copyright 2008-2011. All rights reserved.

More information

Keynote DeviceAnywhere/HP Application Lifecycle Management (HP ALM/QC) Integration Guide. TCE Automation 5.2

Keynote DeviceAnywhere/HP Application Lifecycle Management (HP ALM/QC) Integration Guide. TCE Automation 5.2 Keynote DeviceAnywhere/HP Application Lifecycle Management (HP ALM/QC) Integration Guide TCE Automation 5.2 Copyright Copyright 2012 Keynote DeviceAnywhere. All Rights Reserved. August 2012. Notice 2012

More information

HP IMC Firewall Manager

HP IMC Firewall Manager HP IMC Firewall Manager Configuration Guide Part number: 5998-2267 Document version: 6PW102-20120420 Legal and notice information Copyright 2012 Hewlett-Packard Development Company, L.P. No part of this

More information

Oracle Enterprise Manager. Description. Versions Supported. Prerequisites

Oracle Enterprise Manager. Description. Versions Supported. Prerequisites Oracle Enterprise Manager System Monitoring Plug-in Installation Guide for Microsoft SQL Server 10g Release 2 (10.2) B28049-01 January 2006 This document provides a brief description about the Oracle System

More information

Kaltura Extension for IBM Connections Deployment Guide. Version: 1.0

Kaltura Extension for IBM Connections Deployment Guide. Version: 1.0 Kaltura Extension for IBM Connections Deployment Guide Version: 1.0 Kaltura Business Headquarters 5 Union Square West, Suite 602, New York, NY, 10003, USA Tel.: +1 800 871 5224 Copyright 2014 Kaltura Inc.

More information

Host Access Management and Security Server

Host Access Management and Security Server Host Access Management and Security Server Evaluation Guide Host Access Management and Security Server Evaluation Guide 12.2 Copyrights and Notices Copyright 2015 Attachmate Corporation. All rights reserved.

More information