Back to home page

EIC code displayed by LXR

 
 

    


Warning, /tutorial-simulations-using-ddsim-and-geant4/setup.md is written in an unsupported language. File is not indexed.

0001 ---
0002 title: Setup
0003 ---
0004 In advance of the training session, please ensure that
0005 - You have a GitHub account ([sign up here](https://github.com/signup))
0006 - Your GitHub account is a member of the [EIC organization](https://github.com/eic) on GitHub
0007   - Email [the EICUG SWG conveners](mailto:eicug-software-conveners@eicug.org) with your GitHub account to be added
0008 - You have some basic familiarity with Unix shell and Git
0009   - Software Carpentry [Unix Shell](https://swcarpentry.github.io/shell-novice/) training (required)
0010   - Software Carpentry [Basic Git](https://swcarpentry.github.io/git-novice/) training (recommended)
0011 - You have singularity, apptainer, or docker (on Mac) installed and working
0012   - `module load singularity` (on most JLab or BNL systems)
0013   - you should at a minimum be able to run either of the following commands and open a shell:
0014     - `singularity run docker://alpine`
0015     - `docker run --rm -it alpine`
0016   - Software Carpentry [Incubator Singularity](https://carpentries-incubator.github.io/singularity-introduction/) training (optional)
0017   - HEP Software Foundation [Docker](https://hsf-training.github.io/hsf-training-docker/index.html) training (optional)
0018 
0019 {% include links.md %}