TrackerInstallDocs » History » Version 2
Overton, Edward, 09 March 2015 21:05
1 | 1 | Overton, Edward | h1. Tracker Install Documentation |
---|---|---|---|
2 | |||
3 | Hopefully this page will serve as a tree, which details can be hung off.. I will try to keep this filled in with documentations.. |
||
4 | |||
5 | h1. Computing (DAQ, Configuration, Calibration) |
||
6 | |||
7 | h2. Controls: miceiocpctk |
||
8 | 2 | Overton, Edward | |
9 | * This computer runs the trackerioc, and has a fraction of "james legacy code". The configuration code is located in the mice epics repositories. At present there is only the epicsDev version present: |
||
10 | <pre>/home/epics/epicsDev/</pre> |
||
11 | |||
12 | * The central "deposit" for tracker information, code fragments, analysis scripts, configurations, etc.. is: |
||
13 | <pre>/home/epics/tracker</pre> This information is backed up to the MLCR backup system (see: [[online:MICENETBackups]]) and is shared with other tracker applications via nfs. If re-making the machine, restore this folder, and export, by adding the following to /etc/exports: |
||
14 | <pre>/home/epics/tracker miceacq16.micenet.rl.ac.uk(rw) |
||
15 | /home/epics/tracker miceacq17.micenet.rl.ac.uk(rw) |
||
16 | </pre> |
||
17 | Then enabled with: |
||
18 | <pre>/etc/init.d/nfs start |
||
19 | chkconfig nfs on </pre> |
||
20 | |||
21 | h3. Legacy code (soon to be deprecated). These programs can be found in: |
||
22 | |||
23 | <pre>/home/epics/epicsDev/Software/bin/</pre> |
||
24 | |||
25 | |||
26 | h2. DAQ: miceacq16, miceacq17 |