Updated openSUSE SLEs Installation (markdown)

Ralf Becker 2019-05-29 14:59:05 +02:00
parent 4fb9f750dd
commit ed4bd4d8cc

@ -25,9 +25,9 @@ please follow [step-by-step](#step-by-step-installation) installation.
| Express Instruction
|---------------------------------
| [1](#step-1)- ``` vi /etc/zypp/repos.d/egroupware-epl.repo``` <br></br>Add the following lines:<br></br>```#EGroupware EPL repository```<br></br>```[egroupware-epl]```<br>```name=EGroupware EPL (openSUSE VERSION)```<br>```type=rpm-md```<br>```baseurl = https://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/openSUSE_Leap_42.2/ ./```<br>```gpgkey = https://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/openSUSE_Leap_42.2/repodata/repomd.xml.key```<br>```gpgcheck=1```<br>```enabled=1```<br>```autorefresh=1```
| [1](#step-1)- ``` vi /etc/zypp/repos.d/egroupware-epl.repo``` <br></br>Add the following lines:<br></br>```#EGroupware EPL repository```<br></br>```[egroupware-epl]```<br>```name=EGroupware EPL (openSUSE VERSION)```<br>```type=rpm-md```<br>```baseurl = https://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/openSUSE_Leap_42.2/```<br>```gpgkey = https://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/openSUSE_Leap_42.2/repodata/repomd.xml.key```<br>```gpgcheck=1```<br>```enabled=1```<br>```autorefresh=1```
| [2](#step-2)- ```zypper update```
| [3](#step-3)- ```zypper install mariadb egroupware-epl```<br></br>follow the installation instruction
| [3](#step-3)- ```zypper install egroupware-epl```<br></br>follow the installation instruction
| [4](#step-4)- ```less /root/egroupware-epl.log```
| [5](#step-5)- ***Congratulations!!!*** You may login to your EGroupware instance
@ -47,24 +47,24 @@ Add EGroupware repository into source lists in order to fetch EGroupware's packa
For EPL Version:
```
#EGroupware EPL repository
deb https://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/DISTRO_NAME/ ./
baseurl = https://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/DISTRO_NAME/
```
Example:
```
#EGroupware EPL repository
deb https://peter:secret@download.egroupware.org/repos/stylite-epl/openSUSE_Leap_42/ ./
baseurl = https://peter:secret@download.egroupware.org/repos/stylite-epl/SLE_15/
```
OR
For Community Version:
```
#EGroupware Community repository
deb https://download.egroupware.org/repositories/server:/eGroupWare/DISTRO_NAME/ ./
baseurl = https://download.egroupware.org/repositories/server:/eGroupWare/DISTRO_NAME/ ./
```
Example:
```
#EGroupware Community repository
deb https://download.opensuse.org/repositories/server:/eGroupWare/openSUSE_Leap_42/ ./
baseurl = https://download.opensuse.org/repositories/server:/eGroupWare/SLE_15/
```
Replace the following variables used in above urls with your own values:</br>
*USERNAME*:*PASSWORD* are your given credentials for EPL version.</br>
@ -74,20 +74,15 @@ Replace the following variables used in above urls with your own values:</br>
<table>
<tr ><td colspan="all">DISTRO_NAME</td></tr>
<tr>
<td>openSUSE_Leap_15.1</td>
<td>openSUSE_Leap_15.2</td>
<td>openSUSE_Leap_42.3</td>
<td>openSUSE_Leap_42.2</td>
<td>openSUSE_Leap_42.1</td>
<td>openSUSE_13.2</td>
<td>openSUSE_13.1</td>
<td>openSUSE_11.4</td>
</tr>
<tr>
<td>SLE_15</td>
<td>SLE_12</td>
<td>SLE_11_SP3</td>
<td>SLE_11_SP2</td>
<td>SLE_11_SP1</td>
<td>SLE_11</td>
<td>SLE_10</td>
</tr>
</table>