You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Valentin Kulichenko (Jira)" <ji...@apache.org> on 2021/06/28 23:32:00 UTC

[jira] [Commented] (IGNITE-15022) Update Getting Started Guide for 3.0.0-alpha2

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

Valentin Kulichenko commented on IGNITE-15022:
----------------------------------------------

Installation commands for Windows (PowerShell):
{code}
curl "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha2/apache-ignite-3.0.0-alpha2.zip" -o apache-ignite-3.0.0-alpha2.zip
Expand-Archive apache-ignite-3.0.0-alpha2.zip -DestinationPath . ; cd apache-ignite-3.0.0-alpha2
$ENV:PATH += ";."
{code}

Installation commands for Windows (CMD):
{code}
curl -L "https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=ignite/3.0.0-alpha2/apache-ignite-3.0.0-alpha2.zip" -o apache-ignite-3.0.0-alpha2.zip
tar -xf apache-ignite-3.0.0-alpha2.zip & cd apache-ignite-3.0.0-alpha2
set PATH=%cd%;%PATH%
{code}

> Update Getting Started Guide for 3.0.0-alpha2
> ---------------------------------------------
>
>                 Key: IGNITE-15022
>                 URL: https://issues.apache.org/jira/browse/IGNITE-15022
>             Project: Ignite
>          Issue Type: Task
>          Components: documentation
>            Reporter: Valentin Kulichenko
>            Assignee: Igor Gusev
>            Priority: Blocker
>             Fix For: 3.0.0-alpha2
>
>
> Need to:
> # Update the installation procedure, as a single-file download was replaced with a ZIP download.
> # Add a section describing how to run examples.
> This readme can be used as a starting point: https://github.com/apache/ignite-3/blob/3.0.0-alpha2-rc1/assembly/README.md



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