From deb8fb59e9e4a9278075ef68b3133b8316cc4dd5 Mon Sep 17 00:00:00 2001 From: RubenOPS <152260548+RubenOPS@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:31:37 +0200 Subject: [PATCH] Update installing.md --- docs/ops/installing.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/ops/installing.md b/docs/ops/installing.md index 23b364a17..3e649b567 100644 --- a/docs/ops/installing.md +++ b/docs/ops/installing.md @@ -47,6 +47,12 @@ The values needed are: You need a SSL certificate to configuring the front-end proxy and make the browser use **https** before putting data on the server. +If SELinux is enabled, run the following command to ensure that the application can connect to required services: + +```bash +setsebool -P httpd_can_network_connect on +``` + ## Installing Armadillo as service We run Armadillo in production as a Linux service on Ubuntu, ensuring it gets restarted when the server is rebooted. You might be able to reproduce also on CentOS (using yum instead of apt). @@ -184,4 +190,4 @@ For questions on other linux release you can email molgenis-operations@umcg.nl ## What's next? * [For the server owner or data manager who need to put data on to the server](https://molgenis.github.io/molgenis-r-armadillo/) -* [For the researcher who want to start analyzing the data on the server](https://molgenis.github.io/molgenis-r-datashield/) \ No newline at end of file +* [For the researcher who want to start analyzing the data on the server](https://molgenis.github.io/molgenis-r-datashield/)