mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Add some hints for openSUSE new installation
parent
93601f6c33
commit
1510b45a09
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user