Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
titleBring up software
ssh rdsrv317
#clone project repository
git clone --recursive git@github.com:slaclab/ePixHR10k-2M-dev.git -b hwTestingpre-release
cd ePixHR10k-2M-dev/software
source setup_env_slac.sh
#open the software
cd scripts
cp ../../firmware/python/ePixViewer/software/runLiveDisplay.py .
python devGui.py

...

Code Block
languagebash
themeRDark
titleJupyter notebook
ssh rdsrv317
#get the repo
git clone --recursive https://github.com/slaclab/ePixHR10k-2M-dev.git  -b fixViewerpre-release
cd ./ePixHR10k-2M-dev/software/notebook
bash
#Activate environment
source ./setup_env.sh
#open Jupyter notebook
./runJupyter.sh

...