Ndlar-flow: Difference between revisions
m (Nsallin moved page How to install ndlar-flow to Ndlar-flow) |
No edit summary |
||
Line 1: | Line 1: | ||
= Installation = | = Installation = | ||
The repository can be found [https://github.com/DUNE/ndlar_flow | The repository can be found [https://github.com/DUNE/ndlar_flow here]. The README is a good starting point. | ||
If you want to actively contribute to the repository, one would need to be added as a member to the DUNE organisation on GitHub and set up an authentification method. | |||
== DUNE GitHub == | |||
The list of the members of the DUNE GitHub can be found [https://github.com/orgs/DUNE/people here]. To be added to the project, first [https://github.com/signup create a GitHub account], then contact an owner of the project. At the time of writing this article you can write an email to Brett Viren (bv@bnl.gov), or write him on Slack. If he is not available, you can write to Steven Timm. | |||
== Clone the repository == | |||
To clone the repo, you can either follow the instruction on the ndlar_flow/README or if you plan to contribute, I would suggest to set up an ssh key and clone it through ssh. | |||
To create the ssh key, the information are available on the [https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account GitHub Docs], then the ssh address to clone the repo can be found under the green <code><> code</code> slide down button under the tab <code>SSH</code>. |
Revision as of 13:20, 9 May 2025
Installation
The repository can be found here. The README is a good starting point.
If you want to actively contribute to the repository, one would need to be added as a member to the DUNE organisation on GitHub and set up an authentification method.
DUNE GitHub
The list of the members of the DUNE GitHub can be found here. To be added to the project, first create a GitHub account, then contact an owner of the project. At the time of writing this article you can write an email to Brett Viren (bv@bnl.gov), or write him on Slack. If he is not available, you can write to Steven Timm.
Clone the repository
To clone the repo, you can either follow the instruction on the ndlar_flow/README or if you plan to contribute, I would suggest to set up an ssh key and clone it through ssh.
To create the ssh key, the information are available on the GitHub Docs, then the ssh address to clone the repo can be found under the green <> code
slide down button under the tab SSH
.