Instructions on how to setup a workstation are available here:
https://nodus.ligo.caltech.edu:8081/Cryo_Lab/1135
I'll copy them here and integrate once I got the C.Ri.Me. workstation up and running
** libmotif4 >> libxm4 : sudo apt-get install libxm4
** all .sh files in etc must be modified to point to the correct version of the downloaded software
** add the following line to the end of the ligoapps-userv-end.sh file to get medm and striptool working
PATH="/ligo/apps/ubuntu12/epics-3.14.12.3_long/extensions/bin/linux-x86_64:$PATH"
** to fix diaggui problem, create a symbolic link in /usr/lib/x86_64-linux-gnu/
sudo ln -s libtiff.so.5 libtiff.so.4 |