User Tools

Site Tools


software:install

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
software:install [2025/06/27 16:12] himusersoftware:install [2025/08/06 12:33] (current) himuser
Line 6: Line 6:
   * [[https://docs.docker.com/desktop/setup/install/mac-install/#instal_docker_macos|Install Docker Desktop for Mac]]   * [[https://docs.docker.com/desktop/setup/install/mac-install/#instal_docker_macos|Install Docker Desktop for Mac]]
   * [[https://www.youtube.com/watch?v=tjqd1Fxo6HQ/#youtube_installubuntu_video|Youtube video concerning Ubuntu Installation]]\   * [[https://www.youtube.com/watch?v=tjqd1Fxo6HQ/#youtube_installubuntu_video|Youtube video concerning Ubuntu Installation]]\
 +
 +
 +**Login with docker into the rlp.net GitLab repo**\\
 +Open a new terminal and type:
 +<code>
 +docker login registry.gitlab.rlp.net
 +</code>
  
 **Git clone the image**\\ **Git clone the image**\\
-Now you need to pull the Docker image from the EMP GitLab repository. Open a new terminal, and do:+Now you need to pull the Docker image from the EMP GitLab repository.In the terminal,do:
 <code> <code>
 git clone https://gitlab.rlp.net/emp/primasoft.git git clone https://gitlab.rlp.net/emp/primasoft.git
Line 16: Line 23:
 Before starting the proper docker container, you need to add your personal user into the docker group. For that, do: Before starting the proper docker container, you need to add your personal user into the docker group. For that, do:
 <code> <code>
-usermod -a -G <user> docker+sudo usermod -a -G docker <user>
 </code> </code>
 After that, you will need to 're-enter' into your user session to make sure your user is now inside the docker group. For doing this, you can always restart the computer, or type in a terminal  After that, you will need to 're-enter' into your user session to make sure your user is now inside the docker group. For doing this, you can always restart the computer, or type in a terminal 
Line 61: Line 68:
 </code> </code>
  
-The last line means your are already inside the container under the ''ubuntu'' username.+The last line means your are already inside the container under the ''agmaas'' username.
  
 == Set the environment ==  == Set the environment == 
  
 <code> <code>
 +cd /home/<user>/primasoft/
 source ./setenv.sh source ./setenv.sh
 +
 cd utils/ cd utils/
 make make
 +
 cd ~/primasoft/analysis cd ~/primasoft/analysis
 mkdir lib mkdir lib
software/install.1751033527.txt.gz · Last modified: by himuser

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki