Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 711:install [2025/03/04 12:20] – [(Optional) Start without Root Privileges on Linux] Geupel, Christian | 711:install [2025/06/12 09:34] (current) – [Stages installation on Windows] Suess, Bernhard | ||
|---|---|---|---|
| Line 65: | Line 65: | ||
| === Establish database connection with MySQL === | === Establish database connection with MySQL === | ||
| - | * Download MySQL JDBC connector (Connector/ | + | * Download MySQL JDBC connector (**Connector/ |
| - | * Copy JDBC connector to ”< | + | * Copy JDBC connector |
| * Edit ”< | * Edit ”< | ||
| - | < | ||
| + | <code -> | ||
| torque.database.default.driver = com.mysql.cj.jdbc.Driver | torque.database.default.driver = com.mysql.cj.jdbc.Driver | ||
| torque.database.default.adapter = DBMM | torque.database.default.adapter = DBMM | ||
| Line 75: | Line 75: | ||
| torque.database.default.username = stages | torque.database.default.username = stages | ||
| torque.database.default.password = pass | torque.database.default.password = pass | ||
| - | |||
| </ | </ | ||
| * Activate the configuration | * Activate the configuration | ||
| - | | + | |
| * Start Stages | * Start Stages | ||
| - | | + | |
| === Establish database connection with Oracle === | === Establish database connection with Oracle === | ||
| Line 89: | Line 88: | ||
| * Edit ”< | * Edit ”< | ||
| - | < | + | < |
| ## settings for oracle | ## settings for oracle | ||
| torque.database.default.driver=oracle.jdbc.driver.OracleDriver | torque.database.default.driver=oracle.jdbc.driver.OracleDriver | ||
| Line 95: | Line 94: | ||
| torque.database.default.username=< | torque.database.default.username=< | ||
| torque.database.default.password=< | torque.database.default.password=< | ||
| - | |||
| </ | </ | ||
| Line 101: | Line 99: | ||
| * Activate the configuration | * Activate the configuration | ||
| - | | + | |
| * Start Stages | * Start Stages | ||
| - | | + | |