Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 72:install [2020/04/03 12:08] – [(Optional) Secure MySQL connection with SSL] nswt | 72:install [2024/02/15 00:00] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| * Download and install Java Development Kit 8 (see [[: | * Download and install Java Development Kit 8 (see [[: | ||
| - | * 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 (will be sent to you by [[stages-support@ul.com? |
| * A user with the name " | * A user with the name " | ||
| * Database installation with Oracle 11g or 12c: | * Database installation with Oracle 11g or 12c: | ||
| - | * 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 MySQL5.7: | * Database installation with MySQL5.7: | ||
| - | * 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 81: | Line 81: | ||
| * 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 97: | Line 98: | ||
| < | < | ||
| - | & | + | & |
| </ | </ | ||
| Line 104: | Line 105: | ||
| < | < | ||
| - | torque.database.default.url = jdbc: | + | torque.database.default.url = jdbc: |
| </ | </ | ||
| - | |||
| ===== Configure Virus Scanner ===== | ===== Configure Virus Scanner ===== | ||
| Line 127: | Line 127: | ||
| * 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=< |
| * 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** | ||
| Line 133: | Line 133: | ||
| * Linux: | * Linux: | ||
| * Open file "< | * Open file "< | ||
| - | * Modify the red colored value: // | + | * Modify the red colored value: // |
| * Restart the Stages service:** stages restart** | * Restart the Stages service:** stages restart** | ||
| + | |||
| + | === Search engine memory === | ||
| + | |||
| + | Depending on the size of your database it can be necessary to adjust the memory settings of the search engine. To do that open the file "< | ||
| + | |||
| + | Adjust the lines< | ||
| + | |||
| + | -Xms1g | ||
| + | -Xmx1g | ||
| + | |||
| + | </ | ||
| + | |||
| + | After that restart the Stages search service. | ||
| + | |||
| ===== Install customer specific metamodel (if available) ===== | ===== Install customer specific metamodel (if available) ===== | ||
| Line 164: | Line 178: | ||
| * PDF Print: **Arial Unicode MS** (subject to add. license conditions) | * PDF Print: **Arial Unicode MS** (subject to add. license conditions) | ||
| - | __Configuring font for Stages process visualizations (metamodel: Unified Configuration): | + | __Configuring font for Stages process visualizations (metamodel: Unified Configuration) |
| * Windows: | * Windows: | ||
| * Unzip: "< | * Unzip: "< | ||
| Line 170: | Line 184: | ||
| * Adjust the following setting: //var FONTNAME = "Arial Unicode MS";// | * Adjust the following setting: //var FONTNAME = "Arial Unicode MS";// | ||
| * Repeat this step for file: " <Stages installation path> | * Repeat this step for file: " <Stages installation path> | ||
| + | * Add the diagram.font.list property to your config.xml file in the following way: < | ||
| * Execute: "< | * Execute: "< | ||
| * Linux: | * Linux: | ||
| Line 177: | Line 192: | ||
| var FONTNAME = " | var FONTNAME = " | ||
| * Repeat this step for file: "< | * Repeat this step for file: "< | ||
| + | * Add the diagram.font.list property to your config.xml file in the following way: < | ||
| * Execute: "< | * Execute: "< | ||
| + | |||
| + | **Caution**//: | ||
| + | |||
| + | __Configuring font for Stages process visualizations (metamodel: Unified Configuration) [STAGES 7.4.4.5 and newer]:__ | ||
| + | * Make sure the scriptconfig.js in your metamodel is up to date and contains var FONTNAME = availableFontFamilies.getConfiguredFont(); | ||
| + | * Place the custom font in your conf/fonts folder | ||
| + | * Add the diagram.font property to your config.xml file in the following way: < | ||
| + | * Execute: "< | ||
| __Configuring font for Stages PDF printing:__ | __Configuring font for Stages PDF printing:__ | ||
| Line 186: | Line 210: | ||
| * Open file: "< | * Open file: "< | ||
| * Adjust the following property: //< | * Adjust the following property: //< | ||
| + | |||
| ===== Install Stages license ===== | ===== Install Stages license ===== | ||