Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
711:install [2024/08/29 14:19] – created - external edit 127.0.0.1 | 711:install [2025/06/12 09:34] (current) – [Stages installation on Windows] Suess, Bernhard | ||
---|---|---|---|
Line 39: | Line 39: | ||
< | < | ||
create database stages; | create database stages; | ||
- | create user ' | + | create user ' |
- | grant all privileges on *.* to ' | + | grant all privileges on *.* to ' |
flush privileges; | flush privileges; | ||
exit; | exit; | ||
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 | ||
- | | + | |
Line 239: | Line 237: | ||
==== (Optional) Start without Root Privileges on Linux ==== | ==== (Optional) Start without Root Privileges on Linux ==== | ||
- | Normally Stages is started by the " | + | Normally Stages is started by the " |
Please note that privileged ports below 1024 cannot be opened in this configuration, | Please note that privileged ports below 1024 cannot be opened in this configuration, |