Versions Compared

Key

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

...

  1. Go to https://github.com/slaclab/devPanel
  2. Click "Fork" in the upper right corner 
  3. Click the link that says [Your User Name]/devPanel (Mine says that I've already forked it, but yours should ask you where you want to fork it)
  4. Click the green "Clone or Download" button and copy the ssh path. If you see what looks like a URL, click the blue "Use SSH" link right above it
  5. Back on an OPI (or ssh'ed in), go type "set_profile [Your Username]". This should take you to your personal physics directory and make . Make a new devPanel subdirectoryImage Added
  6. In that subdirectory, run "git init"
  7. Still in that subdirectory, type "~/mgibbs/link_repo_to_github/link_repo_to_github.sh -i" and follow the prompts (if you don't feel like thinking about it, you can use these defaults. You'll get slightly different messages since I've already run this before)
  8. Type "git pull origin master" and type in your password when prompted (again, messages will be slightly different since I've done this before)
  9. Type "mkdir [Your Name]" and head into that directory  
  10. Type "source use_pydm.sh" 
  11. Type "designer &" 
  12. In the program that opens, click "Widget" and then "Create" 
  13. In the Widget box on the left, scroll all the way down and drag a drop a PyDMShellCommand somewhere in the widget that popped up in the last step
  14. Right click anywhere in the widget that isn't the tiny shell command button, hover over "layout" at the bottom, and click "lay out in a grid" 
  15. Click "open" and then pick "opsDevPanel.ui" 

...