From 1510b45a097f45ce0c64695160b103ed51fe0fef Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 11 Jan 2022 14:55:59 +0100 Subject: [PATCH] Add some hints for openSUSE new installation --- Distribution-specific-instructions.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Distribution-specific-instructions.md b/Distribution-specific-instructions.md index cbaa79a..523633b 100644 --- a/Distribution-specific-instructions.md +++ b/Distribution-specific-instructions.md @@ -65,6 +65,15 @@ zypper addrepo https://download.opensuse.org/repositories/server:eGroupWare/open ``` > For openSUSE 15.0, 15.1 or 15.2 please replace in the above instructions "openSUSE_Leap_15.3" with "openSUSE_Leap_15.2", "openSUSE_Leap_15.1" or "openSUSE_Leap_15.0", for SLES use "SLE_15" or "SLE_12". +> For new installation make sure that you have all necessary services running before installation. For instance, if you'd like to run egroupware database outside of container (default), you need to make sure that mariadb is installed and its service is running, by default mariadb.service is not getting started only after installation it needs to be started manually. (see the following commands) + +>``` systemctl status mariadb.service ``` +>``` systemctl start mariadb.service ``` + +>This would be the same for nginx service if you plan to use nginx (our recommendation web server). +``` systemctl status nginx.service ``` +``` systemctl start nginx.service ``` + Then you need to run for new installations or updating EPL: ``` zypper refresh