You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Maxim Muzafarov (Jira)" <ji...@apache.org> on 2019/10/03 11:00:00 UTC

[jira] [Updated] (IGNITE-10702) .NET: Ignite as Dotnet Core Global Tool

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

Maxim Muzafarov updated IGNITE-10702:
-------------------------------------
    Ignite Flags: Docs Required,Release Notes Required  (was: Docs Required)

> .NET: Ignite as Dotnet Core Global Tool
> ---------------------------------------
>
>                 Key: IGNITE-10702
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10702
>             Project: Ignite
>          Issue Type: New Feature
>          Components: platforms
>            Reporter: Pavel Tupitsyn
>            Assignee: Pavel Tupitsyn
>            Priority: Major
>              Labels: .NET
>             Fix For: 2.8
>
>
> .NET Core Global Tool is just a NuGet package that contains a console application.
> This is a perfect solution for standalone nodes:
> * Currently there is no way to run standalone nodes on Linux and macOS without writing code
> * Standalone nodes on Windows require downloading the whole binary package or copying it from NuGet folder on classic .NET
> With Global Tool users will be able to run Ignite.NET standalone node is just two commands:
> {code}
> dotnet tool install -g apache-ignite
> apache-ignite
> {code}
> Ignite Global Tool should be a separate NuGet package with the same functionality as Apache.Ignite.exe



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