Difference between revisions of "How to setup ejfat nodes"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
# Install BOOST with:<pre>sudo apt-get install lib boost-all-dev</pre> | # Install BOOST with:<pre>sudo apt-get install lib boost-all-dev</pre> | ||
# Install ZMQ with:<pre>sudo apt install libzmq3-dev</pre> | # Install ZMQ with:<pre>sudo apt install libzmq3-dev</pre> | ||
+ | # For ERSAP install protobuf:<pre>sudo apt install libprotobuf-dev protobuf-compiler</pre> | ||
# Mounting /daqfs: | # Mounting /daqfs: | ||
## sudo mkdir /daqfs | ## sudo mkdir /daqfs |
Revision as of 18:33, 29 November 2022
- Install BOOST with:
sudo apt-get install lib boost-all-dev
- Install ZMQ with:
sudo apt install libzmq3-dev
- For ERSAP install protobuf:
sudo apt install libprotobuf-dev protobuf-compiler
- 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