[
https://issues.apache.org/jira/browse/TINKERPOP-1836?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16514741#comment-16514741
]
ASF GitHub Bot commented on TINKERPOP-1836:
-------------------------------------------
Github user FlorianHockmann commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/867#discussion_r195899631
--- Diff: .travis.yml ---
@@ -20,9 +20,13 @@ install:
before_install:
- wget -q
https://packages.microsoft.com/config/ubuntu/14.04/packages-microsoft-prod.deb
- sudo dpkg -i packages-microsoft-prod.deb
+ - sudo sh -c 'echo "deb https://download.mono-project.com/repo/ubuntu
stable-trusty main" | sudo tee
/etc/apt/sources.list.d/mono-official-stable.list'
+ - sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys
3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
- sudo apt-get install apt-transport-https
- sudo apt-get update
- sudo apt-get install dotnet-sdk-2.1
+ - sudo apt install mono-devel
--- End diff --
Done
> .NET sample project
> -------------------
>
> Key: TINKERPOP-1836
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1836
> Project: TinkerPop
> Issue Type: Improvement
> Components: dotnet
> Affects Versions: 3.2.6
> Reporter: stephen mallette
> Assignee: Florian Hockmann
> Priority: Minor
>
> Create a sample project that can help get users started with .NET and
> Gremlin. Should probably be added to the series of gremlin-archetype
> projects. It seems .NET already has something analogous to archetypes with
> "dotnet templates". I'm not sure how those work or are
> built/deployed/distributed but we would probably want to ensure that those
> aspects are somehow still handled by maven if we can.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)