mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-07 23:49:07 +02:00
Fix step 2 for openSUSE
@ -98,23 +98,9 @@ cat /etc/os-release
|
||||
```
|
||||
|
||||
#### Step 2:
|
||||
After adding EGroupware's repository into sources list, we need to update to fetch packages. Before doing the update we are going to make sure that we have the repository key
|
||||
added.
|
||||
|
||||
EGroupware EPL Version:
|
||||
After adding EGroupware's repository into repos list, we need to update to fetch packages.
|
||||
```
|
||||
wget -O - http://USER:PASSWORD@download.egroupware.org/build%40egroupware.org | apt-key add -
|
||||
```
|
||||
OR
|
||||
|
||||
EGroupware Community Version:
|
||||
```
|
||||
wget -nv https://download.opensuse.org/repositories/server:eGroupWare/Debian_9.0/Release.key -O Release.key | apt-key add -
|
||||
```
|
||||
if you're not running Debian_9.0 please see [DISTRO_NAME](https://software.opensuse.org/download.html?project=server%3AeGroupWare&package=egroupware-epl) to find out your distro specific url.
|
||||
|
||||
```
|
||||
apt update
|
||||
zypper refresh
|
||||
```
|
||||
|
||||
#### Step 3:
|
||||
@ -123,11 +109,11 @@ Now it's time to install egroupware-epl packages. Depends on the webserver you
|
||||
would like to use with EGroupware, you may install a webserver among the egroupware-epl
|
||||
packages, by default Apache will be installed.
|
||||
|
||||
``` apt install egroupware-epl ```
|
||||
``` zypper install mariadb egroupware-epl ```
|
||||
|
||||
e.g. for nginx installation:
|
||||
|
||||
``` apt install nginx php-fpm egroupware-epl```
|
||||
``` zypper install nginx php7-fpm mariadb egroupware-epl```
|
||||
|
||||
follow the installation instruction as shown in following figures:
|
||||
|
||||
@ -163,7 +149,7 @@ url in egroupware-epl.log. Although, before doing that we highly do recommend to
|
||||
#### Step 5:
|
||||
Congratulations!!!
|
||||
|
||||
_back to [Content](#content)_
|
||||
_back to [Content](#content)
|
||||
|
||||
* * *
|
||||
|
||||
|
Reference in New Issue
Block a user