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 ==
=== Git repos ===
+
=== 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

    1. Generate ssh key if you do not have one.
      1. ssh-keygen -t rsa ( when prompted for pass phrase just hit return )
      2. ssh-add ~/.ssh/id_rsa
    2. Put ssh public key on Github
      1. Open the "Settings" in the pull down menu on the extreme right.
      2. Go to "SSH and GPG keys"
      3. Click on "new ssh key" button. At terminal type "more ~/.ssh/id_rsa.pub". Copy the code and paste into github.