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_accpacksfolder underDemo_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 structure | Contents |
|---|---|
SkeletonConsistentDemo-<version>-install.zip | Plugin war,ISON XML configuration |
SkeletonConsistentDemo-<version>-update.zip | Plugin war |
example | Example Excel data |
bpm | Camunda 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:
- Extract the package.
- 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.
| No | Process instance | Object type | Process type | Description | Used for |
|---|---|---|---|---|---|
| 1 | W2P_GENERIC_IMPORTING_AND_PLANNING | FOLDER_PUBLICATION | UPLOAD_PROCESS | Import and planning data | Import-based rendering |
| 2 | W2P_GENERIC_DOCUMENT_RENDERING | DOCUMENT | SERVICE_PROCESS | Rendering document | Import-based rendering |
| 3 | W2P_GENERIC_CREATE_PDF_DOCUMENT | DOCUMENT | SERVICE_PROCESS | Rendering publication | Import-based rendering |
| 4 | W2P_GENERIC_IMPORT_RENDERING_AND_EXPORT_PDF | FOLDER_PUBLICATION | DOWNLOAD_PROCESS | Render and get PDF result | Import-based rendering |
| 5 | W2P_GENERIC_SELECTION_RENDERING | FOLDER_PUBLICATION | SERVICE_PROCESS | Rendering publication | Selection-based rendering |
- No. 1 to 4: Used for import-based rendering. See Import-based rendering for more details.
- No. 5: Used for selection-based rendering. See Selection-based rendering for more details.
Post-installation
- Open the ISON configuration:
com.priint.w2p.config.W2PConfiguration/WerkII/default/default.xml - Replace
${publicationTypeId}with the publication type ID that you want to use. - Save the configuration.
- Open priint:web2publish and verify that the demo is available.