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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)