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
72:install [2019/03/26 15:11] emr72:install [2019/04/10 10:39] – [Perform basic installation] vtbr
Line 69: Line 69:
 </code> </code>
  
 +  * If you are updating from another version, check the release notes for any additional mandatory manual upgrade steps which may be necessary
   * Activate the configuration   * Activate the configuration
       * Windows Start Menu: Execute "Programs > Method Park > Stages > Update Configuration"       * Windows Start Menu: Execute "Programs > Method Park > Stages > Update Configuration"
Line 75: Line 76:
       * 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"
 +
  
 ===== Configure Virus Scanner ===== ===== Configure Virus Scanner =====
Line 161: Line 163:
 ===== Configure SSL ===== ===== Configure SSL =====
  
-  Get+To encrypt all connections between the users and Stages, we strongly recommend to configure SSL for the Stages server. 
 + 
 +  Ask for a DNS alias for the server, e.g. "stages.company.com" 
 +  * Ask for a SSL certificate for the server which refers to the above alias. Depending on your local procedures, this might require creating a certificate request (see [[https://www.digicert.com/csr-ssl-installation/tomcat-keytool.htm|https://www.digicert.com/csr-ssl-installation/tomcat-keytool.htm]] 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) 
 +  * Configure a redirect from ports 80 and/or 8080 to the SSL port (typically 443 or 8443)
  
 ===== Accessing Stages ===== ===== Accessing Stages =====