Ndlar-flow
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 and link the ssh key, the information are available on the GitHub Docs, then execute
git clone git@github.com:DUNE/ndlar_flow.git
(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.
The problems encountered during and (hopefully) their fix can be found in the Debug page.