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/25 18:07] 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 95: Line 94:
  
 <code> <code>
-$JAVA_HOME/bin/keytool -importcert -alias MySQLCACert -file ca.pem -keystore truststore -storepass mypassword+$JAVA_HOME/bin/keytool -importcert -alias MySQLCACert -file ca.pem -keystore truststore.jks -storepass mypassword
  
 </code> </code>
Line 102: Line 101:
  
 <code> <code>
-&clientCertificateKeyStoreUrl=file:/opt/stages/conf/truststore&&useSSL=trueclientCertificateKeyStorePassword=mypassword+&clientCertificateKeyStoreUrl=file:/opt/stages/conf/truststore.jks&useSSL=true&clientCertificateKeyStorePassword=mypassword
  
 </code> </code>
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 184: Line 180:
       * 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 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 215: 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 247: 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.
- 
-