mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-24 08:53:49 +01:00
replaced download.stylite.de with download.egroupware.org
parent
b27460a0a3
commit
8d6ae739d3
@ -58,7 +58,7 @@ The EGroupware GmbH Support will be available to support you on installations th
|
||||
|
||||
</a>
|
||||
|
||||
With the purchase of the EGroupware EPL product the login credentials to our download server were provided to you labeled with “EPL Software Repository” access. After successful log in, you will find the available repository packets under: [http://download.stylite.de/repos/stylite-epl/](http://download.stylite.de/repos/stylite-epl/).
|
||||
With the purchase of the EGroupware EPL product the login credentials to our download server were provided to you labeled with “EPL Software Repository” access. After successful log in, you will find the available repository packets under: [http://download.egroupware.org/repos/stylite-epl/](http://download.egroupware.org/repos/stylite-epl/).
|
||||
|
||||
Check here whether a packet repository for your Linux distribution is available. We work hard to have a packet repository available within 1-2 weeks after a Linux distribution issued a new release.
|
||||
|
||||
@ -171,8 +171,8 @@ with following content:
|
||||
<pre>[egroupware-epl]
|
||||
name=EGroupware EPL (RHEL_VERSION)
|
||||
type=rpm-md
|
||||
baseurl=http://USER:PASWORD@download.stylite.de/repos/stylite-epl/VERSION/
|
||||
gpgkey=http://USER:PASSWORD@download.stylite.de/repos/stylite-epl/VERSION/repodata/repomd.xml.key
|
||||
baseurl=http://USER:PASWORD@download.egroupware.org/repos/stylite-epl/VERSION/
|
||||
gpgkey=http://USER:PASSWORD@download.egroupware.org/repos/stylite-epl/VERSION/repodata/repomd.xml.key
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
</pre>
|
||||
@ -182,8 +182,8 @@ Replace USER and PASSWORD with your download login credentials and VERSION with
|
||||
<pre>[egroupware-epl]
|
||||
name=EGroupware EPL (RHEL_7)
|
||||
type=rpm-md
|
||||
baseurl=http://peter:secret@download.stylite.de/repos/stylite-epl/RHEL_7/
|
||||
gpgkey=http://peter:secret@download.stylite.de/repos/stylite-epl/RHEL_7/repodata/repomd.xml.key
|
||||
baseurl=http://peter:secret@download.egroupware.org/repos/stylite-epl/RHEL_7/
|
||||
gpgkey=http://peter:secret@download.egroupware.org/repos/stylite-epl/RHEL_7/repodata/repomd.xml.key
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
</pre>
|
||||
@ -450,8 +450,8 @@ with following content:
|
||||
<pre>[egroupware-epl]
|
||||
name=EGroupware EPL (openSUSE VERSION)
|
||||
type=rpm-md
|
||||
baseurl=http://USER:PASWORD@download.stylite.de/repos/stylite-epl/VERSION/
|
||||
gpgkey=http://USER:PASSWORD@download.stylite.de/repos/stylite-epl/VERSION/repodata/repomd.xml.key
|
||||
baseurl=http://USER:PASWORD@download.egroupware.org/repos/stylite-epl/VERSION/
|
||||
gpgkey=http://USER:PASSWORD@download.egroupware.org/repos/stylite-epl/VERSION/repodata/repomd.xml.key
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
autorefresh=1
|
||||
@ -462,8 +462,8 @@ Replace USER and PASSWORD with your download login credentials and VERSION with
|
||||
<pre>[egroupware-epl]
|
||||
name=EGroupware EPL (openSUSE 13.2)
|
||||
type=rpm-md
|
||||
baseurl=http://peter:secret@download.stylite.de/repos/stylite-epl/openSUSE_13.2/
|
||||
gpgkey=http://peter:secret@download.stylite.de/repos/stylite-epl/openSUSE_13.2/repodata/repomd.xml.key
|
||||
baseurl=http://peter:secret@download.egroupware.org/repos/stylite-epl/openSUSE_13.2/
|
||||
gpgkey=http://peter:secret@download.egroupware.org/repos/stylite-epl/openSUSE_13.2/repodata/repomd.xml.key
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
autorefresh=1
|
||||
@ -535,8 +535,8 @@ with following content:
|
||||
<pre>[egroupware-epl]
|
||||
name=EGroupware EPL (SLE VERSION)
|
||||
type=rpm-md
|
||||
baseurl=http://USER:PASWORD@download.stylite.de/repos/stylite-epl/VERSION/
|
||||
gpgkey=http://USER:PASSWORD@download.stylite.de/repos/stylite-epl/VERSION/repodata/repomd.xml.key
|
||||
baseurl=http://USER:PASWORD@download.egroupware.org/repos/stylite-epl/VERSION/
|
||||
gpgkey=http://USER:PASSWORD@download.egroupware.org/repos/stylite-epl/VERSION/repodata/repomd.xml.key
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
autorefresh=1
|
||||
@ -547,8 +547,8 @@ Replace USER and PASSWORD with your download login credentials and VERSION with
|
||||
<pre>[egroupware-epl]
|
||||
name=EGroupware EPL (SLE 12)
|
||||
type=rpm-md
|
||||
baseurl=http://peter:secret@download.stylite.de/repos/stylite-epl/SLE_12/
|
||||
gpgkey=http://peter:secret@download.stylite.de/repos/stylite-epl/SLE_12/repodata/repomd.xml.key
|
||||
baseurl=http://peter:secret@download.egroupware.org/repos/stylite-epl/SLE_12/
|
||||
gpgkey=http://peter:secret@download.egroupware.org/repos/stylite-epl/SLE_12/repodata/repomd.xml.key
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
autorefresh=1
|
||||
@ -666,13 +666,13 @@ Create file egroupware-epl.sources.list
|
||||
with following content:
|
||||
|
||||
<pre># EGroupware EPL repository
|
||||
deb http://USER:PASSWORD@download.stylite.de/repos/stylite-epl/VERSION/ ./
|
||||
deb http://USER:PASSWORD@download.egroupware.org/repos/stylite-epl/VERSION/ ./
|
||||
</pre>
|
||||
|
||||
Replace USER and PASSWORD with your download login credentials and VERSION with your Debian version, e.g:
|
||||
|
||||
<pre># EGroupware EPL repository
|
||||
deb http://peter:secret@download.stylite.de/repos/stylite-epl/Debian_8.0/ ./
|
||||
deb http://peter:secret@download.egroupware.org/repos/stylite-epl/Debian_8.0/ ./
|
||||
</pre>
|
||||
|
||||
Save the file.
|
||||
@ -681,7 +681,7 @@ _Step 2:_
|
||||
|
||||
Import the download PGP keys with following command (replace USER and PASSWORD with your download login credentials):
|
||||
|
||||
<pre>wget -O - http://USER:PASSWORD@download.stylite.de/build%40stylite.de | apt-key add -
|
||||
<pre>wget -O - http://USER:PASSWORD@download.egroupware.org/build%40stylite.de | apt-key add -
|
||||
</pre>
|
||||
|
||||
_Step 3:_
|
||||
@ -793,13 +793,13 @@ Create file egroupware-epl.sources.list
|
||||
with following content:
|
||||
|
||||
<pre># EGroupware EPL repository
|
||||
deb http://USER:PASSWORD@download.stylite.de/repos/stylite-epl/VERSION/ ./
|
||||
deb http://USER:PASSWORD@download.egroupware.org/repos/stylite-epl/VERSION/ ./
|
||||
</pre>
|
||||
|
||||
Replace USER and PASSWORD with your download login credentials and VERSION with your Ubuntu version, e.g:
|
||||
|
||||
<pre># EGroupware EPL repository
|
||||
deb http://peter:secret@download.stylite.de/repos/stylite-epl/xUbuntu_16.04/ ./
|
||||
deb http://peter:secret@download.egroupware.org/repos/stylite-epl/xUbuntu_16.04/ ./
|
||||
</pre>
|
||||
|
||||
Save the file.
|
||||
@ -808,7 +808,7 @@ _Step 2:_
|
||||
|
||||
Import the download PGP keys with following command (replace USER and PASSWORD with your download login credentials):
|
||||
|
||||
<pre>wget -O - http://USER:PASSWORD@download.stylite.de/build%40stylite.de | apt-key add -
|
||||
<pre>wget -O - http://USER:PASSWORD@download.egroupware.org/build%40stylite.de | apt-key add -
|
||||
</pre>
|
||||
|
||||
_Step 3:_
|
||||
|
Loading…
Reference in New Issue
Block a user