You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Petr Ivanov (Jira)" <ji...@apache.org> on 2021/10/08 08:02:00 UTC

[jira] [Assigned] (IGNITE-15708) Fix DEB/RPM repository redirect and docs

     [ https://issues.apache.org/jira/browse/IGNITE-15708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Petr Ivanov reassigned IGNITE-15708:
------------------------------------

    Assignee: Valentin Kulichenko

> Fix DEB/RPM repository redirect and docs
> ----------------------------------------
>
>                 Key: IGNITE-15708
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15708
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Petr Ivanov
>            Assignee: Valentin Kulichenko
>            Priority: Critical
>
> * Current redirect for DEB/RPM package seems to be wrong, tested and working one is
> {code:bash}
> https://apache.jfrog.io/artifactory/ignite-{deb|rpm}
> {code}
>  * Documentation should be changed too (https://ignite.apache.org/docs/latest/installation/deb-rpm#installing-deb-package):
> {code:bash}
> sudo apt update
> sudo apt install gnupg ca-certificates --no-install-recommends -y
> sudo bash -c 'cat <<EOF > /etc/apt/sources.list.d/ignite.list
> deb https://apache.jfrog.io/artifactory/ignite-deb/ apache-ignite main
> EOF'
> sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 0EE62FB37A00258D
> sudo apt update
> sudo apt install apache-ignite --no-install-recommends
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)