Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Do this on lcls-pc83236

Preparing git keyskeys 

#add this to bash_profile PATH="/afs/slac/g/reseng/git/git/bin:$PATH"

#this isn't complete. need more info on setting up git keys

eval $(ssh-agent)        #may need to be done every ssh session

ssh-addadd                       #may need to be done every ssh session

Building Rogue

git clone https://github.com/slaclab/rogue.git

...