diff options
author | villepeh <100730729+villepeh@users.noreply.github.com> | 2025-02-10 10:17:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-10 08:17:26 +0000 |
commit | deb09b38362be0c567da166bd697ef8abff422b2 (patch) | |
tree | 521de4bd7443582ae68132d3d6b3fd2b626ef959 | |
parent | Merge branch 'release-v1.124' into develop (diff) | |
download | synapse-deb09b38362be0c567da166bd697ef8abff422b2.tar.xz |
Add Oracle Linux installation instructions (#17436)
### Pull Request Checklist <!-- Please read https://element-hq.github.io/synapse/latest/development/contributing_guide.html before submitting your pull request --> * [X] Pull request is based on the develop branch * [X] Pull request includes a [changelog file](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#changelog). The entry should: - Be a short description of your change which makes sense to users. "Fixed a bug that prevented receiving messages from other servers." instead of "Moved X method from `EventStore` to `EventWorkerStore`.". - Use markdown where necessary, mostly for `code blocks`. - End with either a period (.) or an exclamation mark (!). - Start with a capital letter. - Feel free to credit yourself, by adding a sentence "Contributed by @github_username." or "Contributed by [Your Name]." to the end of the entry. * [X] [Code style](https://element-hq.github.io/synapse/latest/code_style.html) is correct (run the [linters](https://element-hq.github.io/synapse/latest/development/contributing_guide.html#run-the-linters)) I forgot the guide applies to Oracle Linux as well. In fact, I ran a small homeserver on OEL a few months back. I did minimal installations on Rocky and OEL on VirtualBox and noticed Codeready/Powertools repos aren't required, so I removed those commands from the guide. I switched `RHEL`-references to `EL`. #17423 was merged before I remembered about OEL but a new PR shouldn't hurt :) --------- Co-authored-by: Quentin Gliech <quenting@element.io>
-rw-r--r-- | changelog.d/17436.doc | 1 | ||||
-rw-r--r-- | docs/setup/installation.md | 17 |
2 files changed, 4 insertions, 14 deletions
diff --git a/changelog.d/17436.doc b/changelog.d/17436.doc new file mode 100644 |