Difference between revisions of "How to setup ejfat nodes"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
<font size="+2"> | <font size="+2"> | ||
− | # Install BOOST with: | + | # Install BOOST with:<pre>sudo apt-get install lib boost-all-dev</pre> |
− | + | # Install ZMQ with:<pre>sudo apt install libzmq3-dev</pre> | |
# Mounting /daqfs: | # Mounting /daqfs: | ||
## sudo mkdir /daqfs | ## sudo mkdir /daqfs |
Revision as of 18:31, 29 November 2022
- Install BOOST with:
sudo apt-get install lib boost-all-dev
- Install ZMQ with:
sudo apt install libzmq3-dev
- Mounting /daqfs:
- sudo mkdir /daqfs
- edit /etc/fstab to include the line:
dubhe:/raid/daqfs nfs rw,bg 0 0
- sudo apt-get install nfs-common
- sudo mount /daqfs