Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 75:install [2022/04/05 10:42] – [Perform basic installation] bdss | 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: | * Stages installation on Windows: | ||
| - | * Execute Stages installer as administrator (will be sent to you by [[stages-support@methodpark.de? | + | * 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 "sudo rpm -Uvvh --force | + | * Install RPM package "sudo rpm -i < |
| - | * 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: | ||
| - | * Get Oracle database dump and installation instructions from [[stages-support@methodpark.de? | + | * Get Oracle database dump and installation instructions from [[stages-support@ul.com? |
| * 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: | ||
| - | * Get MySQL database dump from [[stages-support@methodpark.de? | + | * Get MySQL database dump from [[stages-support@ul.com? |
| * Download MySQL JDBC connector (Connector/ | * Download MySQL JDBC connector (Connector/ | ||
| * Copy JDBC connector to "< | * Copy JDBC connector to "< | ||
| Line 22: | Line 22: | ||
| * 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 90: | Line 91: | ||
| * Windows: Start the services " | * Windows: Start the services " | ||
| * Linux: Execute " | * Linux: Execute " | ||
| - | |||
| ===== (Optional) Secure MySQL connection with SSL ===== | ===== (Optional) Secure MySQL connection with SSL ===== | ||
| Line 107: | Line 107: | ||
| < | < | ||
| - | & | + | & |
| </ | </ | ||
| Line 136: | 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 164: | 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 188: | 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 195: | 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 219: | 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 ===== | ||