NSCL DAQ: Difference between revisions

From FSU Fox's Lab Wiki
Jump to navigation Jump to search
(Created page with " == installation in Ubuntu or Debian ==")
 
Line 1: Line 1:


== installation in Ubuntu or Debian ==
== installation in Ubuntu or Debian ==
=== install singularity ===
* add neuro debain repository (when the following command fail, go to [http://neuro.debian.net/]
wget -O- http://neuro.debian.net/lists/focal.us-tn.libre | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
sudo apt-key adv --recv-keys --keyserver hkps://keyserver.ubuntu.com 0xA5D32F012649A5A9
* update the repository
sudo apt update
* install  singularity
sudo apt install signularity-container
=== install docker  ===
<span style="color=red"> is it necessary? </span>
=== Download the NSCL DAQ container ===
[https://sourceforge.net/projects/nscldaq/files/for-containers/usropt-jessie.tar.gz Like to download]
And decompress it into /usr/opt/ -> so that the path is /usr/opt/opt-jessie
=== Download the singularity image ===
/usr/opt>singularity build nscl-jessie.img docker://fribdaq/frib-jessie:XXX
where XXX is the version, please check [https://hub.docker.com/r/fribdaq/frib-jessie/tags here]

Revision as of 14:53, 21 April 2022

installation in Ubuntu or Debian

install singularity

  • add neuro debain repository (when the following command fail, go to [1]
wget -O- http://neuro.debian.net/lists/focal.us-tn.libre | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
sudo apt-key adv --recv-keys --keyserver hkps://keyserver.ubuntu.com 0xA5D32F012649A5A9
  • update the repository
sudo apt update
  • install singularity
sudo apt install signularity-container

install docker

is it necessary?

Download the NSCL DAQ container

Like to download

And decompress it into /usr/opt/ -> so that the path is /usr/opt/opt-jessie

Download the singularity image

/usr/opt>singularity build nscl-jessie.img docker://fribdaq/frib-jessie:XXX

where XXX is the version, please check here