[
https://issues.apache.org/jira/browse/IGNITE-10702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maxim Muzafarov updated IGNITE-10702:
-------------------------------------
Fix Version/s: (was: 2.8)
2.9
> .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.9
>
>
> .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)