Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Be sure to have an updated version of the system, with the EPEL extension enabled

    No Format
    sudo yum -y install wget epel-release
    sudo yum -y update


  2. Install the CA certificate required by the internal software repositories

    No Format
    sudo yum -y localinstall http://artifacts.pd.infn.it/packages/CAP/misc/CentOS7/noarch/ca_TERENA-SSL-CA-3-1.0-1.el7.centos.noarch.rpm


  3. Install the metadata for the internal software repositories (GEANT4, and CMT)

    No Format
    sudo wget -O /etc/yum.repos.d/geant4.repo http://artifacts.pd.infn.it/packages/MUOTOM/repos/centos7/geant4.repo
    sudo wget -O /etc/yum.repos.d/cmt.repo http://artifacts.pd.infn.it/packages/MUOTOM/repos/centos7/cmt.repo


  4. Install the tools and libraries required by the CMT software

    No Format
    sudo yum -y install git gcc-c++ make cmake3 geant4-vmc-devel cmt-ulib-devel root-graf3d-eve xorg-x11-xauth


  5. Since the GEANT4 package does not contain the particle data sets, download the required file from central repository

    No Format
    sudo geant4-dataset-download


  6. The data for tests are available via NFS, add this row to the file /etc/fstab

    No Format
    10.64.18.250:/data/brickOpenstack/muon-steel/sdb /mnt/muotom-data nfs defaults 0 0

    then create the directory and mount the endpoint

    No Format
    sudo mkdir -p /mnt/muotom-data
    sudo chmod a+rx /mnt/muotom-data
    sudo mount -a



Info

Virtual Machines with CentOS 7 are available in the Cloud Veneto infrastructure, within project Muon Tomography.

If the activity requires a considerable amount of resources, the project grants access to dedicated flavors: muon_CPU-12_RAM-64GB and  muon_48cores500GB25GB.


Page properties
hiddentrue


Related issues


...