Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
75:install [2020/05/11 12:49] – [Perform basic installation] alz75:install [2020/05/14 08:07] – [Install Fonts] twn
Line 72: Line 72:
 ## settings for oracle ## settings for oracle
 torque.database.default.driver=oracle.jdbc.driver.OracleDriver torque.database.default.driver=oracle.jdbc.driver.OracleDriver
-torque.database.default.url=jdbc:oracle:thin:@<IP/hostname>:<port>:<SID>+torque.database.default.url=jdbc:oracle:thin:@<IP/hostname>:<port>/<pdb>
 torque.database.default.username=<oracle-username> torque.database.default.username=<oracle-username>
 torque.database.default.password=<oracle-password> torque.database.default.password=<oracle-password>
Line 170: Line 170:
       * Process visualizations: **DejaVu Sans Condensed**  (license free)       * Process visualizations: **DejaVu Sans Condensed**  (license free)
       * PDF Print: **Arial Unicode MS**  (subject to add. license conditions)       * PDF Print: **Arial Unicode MS**  (subject to add. license conditions)
 +
 __Configuring font for Stages process visualizations (metamodel: Unified Configuration) [<font inherit/inherit;;#e67e22;;inherit>STAGES 7.4.4.5 and newer</font>]:__ __Configuring font for Stages process visualizations (metamodel: Unified Configuration) [<font inherit/inherit;;#e67e22;;inherit>STAGES 7.4.4.5 and newer</font>]:__
   * Make sure the scriptconfig.js in your metamodel is up to date and contains var FONTNAME = availableFontFamilies.getConfiguredFont();   * Make sure the scriptconfig.js in your metamodel is up to date and contains var FONTNAME = availableFontFamilies.getConfiguredFont();
-  * Place the custom font in your conf/fonts folder+  * Place the custom font in your <Stages installation path>\stages\conf\fonts folder
   * Add the diagram.font property to your config.xml file in the following way: <property name=“diagram.font” value=“DejaVu Sans Condensed:DejaVuSansCondensed.ttf”/>   * Add the diagram.font property to your config.xml file in the following way: <property name=“diagram.font” value=“DejaVu Sans Condensed:DejaVuSansCondensed.ttf”/>
   * Execute: "<Stages installation path>/stages/bin/update"   * Execute: "<Stages installation path>/stages/bin/update"
Line 183: Line 184:
       * Open file: "<Stages installation path>/stages/conf/config.xml"       * Open file: "<Stages installation path>/stages/conf/config.xml"
       * Adjust the following property: //<property name="pdf.font.list" value="/usr/share/fonts/TTF/arialuni.ttf"/>//       * Adjust the following property: //<property name="pdf.font.list" value="/usr/share/fonts/TTF/arialuni.ttf"/>//
 +
  
 ===== Install Stages license ===== ===== Install Stages license =====