Versions Compared

Key

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

...

Adding SSH Keys to GitHub

  1. Run "set_profile [YOUR USERNAME]" then ssh into mcclogin
     Image Modified

 

  1. From there, ssh into rhel6-

...

  1. 64 

...

  1. Image Modified

 

  1. From there, cat your ssh key
     Image Modified

...

  1. Copy the entire output (starts with ssh-rsa and ends with your email address).

...

  1. Back on GitHub, go to your

...

  1. settings 

...

  1. Image Modified

 

  1. And add a new SSH key
     Image Modified

...

  1. Title it something descriptive, paste in the output you got from cat, and save it! 
    Image Modified

 

...

PyDM

PyDM is next generation EDM! It's basically a combination of EDM and PyQt (if you don't know what PyQt is, it's what we use to make Python GUIs). The goal is to eventually migrate all existing Python GUIs to PyDM, and to make any new ones going forward in PyDM, all while version controlling them using git and GitHub. This tutorial will walk you through making a change to an existing PyDM panel and going through the review process to release it into production.

...