diff --git a/QUICK_START.md b/QUICK_START.md index 35afd99..04a097e 100644 --- a/QUICK_START.md +++ b/QUICK_START.md @@ -1,4 +1,4 @@ -# PDF Exporter quick start +# Quick start ### Run WeasyPrint in Docker @@ -11,17 +11,17 @@ and copy it to `/polarion/extensions/ch.sbb.polarion.extension.pd ## Specify required properties in polarion.properties file -Open file `/etc/polarion.properties` in a file editor of your choice and add following properties to it: +Add following properties to file `polarion.properties`: ```properties com.siemens.polarion.rest.enabled=true -com.siemens.polarion.rest.cors.allowedOrigins= +com.siemens.polarion.rest.swaggerUi.enabled=true ch.sbb.polarion.extension.pdf-exporter.weasyprint.service=http://localhost:9080 ``` ## Restart Polarion -Restart Polarion services, either yourself if you have such rights, or ask a system administrator. +Restart Polarion. ## Configure PDF Exporter for Live Reports @@ -43,4 +43,5 @@ On admin pane of appropriate project select menu "Documents & Pages ➙ Document ## Ready to go -You are now ready to use PDF Exporter in your Polarion. \ No newline at end of file +PDF Exporter is now installed and configured. You can now open a Live Document and on Documents Sidebar you will see PDF Exporter section. Also open About page of PDF Exporter on admin pane +and make sure that there are no errors in Extension configuration status table. \ No newline at end of file diff --git a/README.md b/README.md index a758eb0..5e82cca 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The extension uses [WeasyPrint](https://weasyprint.org/) as a PDF engine and req ## Quick start -Please see separate [quick start page](QUICK_START.md) were briefly summarized all most important and applicable steps and configurations. +Please see separate [quick start page](QUICK_START.md) where briefly summarized all most important and applicable steps and configurations. If you need deeper knowledge about all possible steps, configurations and their descriptions, please see sections below.