You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Pavel Tupitsyn (JIRA)" <ji...@apache.org> on 2018/12/15 07:52:00 UTC

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

Pavel Tupitsyn created IGNITE-10702:
---------------------------------------

             Summary: .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
             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
(v7.6.3#76005)