Skip to main content

Installation

Every Web2Publish rendering method (selection-based and import-based) uses the same installation procedure. Only the project name, deployment package, processes, and configuration files differ.

Prerequisites​

  • Web2Publish is installed.
  • ObjectStorage is installed, so you can upload the master document.
  • A template publication exists. Alternatively, a document template is available and uploaded to priint:planner. Open the Document templates section to upload your document template.
  • The Consistent Demo Data is installed. See the Installation Guide.
  • The Web2Publish skeleton package is available on the priint webftp storage, in the priint_suite_accpacks folder under Demo_SkeletonWeb2Publish. Please contact our support for access.
    • Configuration files for the included use-cases.
    • BPMN processes
    • Publication Type used for the Web2Publish include. Metadata

Step 1: Download​

Deploy the Skeleton Package​

Deploy the Web2Publish skeleton deployment package as described in Using Accelerating Package in your Project.

The deployment package installs the base skeleton. Each wizard needs additional Camunda processes and configuration to work. Import and configure these separately per rendering method.

Demo_SkeletonWeb2Publish​

Inside Demo_SkeletonWeb2Publish extract SkeletonConsistentDemo-<version>.zip. You will see

File/folder structureContents
SkeletonConsistentDemo-<version>-install.zipPlugin war,ISON XML configuration
SkeletonConsistentDemo-<version>-update.zipPlugin war
exampleExample Excel data
bpmCamunda processes needed to run consisten demo in w2p

Install or update the plugin​

Use one of the following packages:

  • SkeletonConsistentDemo-<version>-install.zip – for a first-time installation.
  • SkeletonConsistentDemo-<version>-update.zip – to update an existing installation.

For both packages:

  1. Extract the package.
  2. Deploy it using the package deployment process in priint:AdminUI.

Install Camunda processes​

The demo needs a set of Camunda processes. Deploy the processes listed below. You find them in the bpmn folder of the Demo_SkeletonWeb2Publish package.

NoProcess instanceObject typeProcess typeDescriptionUsed for
1W2P_GENERIC_IMPORTING_AND_PLANNINGFOLDER_PUBLICATIONUPLOAD_PROCESSImport and planning dataImport-based rendering
2W2P_GENERIC_DOCUMENT_RENDERINGDOCUMENTSERVICE_PROCESSRendering documentImport-based rendering
3W2P_GENERIC_CREATE_PDF_DOCUMENTDOCUMENTSERVICE_PROCESSRendering publicationImport-based rendering
4W2P_GENERIC_IMPORT_RENDERING_AND_EXPORT_PDFFOLDER_PUBLICATIONDOWNLOAD_PROCESSRender and get PDF resultImport-based rendering
5W2P_GENERIC_SELECTION_RENDERINGFOLDER_PUBLICATIONSERVICE_PROCESSRendering publicationSelection-based rendering

Post-installation​

  1. Open the ISON configuration: com.priint.w2p.config.W2PConfiguration/WerkII/default/default.xml
  2. Replace ${publicationTypeId} with the publication type ID that you want to use.
  3. Save the configuration.
  4. Open priint:web2publish and verify that the demo is available.

Further Reading​