Difference between revisions of "Setting up SIMC"
From HallCWiki
Jump to navigationJump to search (Created page with "== Setting up SIMC == === Git repos === * Setup a github.com account * Fork the simc_gfortran repository: https://github.com/JeffersonLab/simc_gfortran") |
|||
Line 1: | Line 1: | ||
== Setting up SIMC == | == Setting up SIMC == | ||
− | === | + | === Github suff === |
* Setup a github.com account | * Setup a github.com account | ||
* Fork the simc_gfortran repository: https://github.com/JeffersonLab/simc_gfortran | * Fork the simc_gfortran repository: https://github.com/JeffersonLab/simc_gfortran | ||
+ | **Optionally select '''Watch''' to be notified of changes to simc_gfortran. | ||
+ | * Setup ssh keys on ifarm or other machines | ||
+ | ##Generate ssh key if you do not have one. | ||
+ | ###ssh-keygen -t rsa ( when prompted for pass phrase just hit return ) | ||
+ | ###ssh-add ~/.ssh/id_rsa | ||
+ | ##Put ssh public key on Github | ||
+ | ### Open the "Settings" in the pull down menu on the extreme right. | ||
+ | ### Go to "SSH and GPG keys" | ||
+ | ### Click on "new ssh key" button. At terminal type "more ~/.ssh/id_rsa.pub". Copy the code and paste into github. |
Revision as of 09:23, 12 February 2025
Setting up SIMC
Github suff
- Setup a github.com account
- Fork the simc_gfortran repository: https://github.com/JeffersonLab/simc_gfortran
- Optionally select Watch to be notified of changes to simc_gfortran.
- Setup ssh keys on ifarm or other machines
- Generate ssh key if you do not have one.
- ssh-keygen -t rsa ( when prompted for pass phrase just hit return )
- ssh-add ~/.ssh/id_rsa
- Put ssh public key on Github
- Open the "Settings" in the pull down menu on the extreme right.
- Go to "SSH and GPG keys"
- Click on "new ssh key" button. At terminal type "more ~/.ssh/id_rsa.pub". Copy the code and paste into github.
- Generate ssh key if you do not have one.