Ndlar-flow: Difference between revisions

From LHEP Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
The repository can be found [https://github.com/DUNE/ndlar_flow here]. The README is a good starting point.  
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.
If you want to actively contribute to the repository, one would need to be added as a member to the DUNE project on GitHub and set up an authentification method.


== DUNE GitHub ==
== DUNE GitHub ==
Line 10: Line 10:
== Clone the repository ==
== 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 clone the repo, you can either follow the instruction on the <code>ndlar_flow/README</code> 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>.
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>.
== Install the repository ==
For the installation I would suggest to follow the <code>ndlar_flow/README</code> and set up a venv.

Revision as of 13:24, 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 project 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.

Install the repository

For the installation I would suggest to follow the ndlar_flow/README and set up a venv.