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/14 08:07] – [Install Fonts] twn75:install [2020/06/08 08:09] – [(Optional) Secure MySQL connection with SSL] alz
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 102: Line 101:
  
 <code> <code>
-&clientCertificateKeyStoreUrl=file:/opt/stages/conf/truststore&&useSSL=trueclientCertificateKeyStorePassword=mypassword+&clientCertificateKeyStoreUrl=file:/opt/stages/conf/truststore&useSSL=true&clientCertificateKeyStorePassword=mypassword
  
 </code> </code>
Line 112: Line 111:
  
 </code> </code>
 +
  
 ===== Configure Virus Scanner ===== ===== Configure Virus Scanner =====
Line 156: Line 156:
       * 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 184: Line 181:
       * 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 =====
Line 203: Line 199:
   * 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 215: Line 211:
     </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 247: Line 231:
  
 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.
- 
-