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/13 10:24] – [Perform basic installation] cgl75:install [2020/05/28 17:53] emr
Line 85: Line 85:
       * Windows: Start the services "Stages Search" and then "Stages"       * Windows: Start the services "Stages Search" and then "Stages"
       * Linux: Execute "stages start"       * Linux: Execute "stages start"
- 
  
 ===== (Optional) Secure MySQL connection with SSL ===== ===== (Optional) Secure MySQL connection with SSL =====
Line 156: Line 155:
       * Execute command:** stages update**       * Execute command:** stages update**
       * Restart the Stages service: **stages start**       * Restart the Stages service: **stages start**
- 
- 
- 
  
 ===== Install Fonts ===== ===== Install Fonts =====
Line 170: Line 166:
       * 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 201: Line 198:
   * Import the SSL certificate into a keystore (see link above for more info)   * Import the SSL certificate into a keystore (see link above for more info)
   * Configure Tomcat to use this SSL certificate (see link above for more info). The relevant Tomcat config file is located in ''conf/server.xml''  and the SSL info needs to be configured for each ''<Connector>''  section. After updating the config file, run ''bin/update.sh''  or ''bin\update.bat''  to install it at the correct location.   * Configure Tomcat to use this SSL certificate (see link above for more info). The relevant Tomcat config file is located in ''conf/server.xml''  and the SSL info needs to be configured for each ''<Connector>''  section. After updating the config file, run ''bin/update.sh''  or ''bin\update.bat''  to install it at the correct location.
-  * To enforce redirection from http to https add the following to ''conf/web-customer.xml''. This needs a Stages Version > 7.4.2.0.<code>+  * To enforce redirection from http to https add the following to ''conf/web-customer.xml''.<code>
  
 <security-constraint> <security-constraint>
Line 213: Line 210:
     </user-data-constraint>     </user-data-constraint>
 </security-constraint> </security-constraint>
- 
-</code> 
- 
-  * Enable global secure mode for Stages to set the neccessary headers for cross site scripting prevention in config.xml 
- 
-<code> 
-[...] 
-<properties> 
-    [...] 
-   <property name="global.secureMode.enabled" value="true"/> 
-</properties> 
-[...] 
  
 </code> </code>
Line 245: Line 230:
  
 Please contact your Method Park Product Consultant to further adapt the Stages process content for productive usage. Please contact your Method Park Product Consultant to further adapt the Stages process content for productive usage.
- 
-