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/11 13:15:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-15708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17426999#comment-17426999 ] 

Petr Ivanov edited comment on IGNITE-15708 at 10/11/21, 1:14 PM:
-----------------------------------------------------------------

[~nsafonov], my mistake: please change URL in cat section to {{http://apache.org/dist/ignite/deb/}} back.
{code:bash}
sudo bash -c 'cat <<EOF > /etc/apt/sources.list.d/ignite.list
deb http://apache.org/dist/ignite/deb/ apache-ignite main
EOF'
{code}


was (Author: vveider):
[~nsafonov], my mistake: please change URL in cat section to {{http://apache.org/dist/ignite/deb/ }} back.
{code:bash}
sudo bash -c 'cat <<EOF > /etc/apt/sources.list.d/ignite.list
deb http://apache.org/dist/ignite/deb/ apache-ignite main
EOF'
{code}

> 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: Nikita Safonov
>            Priority: Critical
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> * 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 http://apache.org/dist/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)