Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 75:install [2021/07/14 13:40] – [Configure SSL] alz | 75:install [2024/02/15 00:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| ===== Perform basic installation ===== | ===== Perform basic installation ===== | ||
| - | * Download and install Java Development Kit 8 (see [[:75: | + | * Download and install Java Development Kit 8 (see [[:79: |
| - | * Stages installation on Windows: Execute Stages installer as administrator (will be sent to you by [[stages-support@methodpark.de? | + | * Stages installation on Windows: |
| + | * Execute Stages installer as administrator (will be sent to you by [[stages-support@ul.com? | ||
| * Stages installation on Linux: | * Stages installation on Linux: | ||
| - | * Install RPM package (will be sent to you by [[stages-support@methodpark.de? | + | * Install RPM package |
| * A user with the name " | * A user with the name " | ||
| * Database installation with Oracle 11g, 12c or 19c: | * Database installation with Oracle 11g, 12c or 19c: | ||
| - | | + | |
| - | * Download Oracle JDBC connector for your Oracle version. | + | * Download Oracle JDBC connector for your Oracle version. |
| - | * Copy JDBC connector to "< | + | * Copy JDBC connector to "< |
| * Database installation with MySQL 8.0: | * Database installation with MySQL 8.0: | ||
| - | | + | |
| - | * Download MySQL JDBC connector (Connector/ | + | * Download MySQL JDBC connector (Connector/ |
| - | * Copy JDBC connector to "< | + | * Copy JDBC connector to "< |
| - | * Install MySQL 8.0 (if not already installed): | + | * Install MySQL 8.0 (if not already installed): |
| - | * Select Setup Type " | + | * Select Setup Type " |
| - | * Install MySQL with Config Type " | + | * Install MySQL with Config Type " |
| - | * Adapt/check the following properties within " | + | * Adapt/check the following properties within " |
| - | * Windows: \ProgramData\MySQL\MySQL Server 8.0\my.ini | + | * Windows: \ProgramData\MySQL\MySQL Server 8.0\my.ini |
| - | * Linux: (CentOS) / | + | * Linux: (CentOS) /etc/my.cnf |
| + | < | ||
| [mysql] | [mysql] | ||
| Line 105: | Line 107: | ||
| < | < | ||
| - | & | + | & |
| </ | </ | ||
| Line 134: | Line 136: | ||
| * Windows: | * Windows: | ||
| * Open file "< | * Open file "< | ||
| - | * Modify the red colored setting: //set TOMCAT_OPTS=–JvmMx=<font inherit/ | + | * Modify the red colored setting: //set TOMCAT_OPTS=–JvmMx= |
| + | <RAM in MB> // | ||
| * Open a cmd with administrative permissions and navigate to folder "< | * Open a cmd with administrative permissions and navigate to folder "< | ||
| * Reinstall the Stages service: **reinstallService.bat** | * Reinstall the Stages service: **reinstallService.bat** | ||
| - | * Restart Stages service: **net start stages** | + | * Restart Stages service: |
| * Linux: | * Linux: | ||
| * Open file "< | * Open file "< | ||
| - | * Modify the red colored value: // | + | * Modify the red colored value: // |
| + | <RAM in MB> | ||
| * Restart the Stages service:** stages restart** | * Restart the Stages service:** stages restart** | ||
| Line 162: | Line 166: | ||
| ===== Install Fonts ===== | ===== Install Fonts ===== | ||
| - | If you want to use international UTF-8 charsets (e.g. Chinese, Japanese, Korean), you have to configure Stages to use appropriate fonts for process visualizations and PDF printing. Examples are **Arial Unicode MS** (subject to add. license conditions) or **Source Han Sans ** (SIL OPEN FONT LICENSE | + | If you want to use international UTF-8 charsets (e.g. Chinese, Japanese, Korean), you have to configure Stages to use appropriate fonts for process visualizations and PDF printing. Examples are **Arial Unicode MS** (subject to add. license conditions) or **Source Han Sans ** ([[https:// |
| __Configure font for Stages process visualizations (metamodel: Unified Configuration): | __Configure font for Stages process visualizations (metamodel: Unified Configuration): | ||
| * 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(); | ||
| * Open file: "< | * Open file: "< | ||
| - | * Add/adjust the " | + | * Add/adjust the " |
| - | < | + | |
| + | < | ||
| * Execute update.bat (Windows) or update.sh (Linux) in "< | * Execute update.bat (Windows) or update.sh (Linux) in "< | ||
| Line 186: | Line 192: | ||
| ===== Configure SSL ===== | ===== Configure SSL ===== | ||
| - | To encrypt all connections between the users and Stages, we strongly recommend to configure SSL for the Stages server.\\ | + | To encrypt all connections between the users and Stages, we strongly recommend to configure SSL for the Stages server. \\ |
| In addition to the following guidelines, a detailed guide on how to easily configure SSL with Stages can be found [[http:// | In addition to the following guidelines, a detailed guide on how to easily configure SSL with Stages can be found [[http:// | ||
| Line 193: | 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 ''< | * Configure Tomcat to use this SSL certificate (see link above for more info). The relevant Tomcat config file is located in ''< | ||
| - | * To enforce redirection from http to https add the following to '' | + | * To enforce redirection from http to https add the following to '' |
| + | < | ||
| < | < | ||
| Line 217: | Line 224: | ||
| * Please restart Stages service after applying changes to the Java Trust Store | * Please restart Stages service after applying changes to the Java Trust Store | ||
| - | |||
| ===== Accessing Stages ===== | ===== Accessing Stages ===== | ||