Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| 79:install [2024/03/07 16:05] – [Accessing Stages] Weinlein, Thomas | 79:install [2024/03/15 11:28] (current) – [Start without Root Privileges on Linux] Mrozek, Marek | ||
|---|---|---|---|
| Line 248: | Line 248: | ||
| * execute “stages start” | * execute “stages start” | ||
| + | ==== (Optional) Start without Root Privileges on Linux ==== | ||
| + | |||
| + | Normally Stages is started by the " | ||
| + | |||
| + | Please note that privileged ports below 1024 cannot be opened in this configuration, | ||
| + | |||
| + | **How to configure the user that Stages service should run as?** | ||
| + | |||
| + | 1. Edit stages.service file: | ||
| + | * vi / | ||
| + | * add the line User=< | ||
| + | |||
| + | 2. Reload system manager configuration with systemctl command: | ||
| + | * Unordered List Itemsystemctl daemon-reload | ||
| + | |||
| + | 3. Additionally change the user ownership for all files below stages installation folder with following command: | ||
| + | * chown -R < | ||
| ===== (Optional) Secure MySQL connection with SSL ===== | ===== (Optional) Secure MySQL connection with SSL ===== | ||
| Line 342: | Line 359: | ||
| ===== Configure SSL ===== | ===== Configure SSL ===== | ||
| - | Please refer to [[configure_stages# | + | Please refer to [[configure_stages# |
| === Add CAs to your TrustStore === | === Add CAs to your TrustStore === | ||
| Line 353: | Line 370: | ||
| ===== Change password of " | ===== Change password of " | ||
| - | '' | + | Log in with the " |
| ===== Prepare Stages for productive usage ===== | ===== Prepare Stages for productive usage ===== | ||