Fix some urls

Hadi Nategh
2019-02-12 10:13:37 +01:00
parent bb29869bb5
commit 76cd074e11
4 changed files with 20 additions and 20 deletions

@ -25,7 +25,7 @@ please follow [step-by-step](#step-by-step-installation) installation.
| Express Instruction
|---------------------------------
| [1](#step-1)- ``` vi /etc/yum.repos.d/egroupware-epl.repo``` <br></br>Add the following lines:<br></br>```#EGroupware EPL repository```<br></br>```[egroupware-epl]```<br>```name=EGroupware EPL (RHEL_7 VERSION)```<br>```type=rpm-md```<br>```baseurl= http://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/RHEL_7/ ./```<br>```gpgkey= http://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/RHEL_7/repodata/repomd.xml.key```<br>```gpgcheck=1```<br>```enabled=1```<br>```autorefresh=1```
| [1](#step-1)- ``` vi /etc/yum.repos.d/egroupware-epl.repo``` <br></br>Add the following lines:<br></br>```#EGroupware EPL repository```<br></br>```[egroupware-epl]```<br>```name=EGroupware EPL (RHEL_7 VERSION)```<br>```type=rpm-md```<br>```baseurl= https://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/RHEL_7/ ./```<br>```gpgkey= https://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/RHEL_7/repodata/repomd.xml.key```<br>```gpgcheck=1```<br>```enabled=1```<br>```autorefresh=1```
| [2](#step-2)- Install PHP 7
| [3](#step-3)-<br> ```yum install mariadb-server```<br>```systemctl start mariadb```<br>```yum install egroupware-epl```<br></br>follow the installation instruction
| [4](#step-4)- ```less /root/egroupware-epl.log```
@ -47,12 +47,12 @@ Add EGroupware repository into source lists in order to fetch EGroupware's packa
For EPL Version:
```
#EGroupware EPL repository
deb http://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/DISTRO_NAME/ ./
deb https://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/DISTRO_NAME/ ./
```
Example:
```
#EGroupware EPL repository
deb http://peter:secret@download.egroupware.org/repos/stylite-epl/RHEL_7/ ./
deb https://peter:secret@download.egroupware.org/repos/stylite-epl/RHEL_7/ ./
```
OR

@ -25,7 +25,7 @@ please follow [step-by-step](#step-by-step-installation) installation.
| Express Instruction
|---------------------------------
| [1](#step-1)- ``` vi /etc/apt/source.list.d/egroupware-epl.sources.list``` <br></br>Add the following lines:<br></br>```#EGroupware EPL repository```<br></br>```deb http://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/Debian_9.0/ ./```
| [1](#step-1)- ``` vi /etc/apt/source.list.d/egroupware-epl.sources.list``` <br></br>Add the following lines:<br></br>```#EGroupware EPL repository```<br></br>```deb https://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/Debian_9.0/ ./```
| [2](#step-2)- ```apt update```<br></br> See [step 2](#step-2) to add repository key
| [3](#step-3)- ```apt install egroupware-epl```<br></br>follow the installation instruction
| [4](#step-4)- ```less /root/egroupware-epl.log```
@ -47,24 +47,24 @@ Add EGroupware repository into source lists in order to fetch EGroupware's packa
For EPL Version:
```
#EGroupware EPL repository
deb http://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/DISTRO_NAME/ ./
deb https://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/DISTRO_NAME/ ./
```
Example:
```
#EGroupware EPL repository
deb http://peter:secret@download.egroupware.org/repos/stylite-epl/Debian_9.0/ ./
deb https://peter:secret@download.egroupware.org/repos/stylite-epl/Debian_9.0/ ./
```
OR
For Community Version:
```
#EGroupware Community repository
deb http://download.egroupware.org/repositories/server:/eGroupWare/DISTRO_NAME/ ./
deb https://download.egroupware.org/repositories/server:/eGroupWare/DISTRO_NAME/ ./
```
Example:
```
#EGroupware Community repository
deb http://download.opensuse.org/repositories/server:/eGroupWare/Debian_9.0/ ./
deb https://download.opensuse.org/repositories/server:/eGroupWare/Debian_9.0/ ./
```
Replace the following variables used in above urls with your own values:</br>
*USERNAME*:*PASSWORD* are your given credentials for EPL version.</br>
@ -92,7 +92,7 @@ added.
EGroupware EPL Version:
```
wget -O - http://USER:PASSWORD@download.egroupware.org/build%40egroupware.org | apt-key add -
wget -O - https://USER:PASSWORD@download.egroupware.org/build%40egroupware.org | apt-key add -
```
OR

@ -25,7 +25,7 @@ please follow [step-by-step](#step-by-step-installation) installation.
| Express Instruction
|---------------------------------
| [1](#step-1)- ``` vi /etc/apt/source.list.d/egroupware-epl.sources.list``` <br></br>Add the following lines:<br></br>```#EGroupware EPL repository```<br></br>```deb http://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/xUbuntu_16.04/ ./```
| [1](#step-1)- ``` vi /etc/apt/source.list.d/egroupware-epl.sources.list``` <br></br>Add the following lines:<br></br>```#EGroupware EPL repository```<br></br>```deb https://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/xUbuntu_16.04/ ./```
| [2](#step-2)- ```apt update```<br></br> See [step 2](#step-2) to add repository key
| [3](#step-3)- ```apt install egroupware-epl```<br></br>follow the installation instruction
| [4](#step-4)- ```less /root/egroupware-epl.log```
@ -47,24 +47,24 @@ Add EGroupware repository into source lists in order to fetch EGroupware's packa
For EPL Version:
```
#EGroupware EPL repository
deb http://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/DISTRO_NAME/ ./
deb https://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/DISTRO_NAME/ ./
```
Example:
```
#EGroupware EPL repository
deb http://peter:secret@download.egroupware.org/repos/stylite-epl/xUbuntu_16.04/ ./
deb https://peter:secret@download.egroupware.org/repos/stylite-epl/xUbuntu_16.04/ ./
```
OR
For Community Version:
```
#EGroupware Community repository
deb http://download.opensuse.org/repositories/server:/eGroupWare/DISTRO_NAME/ ./
deb https://download.opensuse.org/repositories/server:/eGroupWare/DISTRO_NAME/ ./
```
Example:
```
#EGroupware Community repository
deb http://download.opensuse.org/repositories/server:/eGroupWare/xUbuntu_16.04/ ./
deb https://download.opensuse.org/repositories/server:/eGroupWare/xUbuntu_16.04/ ./
```
Replace the following variables used in above urls with your own values:</br>
*USERNAME*:*PASSWORD* are your given credentials for EPL version.</br>
@ -94,7 +94,7 @@ added.
EGroupware EPL Version:
```
wget -O - http://USER:PASSWORD@download.egroupware.org/build%40egroupware.org | apt-key add -
wget -O - https://USER:PASSWORD@download.egroupware.org/build%40egroupware.org | apt-key add -
```
OR

@ -25,7 +25,7 @@ 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 = http://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/openSUSE_Leap_42.2/ ./```<br>```gpgkey = http://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
| [4](#step-4)- ```less /root/egroupware-epl.log```
@ -47,24 +47,24 @@ Add EGroupware repository into source lists in order to fetch EGroupware's packa
For EPL Version:
```
#EGroupware EPL repository
deb http://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/DISTRO_NAME/ ./
deb https://USERNAME:PASSWORD@download.egroupware.org/repos/stylite-epl/DISTRO_NAME/ ./
```
Example:
```
#EGroupware EPL repository
deb http://peter:secret@download.egroupware.org/repos/stylite-epl/openSUSE_Leap_42/ ./
deb https://peter:secret@download.egroupware.org/repos/stylite-epl/openSUSE_Leap_42/ ./
```
OR
For Community Version:
```
#EGroupware Community repository
deb http://download.egroupware.org/repositories/server:/eGroupWare/DISTRO_NAME/ ./
deb https://download.egroupware.org/repositories/server:/eGroupWare/DISTRO_NAME/ ./
```
Example:
```
#EGroupware Community repository
deb http://download.opensuse.org/repositories/server:/eGroupWare/openSUSE_Leap_42/ ./
deb https://download.opensuse.org/repositories/server:/eGroupWare/openSUSE_Leap_42/ ./
```
Replace the following variables used in above urls with your own values:</br>
*USERNAME*:*PASSWORD* are your given credentials for EPL version.</br>